Commit 9a7ff686 authored by Paolo Greppi's avatar Paolo Greppi
Browse files

De-embed strict-uri-encode component which is now available as a package

parent 926d0ef3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
node-yarnpkg (1.13.0-2) UNRELEASED; urgency=medium

  * De-embed strict-uri-encode component which is now available as a package

 -- Paolo Greppi <paolo.greppi@libpf.com>  Wed, 14 Aug 2019 14:04:13 +0200

node-yarnpkg (1.13.0-1) unstable; urgency=low

  * Initial release (Closes: #843021)
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ Depends:
 , node-rimraf (>= 2.5.0)
 , node-semver (>= 5.1.0)
 , node-ssri
 , node-strict-uri-encode
 , node-strip-ansi (>= 4.0.0)
 , node-strip-bom
 , node-tar-stream
+0 −4
Original line number Diff line number Diff line
@@ -119,10 +119,6 @@ Files: scripts/_runCommand.js
Copyright: 2014, Facebook, Inc.
License: BSD-2-clause

Files: strict-uri-encode/*
Copyright: 2015-2016, Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
License: Expat

Files: tar-fs/*
Copyright: 2014-2017, Mathias Buus <mathiasbuus@gmail.com>
License: Expat
+1 −1
Original line number Diff line number Diff line
[DEFAULT]
component = [ 'babel-plugin-transform-inline-imports-commonjs', 'decode-uri-component', 'dnscache', 'gunzip-maybe', 'hash-for-dep', 'is-deflate', 'is-gzip', 'normalize-url', 'npm-logical-tree', 'peek-stream', 'query-string', 'strict-uri-encode', 'tar-fs', 'v8-compile-cache' ]
component = [ 'babel-plugin-transform-inline-imports-commonjs', 'decode-uri-component', 'dnscache', 'gunzip-maybe', 'hash-for-dep', 'is-deflate', 'is-gzip', 'normalize-url', 'npm-logical-tree', 'peek-stream', 'query-string', 'tar-fs', 'v8-compile-cache' ]
+0 −3
Original line number Diff line number Diff line
@@ -34,9 +34,6 @@ peek-stream/package.json usr/lib/nodejs/yarn/node_modules/peek-stream/
query-string/index.js usr/lib/nodejs/yarn/node_modules/query-string/
query-string/package.json usr/lib/nodejs/yarn/node_modules/query-string/

strict-uri-encode/index.js usr/lib/nodejs/yarn/node_modules/strict-uri-encode/
strict-uri-encode/package.json usr/lib/nodejs/yarn/node_modules/strict-uri-encode/

tar-fs/index.js usr/lib/nodejs/yarn/node_modules/tar-fs/
tar-fs/package.json usr/lib/nodejs/yarn/node_modules/tar-fs/

Loading