Skip to content

Commit

Permalink
Bump to version 0.1.14 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitizle authored Apr 30, 2020
1 parent 7ee813d commit efcd318
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 64 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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Adapter API",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/dag": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/dag": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"lodash": "^4.17.11",
"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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Adapter Utils",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/dag": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/dag": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"lodash": "^4.17.11",
"wu": "^2.1.0"
},
Expand Down
18 changes: 9 additions & 9 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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "cli on top of salto core",
"repository": {
Expand Down Expand Up @@ -35,14 +35,14 @@
"package": "node ./package_native.js"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/core": "0.1.13",
"@salto-io/dag": "0.1.13",
"@salto-io/file": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/salesforce-adapter": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/core": "0.1.14",
"@salto-io/dag": "0.1.14",
"@salto-io/file": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@salto-io/salesforce-adapter": "0.1.14",
"chalk": "^2.4.2",
"figlet": "^1.2.4",
"inquirer": "^7.0.0",
Expand Down
18 changes: 9 additions & 9 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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto core",
"repository": {
Expand Down Expand Up @@ -34,14 +34,14 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/dag": "0.1.13",
"@salto-io/file": "0.1.13",
"@salto-io/hubspot-adapter": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/salesforce-adapter": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/dag": "0.1.14",
"@salto-io/file": "0.1.14",
"@salto-io/hubspot-adapter": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@salto-io/salesforce-adapter": "0.1.14",
"axios": "^0.19.2",
"fuse.js": "^3.4.5",
"lodash": "^4.17.11",
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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "directed acyclic graph implementation including - dag diff and node grouping",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"lodash": "^4.17.15",
"wu": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-credential-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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto E2E tests credentials store",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@jest/environment": "^24.0.0",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/persistent-pool": "0.1.13",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@salto-io/persistent-pool": "0.1.14",
"easy-table": "^1.1.1",
"humanize-duration": "^3.21.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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "File System Utils",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.13",
"@salto-io/lowerdash": "0.1.14",
"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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Hubspot adapter",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@types/request-promise": "^4.1.45",
"hubspot": "^2.3.8",
"lodash": "^4.17.11",
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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Logging library",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.13",
"@salto-io/lowerdash": "0.1.14",
"chalk": "^2.4.2",
"lodash": "^4.17.11",
"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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto utils - stuff that isn't in lodash",
"repository": {
Expand Down
12 changes: 6 additions & 6 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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Netsuite adapter",
"repository": {
Expand All @@ -27,11 +27,11 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/file": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/file": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@salto-io/suitecloud-cli": "^1.0.2-salto-2",
"lodash": "^4.17.11",
"wu": "^2.1.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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Keeps a persistent pool of objects",
"repository": {
Expand All @@ -26,7 +26,7 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/lowerdash": "0.1.13",
"@salto-io/lowerdash": "0.1.14",
"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.13",
"version": "0.1.14",
"license": "Apache-2.0",
"description": "Salto Salesforce adapter",
"repository": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"lint-fix": "yarn run lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.1.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/e2e-credentials-store": "0.1.13",
"@salto-io/logging": "0.1.13",
"@salto-io/lowerdash": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/e2e-credentials-store": "0.1.14",
"@salto-io/logging": "0.1.14",
"@salto-io/lowerdash": "0.1.14",
"@types/requestretry": "^1.12.5",
"fast-xml-parser": "^3.15.0",
"jsforce": "https://github.com/salto-io/jsforce.git",
Expand All @@ -51,7 +51,7 @@
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/persistent-pool": "0.1.13",
"@salto-io/persistent-pool": "0.1.14",
"@types/jest": "^24.0.0",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.133",
Expand Down
10 changes: 5 additions & 5 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.13",
"version": "0.1.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -116,10 +116,10 @@
"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.13",
"@salto-io/adapter-utils": "0.1.13",
"@salto-io/core": "0.1.13",
"@salto-io/file": "0.1.13",
"@salto-io/adapter-api": "0.1.14",
"@salto-io/adapter-utils": "0.1.14",
"@salto-io/core": "0.1.14",
"@salto-io/file": "0.1.14",
"copy-paste": "^1.3.0",
"diff": "^4.0.1",
"diff2html": "^2.12.1",
Expand Down

0 comments on commit efcd318

Please sign in to comment.