Skip to content

Commit

Permalink
chore(release): 4.3.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 14, 2019
1 parent e54540a commit 68e444e
Show file tree
Hide file tree
Showing 25 changed files with 127 additions and 127 deletions.
6 changes: 3 additions & 3 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "0.0.0",
"version": "1.0.0",
"description": "Audit a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@pnpm/fetch": "workspace:1.0.1",
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-walker": "workspace:0.0.0",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/lockfile-walker": "workspace:1.0.0",
"@pnpm/types": "workspace:4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "5.0.1",
"version": "5.0.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/default-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-fetcher",
"version": "5.1.0",
"version": "5.1.1",
"description": "pnpm's default package fetcher",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://pnpm.js.org",
"dependencies": {
"@pnpm/git-fetcher": "workspace:2.0.7",
"@pnpm/git-fetcher": "workspace:2.0.8",
"@pnpm/resolver-base": "workspace:5.0.0",
"@pnpm/tarball-fetcher": "workspace:5.1.0"
"@pnpm/tarball-fetcher": "workspace:5.1.1"
},
"devDependencies": {
"@pnpm/default-fetcher": "link:",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "5.0.2",
"version": "5.0.3",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:5.0.1",
"@pnpm/config": "workspace:5.0.2",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/types": "workspace:4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "5.0.0",
"version": "5.0.1",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@pnpm/git-resolver": "workspace:4.0.0",
"@pnpm/local-resolver": "workspace:4.0.0",
"@pnpm/npm-resolver": "workspace:5.0.0",
"@pnpm/npm-resolver": "workspace:5.0.1",
"@pnpm/resolver-base": "workspace:5.0.0",
"@pnpm/tarball-resolver": "workspace:3.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/dependencies-hierarchy/package.json
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "8.0.0",
"version": "8.0.1",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
"dependencies": {
"@pnpm/lockfile-file": "workspace:3.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/modules-yaml": "workspace:5.0.0",
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/types": "workspace:4.0.0",
"@pnpm/utils": "workspace:0.12.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"normalize-path": "3.0.0",
"resolve-link-target": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-path/package.json
@@ -1,6 +1,6 @@
{
"name": "dependency-path",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-from-npm-registry/package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-from-npm-registry",
"version": "2.0.7",
"version": "3.0.0",
"description": "A fetch lib specifically for using with the npm registry",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetch-from-npm-registry#readme",
"dependencies": {
"@pnpm/fetch": "workspace:1.0.1",
"@pnpm/npm-registry-agent": "workspace:1.0.3"
"@pnpm/npm-registry-agent": "workspace:2.0.0"
},
"devDependencies": {
"fetch-from-npm-registry": "link:",
Expand Down
8 changes: 4 additions & 4 deletions packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "3.0.0",
"version": "3.0.1",
"description": "Filters a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -49,11 +49,11 @@
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-walker": "workspace:0.0.0",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/lockfile-walker": "workspace:1.0.0",
"@pnpm/package-is-installable": "workspace:4.0.0",
"@pnpm/types": "workspace:4.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"ramda": "0.26.1"
}
}
2 changes: 1 addition & 1 deletion packages/git-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "2.0.7",
"version": "2.0.8",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "10.0.1",
"version": "10.0.2",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down Expand Up @@ -80,14 +80,14 @@
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/filter-lockfile": "workspace:3.0.0",
"@pnpm/hoist": "workspace:2.0.0",
"@pnpm/filter-lockfile": "workspace:3.0.1",
"@pnpm/hoist": "workspace:2.0.1",
"@pnpm/lifecycle": "workspace:8.0.0",
"@pnpm/link-bins": "5.0.1",
"@pnpm/lockfile-file": "workspace:3.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/matcher": "workspace:1.0.0",
"@pnpm/modules-cleaner": "workspace:7.0.0",
"@pnpm/modules-cleaner": "workspace:7.0.1",
"@pnpm/modules-yaml": "workspace:5.0.0",
"@pnpm/package-requester": "workspace:9.0.1",
"@pnpm/pkgid-to-filename": "2.0.0",
Expand All @@ -97,7 +97,7 @@
"@pnpm/symlink-dependency": "workspace:3.0.0",
"@pnpm/types": "workspace:4.0.0",
"@pnpm/utils": "workspace:0.12.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"p-limit": "2.2.1",
"path-absolute": "1.0.1",
"path-exists": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/hoist/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down Expand Up @@ -46,12 +46,12 @@
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/link-bins": "5.0.1",
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-walker": "workspace:0.0.0",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/lockfile-walker": "workspace:1.0.0",
"@pnpm/pkgid-to-filename": "2.0.0",
"@pnpm/symlink-dependency": "workspace:3.0.0",
"@pnpm/types": "workspace:4.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"ramda": "0.26.1"
}
}
4 changes: 2 additions & 2 deletions packages/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "4.0.3",
"version": "4.0.4",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"archy": "1.0.0",
"chalk": "3.0.0",
"cli-columns": "3.1.2",
"dependencies-hierarchy": "workspace:8.0.0",
"dependencies-hierarchy": "workspace:8.0.1",
"p-limit": "2.2.1",
"ramda": "0.26.1",
"semver": "6.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/resolver-base": "workspace:5.0.0",
"@pnpm/types": "workspace:4.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"get-npm-tarball-url": "2.0.1",
"ramda": "0.26.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-walker/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-walker",
"version": "0.0.0",
"version": "1.0.0",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/types": "workspace:4.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"ramda": "0.26.1"
}
}
8 changes: 4 additions & 4 deletions packages/modules-cleaner/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "7.0.0",
"version": "7.0.1",
"description": "Exports util functions to clean up node_modules",
"author": {
"name": "Zoltan Kochan",
Expand Down Expand Up @@ -31,16 +31,16 @@
},
"dependencies": {
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/filter-lockfile": "workspace:3.0.0",
"@pnpm/filter-lockfile": "workspace:3.0.1",
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/package-bins": "4.0.0",
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/store-controller-types": "workspace:5.0.0",
"@pnpm/types": "workspace:4.0.0",
"@pnpm/utils": "workspace:0.12.0",
"@zkochan/rimraf": "1.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"fs-vacuum": "1.2.10",
"ramda": "0.26.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-registry-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-registry-agent",
"version": "1.0.3",
"version": "2.0.0",
"description": "HTTP agent for fetching from npm registry",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-resolver",
"version": "5.0.0",
"version": "5.0.1",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@pnpm/types": "workspace:4.0.0",
"credentials-by-uri": "1.0.0",
"encode-registry": "2.0.2",
"fetch-from-npm-registry": "workspace:2.0.7",
"fetch-from-npm-registry": "workspace:3.0.0",
"load-json-file": "6.2.0",
"mem": "6.0.0",
"normalize-path": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/outdated/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "6.0.1",
"version": "6.0.2",
"description": "Check for outdated packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/lockfile-file": "workspace:3.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.1",
"@pnpm/lockfile-utils": "workspace:2.0.2",
"@pnpm/types": "workspace:4.0.0",
"dependency-path": "workspace:4.0.0",
"dependency-path": "workspace:4.0.1",
"semver": "6.3.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "4.2.3",
"version": "4.3.0-0",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand All @@ -21,21 +21,21 @@
"lib/"
],
"dependencies": {
"@pnpm/audit": "workspace:0.0.0",
"@pnpm/config": "workspace:5.0.1",
"@pnpm/audit": "workspace:1.0.0",
"@pnpm/config": "workspace:5.0.2",
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/default-fetcher": "workspace:5.1.0",
"@pnpm/default-reporter": "workspace:5.0.2",
"@pnpm/default-resolver": "workspace:5.0.0",
"@pnpm/default-fetcher": "workspace:5.1.1",
"@pnpm/default-reporter": "workspace:5.0.3",
"@pnpm/default-resolver": "workspace:5.0.1",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/file-reporter": "0.1.0",
"@pnpm/lifecycle": "workspace:8.0.0",
"@pnpm/list": "workspace:4.0.3",
"@pnpm/list": "workspace:4.0.4",
"@pnpm/lockfile-file": "workspace:3.0.1",
"@pnpm/logger": "3.1.0",
"@pnpm/matcher": "workspace:1.0.0",
"@pnpm/outdated": "workspace:6.0.1",
"@pnpm/outdated": "workspace:6.0.2",
"@pnpm/package-is-installable": "workspace:4.0.0",
"@pnpm/package-store": "workspace:6.0.1",
"@pnpm/read-importer-manifest": "workspace:2.0.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"render-help": "0.0.0",
"signal-exit": "3.0.2",
"strip-ansi": "6.0.0",
"supi": "workspace:0.36.1",
"supi": "workspace:0.36.2",
"table": "5.4.6",
"tree-kill": "1.2.1",
"update-notifier": "3.0.1",
Expand Down

0 comments on commit 68e444e

Please sign in to comment.