Skip to content

Commit

Permalink
chore(release): 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 17, 2019
1 parent 43b4040 commit 06af297
Show file tree
Hide file tree
Showing 24 changed files with 121 additions and 126 deletions.
6 changes: 3 additions & 3 deletions packages/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "1.1.2",
"version": "1.1.3",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@pnpm/constants": "workspace:1.1.0",
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/lifecycle": "workspace:6.2.1",
"@pnpm/lifecycle": "workspace:6.2.2",
"@pnpm/link-bins": "4.4.0",
"@pnpm/read-package-json": "workspace:2.0.2",
"@pnpm/read-package-json": "workspace:2.0.3",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/types": "workspace:3.2.0",
"graph-sequencer": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/default-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-fetcher",
"version": "3.1.16",
"version": "3.1.17",
"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.3",
"@pnpm/git-fetcher": "workspace:2.0.4",
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/tarball-fetcher": "workspace:3.1.15"
"@pnpm/tarball-fetcher": "workspace:3.1.16"
},
"devDependencies": {
"@pnpm/default-fetcher": "link:",
Expand Down
2 changes: 1 addition & 1 deletion packages/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "3.4.0",
"version": "3.4.1",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "3.1.0",
"version": "3.1.1",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://pnpm.js.org",
"dependencies": {
"@pnpm/git-resolver": "workspace:2.0.10",
"@pnpm/local-resolver": "workspace:2.0.11",
"@pnpm/local-resolver": "workspace:2.0.12",
"@pnpm/npm-resolver": "workspace:3.1.0",
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/tarball-resolver": "workspace:2.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/dependencies-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "6.0.0",
"version": "6.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 @@ -41,7 +41,7 @@
"@pnpm/modules-yaml": "workspace:3.0.3",
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5",
"@pnpm/utils": "workspace:0.10.6",
"@types/minimatch": "3.0.3",
"dependency-path": "workspace:3.0.8",
"minimatch": "3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/find-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-packages",
"version": "5.0.7",
"version": "5.0.8",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"tape": "4.11.0"
},
"dependencies": {
"@pnpm/read-importer-manifest": "workspace:1.0.6",
"@pnpm/read-importer-manifest": "workspace:1.0.7",
"fast-glob": "^3.0.0",
"p-filter": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/git-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "2.0.3",
"version": "2.0.4",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "7.1.8",
"version": "7.1.9",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down Expand Up @@ -77,26 +77,26 @@
"prepareFixtures": "registry-mock prepare && run-p -r registry-mock runPrepareFixtures"
},
"dependencies": {
"@pnpm/build-modules": "workspace:1.1.2",
"@pnpm/build-modules": "workspace:1.1.3",
"@pnpm/constants": "workspace:1.1.0",
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/filter-lockfile": "workspace:1.0.14",
"@pnpm/lifecycle": "workspace:6.2.1",
"@pnpm/lifecycle": "workspace:6.2.2",
"@pnpm/link-bins": "4.4.0",
"@pnpm/lockfile-file": "workspace:1.1.2",
"@pnpm/lockfile-utils": "workspace:1.0.10",
"@pnpm/modules-cleaner": "workspace:4.0.4",
"@pnpm/modules-cleaner": "workspace:4.0.5",
"@pnpm/modules-yaml": "workspace:3.0.3",
"@pnpm/package-requester": "workspace:7.1.1",
"@pnpm/package-requester": "workspace:7.1.2",
"@pnpm/pkgid-to-filename": "2.0.0",
"@pnpm/read-importer-manifest": "workspace:1.0.6",
"@pnpm/read-package-json": "workspace:2.0.2",
"@pnpm/read-importer-manifest": "workspace:1.0.7",
"@pnpm/read-package-json": "workspace:2.0.3",
"@pnpm/shamefully-flatten": "workspace:4.0.0",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/symlink-dependency": "workspace:2.0.6",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5",
"@pnpm/utils": "workspace:0.10.6",
"dependency-path": "workspace:3.0.8",
"p-limit": "2.2.0",
"path-exists": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "6.2.1",
"version": "6.2.2",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/read-package-json": "workspace:2.0.2",
"@pnpm/read-package-json": "workspace:2.0.3",
"@pnpm/types": "workspace:3.2.0",
"@zkochan/npm-lifecycle": "3.1.2",
"path-exists": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "2.0.0",
"version": "2.0.1",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
"dependencies": {
"@pnpm/read-importer-manifest": "workspace:1.0.6",
"@pnpm/read-package-json": "workspace:2.0.2",
"@pnpm/read-importer-manifest": "workspace:1.0.7",
"@pnpm/read-package-json": "workspace:2.0.3",
"@pnpm/types": "workspace:3.2.0",
"@zkochan/npm-package-arg": "1.0.2",
"archy": "1.0.0",
"chalk": "2.4.2",
"cli-columns": "3.1.2",
"dependencies-hierarchy": "workspace:6.0.0",
"dependencies-hierarchy": "workspace:6.0.1",
"p-limit": "2.2.0",
"ramda": "0.26.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/local-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/local-resolver",
"version": "2.0.11",
"version": "2.0.12",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme",
"dependencies": {
"@pnpm/error": "workspace:1.0.0",
"@pnpm/read-importer-manifest": "workspace:1.0.6",
"@pnpm/read-importer-manifest": "workspace:1.0.7",
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/types": "workspace:3.2.0",
"graceful-fs": "4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules-cleaner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "4.0.4",
"version": "4.0.5",
"description": "Exports util functions to clean up node_modules",
"author": {
"name": "Zoltan Kochan",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@pnpm/read-modules-dir": "workspace:2.0.1",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5",
"@pnpm/utils": "workspace:0.10.6",
"dependency-path": "workspace:3.0.8",
"fs-vacuum": "1.2.10",
"ramda": "0.26.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/package-requester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "7.1.1",
"version": "7.1.2",
"description": "Concurrent downloader of npm-compatible packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/fetcher-base": "workspace:3.0.4",
"@pnpm/pkgid-to-filename": "2.0.0",
"@pnpm/read-package-json": "workspace:2.0.2",
"@pnpm/read-package-json": "workspace:2.0.3",
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/types": "workspace:3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/package-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/package-store",
"description": "A storage for packages",
"version": "4.0.14",
"version": "4.0.15",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand All @@ -22,7 +22,7 @@
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/fetcher-base": "workspace:3.0.4",
"@pnpm/fs-locker": "3.0.1",
"@pnpm/package-requester": "workspace:7.1.1",
"@pnpm/package-requester": "workspace:7.1.2",
"@pnpm/pkgid-to-filename": "2.0.0",
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/store-controller-types": "workspace:3.0.3",
Expand Down
24 changes: 12 additions & 12 deletions packages/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "3.7.0",
"version": "3.7.1",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand All @@ -24,24 +24,24 @@
"@pnpm/config": "workspace:3.5.1",
"@pnpm/constants": "workspace:1.1.0",
"@pnpm/core-loggers": "workspace:3.0.3",
"@pnpm/default-fetcher": "workspace:3.1.16",
"@pnpm/default-reporter": "workspace:3.4.0",
"@pnpm/default-resolver": "workspace:3.1.0",
"@pnpm/default-fetcher": "workspace:3.1.17",
"@pnpm/default-reporter": "workspace:3.4.1",
"@pnpm/default-resolver": "workspace:3.1.1",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/file-reporter": "0.1.0",
"@pnpm/lifecycle": "workspace:6.2.1",
"@pnpm/list": "workspace:2.0.0",
"@pnpm/lifecycle": "workspace:6.2.2",
"@pnpm/list": "workspace:2.0.1",
"@pnpm/lockfile-file": "workspace:1.1.2",
"@pnpm/logger": "2.1.1",
"@pnpm/outdated": "workspace:3.1.1",
"@pnpm/package-is-installable": "workspace:2.2.1",
"@pnpm/package-store": "workspace:4.0.14",
"@pnpm/read-importer-manifest": "workspace:1.0.6",
"@pnpm/package-store": "workspace:4.0.15",
"@pnpm/read-importer-manifest": "workspace:1.0.7",
"@pnpm/server": "workspace:3.0.5",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/store-path": "2.1.0",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5",
"@pnpm/utils": "workspace:0.10.6",
"@types/archy": "0.0.31",
"@types/lru-cache": "^5.1.0",
"@types/minimatch": "^3.0.3",
Expand All @@ -59,7 +59,7 @@
"dir-is-case-sensitive": "1.0.2",
"execa": "2.0.4",
"fast-glob": "3.0.4",
"find-packages": "workspace:5.0.7",
"find-packages": "workspace:5.0.8",
"get-port": "5.0.0",
"graceful-fs": "4.2.1",
"graph-sequencer": "2.0.0",
Expand All @@ -85,7 +85,7 @@
"read-yaml-file": "1.1.0",
"signal-exit": "3.0.2",
"strip-color": "0.1.0",
"supi": "0.34.7",
"supi": "workspace:0.34.8",
"text-table": "0.2.0",
"tree-kill": "1.2.1",
"update-notifier": "3.0.1",
Expand All @@ -99,7 +99,7 @@
"@pnpm/prepare": "0.0.0",
"@pnpm/read-package-json": "2.0.2",
"@pnpm/registry-mock": "1.3.0",
"@pnpm/write-importer-manifest": "2.0.1",
"@pnpm/write-importer-manifest": "link:../write-importer-manifest",
"@types/byline": "4.2.31",
"@types/common-tags": "1.8.0",
"@types/mkdirp": "0.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/read-importer-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-importer-manifest",
"version": "1.0.6",
"version": "1.0.7",
"description": "Read an importer manifest (called package.json in most cases)",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@pnpm/error": "workspace:1.0.0",
"@pnpm/types": "workspace:^3.0.0",
"@pnpm/write-importer-manifest": "workspace:2.0.1",
"@pnpm/write-importer-manifest": "workspace:2.0.2",
"detect-indent": "6.0.0",
"graceful-fs": "4.2.1",
"is-windows": "1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/read-importers-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-importers-context",
"version": "1.0.7",
"version": "1.0.8",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@pnpm/lockfile-file": "workspace:1.1.2",
"@pnpm/modules-yaml": "workspace:3.0.3",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5"
"@pnpm/utils": "workspace:0.10.6"
},
"devDependencies": {
"@pnpm/logger": "2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/read-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-package-json",
"version": "2.0.2",
"version": "2.0.3",
"description": "Read a package.json",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "tsc",
"prepublishOnly": "pnpm run tsc",
"tsc": "tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
Expand Down
4 changes: 2 additions & 2 deletions packages/resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "8.0.6",
"version": "8.0.7",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@pnpm/resolver-base": "workspace:3.1.2",
"@pnpm/store-controller-types": "workspace:3.0.3",
"@pnpm/types": "workspace:3.2.0",
"@pnpm/utils": "workspace:0.10.5",
"@pnpm/utils": "workspace:0.10.6",
"dependency-path": "workspace:3.0.8",
"path-exists": "4.0.0",
"ramda": "0.26.1",
Expand Down

0 comments on commit 06af297

Please sign in to comment.