Skip to content

Commit

Permalink
Bump to version 0.2.9 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
netama authored Apr 1, 2021
1 parent 5aa9e58 commit c8e57be
Show file tree
Hide file tree
Showing 21 changed files with 102 additions and 102 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.2.8",
"version": "0.2.9",
"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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/dag": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/adapter-components",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Adapter Components",
"repository": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"bottleneck": "^2.19.5",
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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/dag": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/dag": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"fast-safe-stringify": "^2.0.7",
"lodash": "^4.17.21",
"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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/core": "0.2.8",
"@salto-io/dag": "0.2.8",
"@salto-io/e2e-credentials-store": "0.2.8",
"@salto-io/file": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/salesforce-adapter": "0.2.8",
"@salto-io/workspace": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/core": "0.2.9",
"@salto-io/dag": "0.2.9",
"@salto-io/e2e-credentials-store": "0.2.9",
"@salto-io/file": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@salto-io/salesforce-adapter": "0.2.9",
"@salto-io/workspace": "0.2.9",
"chalk": "^2.4.2",
"commander": "^6.2.0",
"express": "^4.17.1",
Expand Down
28 changes: 14 additions & 14 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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto core",
"repository": {
Expand Down Expand Up @@ -32,19 +32,19 @@
"generate": "./generate.sh"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/dag": "0.2.8",
"@salto-io/dummy-adapter": "0.2.8",
"@salto-io/file": "0.2.8",
"@salto-io/hubspot-adapter": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/marketo-adapter": "0.2.8",
"@salto-io/netsuite-adapter": "0.2.8",
"@salto-io/salesforce-adapter": "0.2.8",
"@salto-io/workato-adapter": "0.2.8",
"@salto-io/workspace": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/dag": "0.2.9",
"@salto-io/dummy-adapter": "0.2.9",
"@salto-io/file": "0.2.9",
"@salto-io/hubspot-adapter": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@salto-io/marketo-adapter": "0.2.9",
"@salto-io/netsuite-adapter": "0.2.9",
"@salto-io/salesforce-adapter": "0.2.9",
"@salto-io/workato-adapter": "0.2.9",
"@salto-io/workspace": "0.2.9",
"axios": "^0.21.1",
"glob": "^7.1.6",
"lodash": "^4.17.21",
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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"lodash": "^4.17.21",
"wu": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/dummy-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/dummy-adapter",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Salesforce adapter",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"generate": "./generate.sh"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"lodash": "^4.17.21",
"seedrandom": "^3.0.5",
"unique-names-generator": "^4.3.1"
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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto E2E tests credentials store",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/persistent-pool": "0.2.8",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@salto-io/persistent-pool": "0.2.9",
"easy-table": "^1.1.1",
"humanize-duration": "^3.22.0",
"yargs": "^13.3.0"
Expand Down
6 changes: 3 additions & 3 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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "File System Utils",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@types/pako": "^1.0.1",
"mkdirp": "^0.5.1",
"pako": "^1.0.11",
Expand Down
8 changes: 4 additions & 4 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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Hubspot adapter",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"hubspot": "^2.3.14",
"lodash": "^4.17.21",
"request-promise": "^4.2.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/lang-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/lang-server",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto lang server",
"repository": {
Expand Down Expand Up @@ -31,10 +31,10 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/workspace": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@salto-io/workspace": "0.2.9",
"fuse.js": "^6.4.1",
"lodash": "^4.17.21",
"wu": "^2.1.0"
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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/lowerdash": "0.2.9",
"chalk": "^2.4.2",
"fast-safe-stringify": "^2.0.7",
"lodash": "^4.17.21",
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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto utils - stuff that isn't in lodash",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/marketo-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/marketo-adapter",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Marketo adapter",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"lodash": "^4.17.21"
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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Netsuite adapter",
"repository": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/e2e-credentials-store": "0.2.8",
"@salto-io/file": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/e2e-credentials-store": "0.2.9",
"@salto-io/file": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"@salto-io/suitecloud-cli": "1.1.2-salto-4",
"ajv": "^7.1.1",
"async-lock": "^1.2.4",
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.2.8",
"version": "0.2.9",
"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.2.8",
"@salto-io/lowerdash": "0.2.9",
"aws-sdk": "^2.863.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.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"description": "Salto Salesforce adapter",
"repository": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@salto-io/adapter-api": "0.2.8",
"@salto-io/adapter-components": "0.2.8",
"@salto-io/adapter-utils": "0.2.8",
"@salto-io/e2e-credentials-store": "0.2.8",
"@salto-io/logging": "0.2.8",
"@salto-io/lowerdash": "0.2.8",
"@salto-io/adapter-api": "0.2.9",
"@salto-io/adapter-components": "0.2.9",
"@salto-io/adapter-utils": "0.2.9",
"@salto-io/e2e-credentials-store": "0.2.9",
"@salto-io/logging": "0.2.9",
"@salto-io/lowerdash": "0.2.9",
"bottleneck": "^2.19.5",
"fast-xml-parser": "^3.15.0",
"he": "^1.2.0",
Expand Down
Loading

0 comments on commit c8e57be

Please sign in to comment.