Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guangwong committed Jun 6, 2019
1 parent 92da024 commit f908963
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.1.0",
"version": "2.1.1",
"registry": "https://registry.npmjs.org/",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/component-file-logger-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-component-file-logger-service",
"version": "2.1.0",
"version": "2.1.1",
"description": "Pandora 2 Component File Logger Service",
"main": "dist/ComponentFileLoggerService",
"typings": "dist/ComponentFileLoggerService.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/component-sandbox-file-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora-component-sandbox-file-reporter",
"version": "2.1.0",
"version": "2.1.1",
"description": "Pandora 2 Component Sandbox File Reporter",
"main": "dist/ComponentSandboxFileReporter",
"typings": "dist/ComponentSandboxFileReporter.d.ts",
Expand All @@ -26,7 +26,7 @@
"mm": "^2.1.0",
"mocha": "^3.5.0",
"nyc": "^13.1.0",
"pandora-component-file-logger-service": "^2.1.0",
"pandora-component-file-logger-service": "^2.1.1",
"pandora-component-reporter-manager": "^2.1.0"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pandora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pandora",
"version": "2.1.0",
"version": "2.1.1",
"description": "A powerful and lightweight application manager for Node.js applications powered by TypeScript.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,10 +41,10 @@
"moment": "^2.21.0",
"mz": "^2.7.0",
"pandora-component-dead-counter": "^2.1.0",
"pandora-component-file-logger-service": "^2.1.0",
"pandora-component-file-logger-service": "^2.1.1",
"pandora-component-node-metrics": "^2.1.0",
"pandora-component-process-info": "^2.1.0",
"pandora-component-sandbox-file-reporter": "^2.1.0",
"pandora-component-sandbox-file-reporter": "^2.1.1",
"pandora-component-system-metrics": "^2.1.0",
"pandora-core-sdk": "^2.1.0",
"pandora-dollar": "^2.1.0",
Expand Down

0 comments on commit f908963

Please sign in to comment.