Skip to content

Commit

Permalink
Bump to version 0.1.19 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
roironn authored Jul 7, 2020
1 parent 45d0bd6 commit b584652
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.18",
"version": "0.1.19",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/adapter-api",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Adapter API",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/dag": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/dag": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"lodash": "^4.17.15",
"wu": "^2.1.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/adapter-utils",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Adapter Utils",
"repository": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/dag": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/dag": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"fast-safe-stringify": "^2.0.7",
"lodash": "^4.17.15",
"wu": "^2.1.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/cli",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "cli on top of salto core",
"repository": {
Expand Down Expand Up @@ -36,16 +36,16 @@
"package": "node ./package_native.js"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/core": "0.1.18",
"@salto-io/dag": "0.1.18",
"@salto-io/e2e-credentials-store": "0.1.18",
"@salto-io/file": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/salesforce-adapter": "0.1.18",
"@salto-io/workspace": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/core": "0.1.19",
"@salto-io/dag": "0.1.19",
"@salto-io/e2e-credentials-store": "0.1.19",
"@salto-io/file": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"@salto-io/salesforce-adapter": "0.1.19",
"@salto-io/workspace": "0.1.19",
"chalk": "^2.4.2",
"figlet": "^1.2.4",
"glob": "^7.1.6",
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/core",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto core",
"repository": {
Expand Down Expand Up @@ -31,16 +31,16 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/dag": "0.1.18",
"@salto-io/file": "0.1.18",
"@salto-io/hubspot-adapter": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/netsuite-adapter": "0.1.18",
"@salto-io/salesforce-adapter": "0.1.18",
"@salto-io/workspace": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/dag": "0.1.19",
"@salto-io/file": "0.1.19",
"@salto-io/hubspot-adapter": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"@salto-io/netsuite-adapter": "0.1.19",
"@salto-io/salesforce-adapter": "0.1.19",
"@salto-io/workspace": "0.1.19",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"pietile-eventemitter": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/dag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/dag",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "directed acyclic graph implementation including - dag diff and node grouping",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"lodash": "^4.17.15",
"wu": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-credentials-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/e2e-credentials-store",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto E2E tests credentials store",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@jest/environment": "^24.0.0",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/persistent-pool": "0.1.18",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"@salto-io/persistent-pool": "0.1.19",
"easy-table": "^1.1.1",
"humanize-duration": "^3.22.0",
"jest-circus": "^24.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/file",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "File System Utils",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.18",
"@salto-io/lowerdash": "0.1.19",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/hubspot-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/hubspot-adapter",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Hubspot adapter",
"repository": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"hubspot": "^2.3.8",
"lodash": "^4.17.15",
"request-promise": "^4.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/logging",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Logging library",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.18",
"@salto-io/lowerdash": "0.1.19",
"chalk": "^2.4.2",
"lodash": "^4.17.15",
"logform": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lowerdash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/lowerdash",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto utils - stuff that isn't in lodash",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/monitoring",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "monitor changes to salto elements",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/core": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/workspace": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/core": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/workspace": "0.1.19",
"@slack/web-api": "^5.10.0",
"@types/diff": "^4.0.2",
"@types/hogan.js": "^3.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/netsuite-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/netsuite-adapter",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Netsuite adapter",
"repository": {
Expand All @@ -25,12 +25,12 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/dag": "0.1.18",
"@salto-io/file": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/dag": "0.1.19",
"@salto-io/file": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"@salto-io/suitecloud-cli": "^1.0.2-salto-8",
"fast-xml-parser": "^3.15.0",
"he": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/persistent-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/persistent-pool",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Keeps a persistent pool of objects",
"repository": {
Expand All @@ -27,7 +27,7 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.18",
"@salto-io/lowerdash": "0.1.19",
"aws-sdk": "^2.573.0",
"uuid": "^3.3.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/salesforce-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/salesforce-adapter",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto Salesforce adapter",
"repository": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/e2e-credentials-store": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/e2e-credentials-store": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"@types/requestretry": "^1.12.5",
"fast-xml-parser": "^3.15.0",
"humanize-duration": "^3.22.0",
Expand All @@ -49,7 +49,7 @@
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/persistent-pool": "0.1.18",
"@salto-io/persistent-pool": "0.1.19",
"@types/jest": "^24.0.0",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.133",
Expand Down
12 changes: 6 additions & 6 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "salto-vscode",
"displayName": "Salto",
"description": "Configure Salto patches in vscode.",
"version": "0.1.18",
"version": "0.1.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -116,11 +116,11 @@
"generate-yarn-lock": "yarn workspaces run generate-lock-entry | sed '1,2d' | sed -n -e :a -e '1,1!{P;N;D;};N;ba' >> yarn.lock"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/core": "0.1.18",
"@salto-io/file": "0.1.18",
"@salto-io/workspace": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/core": "0.1.19",
"@salto-io/file": "0.1.19",
"@salto-io/workspace": "0.1.19",
"copy-paste": "^1.3.0",
"diff": "^4.0.1",
"lodash": "^4.17.15",
Expand Down
14 changes: 7 additions & 7 deletions packages/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/workspace",
"version": "0.1.18",
"version": "0.1.19",
"license": "Apache-2.0",
"description": "Salto workspace",
"repository": {
Expand Down Expand Up @@ -32,19 +32,19 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.18",
"@salto-io/adapter-utils": "0.1.18",
"@salto-io/logging": "0.1.18",
"@salto-io/lowerdash": "0.1.18",
"@salto-io/adapter-api": "0.1.19",
"@salto-io/adapter-utils": "0.1.19",
"@salto-io/logging": "0.1.19",
"@salto-io/lowerdash": "0.1.19",
"fuse.js": "^3.4.5",
"lodash": "^4.17.15",
"moo": "^0.5.1",
"nearley": "2.19.2",
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/dag": "0.1.18",
"@salto-io/salesforce-adapter": "0.1.18",
"@salto-io/dag": "0.1.19",
"@salto-io/salesforce-adapter": "0.1.19",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.133",
"@types/moo": "^0.5.0",
Expand Down

0 comments on commit b584652

Please sign in to comment.