Skip to content

Commit

Permalink
Bump to version 0.3.56 (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamro authored Apr 21, 2024
1 parent 5927782 commit 3816e6c
Show file tree
Hide file tree
Showing 32 changed files with 224 additions and 224 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.3.55",
"version": "0.3.56",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true,
Expand Down
8 changes: 4 additions & 4 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto Adapter API",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/dag": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/dag": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto Adapter Components",
"repository": {
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/dag": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/parser": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/dag": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"@salto-io/parser": "0.3.56",
"axios": "^0.26.1",
"axios-retry": "^4.0.0",
"bottleneck": "^2.19.5",
Expand All @@ -51,7 +51,7 @@
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.168",
"@types/node": "^12.7.1",
Expand Down
12 changes: 6 additions & 6 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto Adapter Utils",
"repository": {
Expand Down Expand Up @@ -31,10 +31,10 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/adapter-api": "0.3.55",
"@salto-io/dag": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/dag": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"fast-safe-stringify": "^2.0.7",
"joi": "^17.4.0",
"lodash": "^4.17.21",
Expand All @@ -43,7 +43,7 @@
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.168",
"@types/moxios": "^0.4.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/aws-utils",
"version": "0.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto AWS Utils",
"repository": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"dependencies": {
"@aws-sdk/client-s3": "3.198.0",
"@aws-sdk/middleware-retry": "3.198.0",
"@salto-io/logging": "0.3.55"
"@salto-io/logging": "0.3.56"
},
"devDependencies": {
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.168",
"@types/node": "^12.7.1",
Expand Down
26 changes: 13 additions & 13 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "cli on top of salto core",
"repository": {
Expand Down Expand Up @@ -38,16 +38,16 @@
"package": "node ./package_native.js"
},
"dependencies": {
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/core": "0.3.55",
"@salto-io/dag": "0.3.55",
"@salto-io/file": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/parser": "0.3.55",
"@salto-io/salesforce-adapter": "0.3.55",
"@salto-io/workspace": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/core": "0.3.56",
"@salto-io/dag": "0.3.56",
"@salto-io/file": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"@salto-io/parser": "0.3.56",
"@salto-io/salesforce-adapter": "0.3.56",
"@salto-io/workspace": "0.3.56",
"chalk": "^2.4.2",
"commander": "^10.0.0",
"express": "^4.17.1",
Expand All @@ -65,8 +65,8 @@
"wu": "^2.1.0"
},
"devDependencies": {
"@salto-io/e2e-credentials-store": "0.3.55",
"@salto-io/test-utils": "0.3.55",
"@salto-io/e2e-credentials-store": "0.3.56",
"@salto-io/test-utils": "0.3.56",
"@types/express": "^4.17.7",
"@types/inquirer": "7.3.1",
"@types/jest": "^27.4.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/confluence-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/confluence-adapter",
"version": "0.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto confluence adapter",
"repository": {
Expand Down Expand Up @@ -31,18 +31,18 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-components": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-components": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"axios": "^0.26.1",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.5"
},
"devDependencies": {
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "4.22.1",
Expand Down
52 changes: 26 additions & 26 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto core",
"repository": {
Expand Down Expand Up @@ -33,32 +33,32 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.198.0",
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-components": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/aws-utils": "0.3.55",
"@salto-io/confluence-adapter": "0.3.55",
"@salto-io/dag": "0.3.55",
"@salto-io/dummy-adapter": "0.3.55",
"@salto-io/file": "0.3.55",
"@salto-io/google-workspace-adapter": "0.3.55",
"@salto-io/intercom-adapter": "0.3.55",
"@salto-io/jira-adapter": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/netsuite-adapter": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-components": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/aws-utils": "0.3.56",
"@salto-io/confluence-adapter": "0.3.56",
"@salto-io/dag": "0.3.56",
"@salto-io/dummy-adapter": "0.3.56",
"@salto-io/file": "0.3.56",
"@salto-io/google-workspace-adapter": "0.3.56",
"@salto-io/intercom-adapter": "0.3.56",
"@salto-io/jira-adapter": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"@salto-io/netsuite-adapter": "0.3.56",
"@salto-io/node-diff3": "3.1.0-salto.1",
"@salto-io/okta-adapter": "0.3.55",
"@salto-io/parser": "0.3.55",
"@salto-io/okta-adapter": "0.3.56",
"@salto-io/parser": "0.3.56",
"@salto-io/rocksdb": "5.1.1-salto-18",
"@salto-io/salesforce-adapter": "0.3.55",
"@salto-io/sap-adapter": "0.3.55",
"@salto-io/serviceplaceholder-adapter": "0.3.55",
"@salto-io/stripe-adapter": "0.3.55",
"@salto-io/workato-adapter": "0.3.55",
"@salto-io/workspace": "0.3.55",
"@salto-io/zendesk-adapter": "0.3.55",
"@salto-io/zuora-billing-adapter": "0.3.55",
"@salto-io/salesforce-adapter": "0.3.56",
"@salto-io/sap-adapter": "0.3.56",
"@salto-io/serviceplaceholder-adapter": "0.3.56",
"@salto-io/stripe-adapter": "0.3.56",
"@salto-io/workato-adapter": "0.3.56",
"@salto-io/workspace": "0.3.56",
"@salto-io/zendesk-adapter": "0.3.56",
"@salto-io/zuora-billing-adapter": "0.3.56",
"async-lock": "^1.2.4",
"axios": "^0.26.1",
"bottleneck": "^2.19.5",
Expand All @@ -81,7 +81,7 @@
},
"devDependencies": {
"@aws-sdk/util-stream-node": "3.198.0",
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/async-lock": "^1.1.2",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^27.4.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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "directed acyclic graph implementation including - dag diff and node grouping",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"lodash": "^4.17.21",
"wu": "^2.1.0"
},
Expand Down
16 changes: 8 additions & 8 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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto Salesforce adapter",
"repository": {
Expand Down Expand Up @@ -32,13 +32,13 @@
"generate": "./generate.sh"
},
"dependencies": {
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-components": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/parser": "0.3.55",
"@salto-io/workspace": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-components": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"@salto-io/parser": "0.3.56",
"@salto-io/workspace": "0.3.56",
"lodash": "^4.17.21",
"readdirp": "^3.1.1",
"seedrandom": "^3.0.5",
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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto E2E tests credentials store",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/persistent-pool": "0.3.55",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"@salto-io/persistent-pool": "0.3.56",
"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.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "File System Utils",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"stream-chain": "^2.2.5"
Expand Down
14 changes: 7 additions & 7 deletions packages/google-workspace-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salto-io/google-workspace-adapter",
"version": "0.3.55",
"version": "0.3.56",
"license": "Apache-2.0",
"description": "Salto google-workspace adapter",
"repository": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"check-format": "prettier --check . --ignore-path=../../.prettierignore --ignore-path=../../.gitignore --ignore-path=.gitignore"
},
"dependencies": {
"@salto-io/adapter-api": "0.3.55",
"@salto-io/adapter-components": "0.3.55",
"@salto-io/adapter-utils": "0.3.55",
"@salto-io/logging": "0.3.55",
"@salto-io/lowerdash": "0.3.55",
"@salto-io/adapter-api": "0.3.56",
"@salto-io/adapter-components": "0.3.56",
"@salto-io/adapter-utils": "0.3.56",
"@salto-io/logging": "0.3.56",
"@salto-io/lowerdash": "0.3.56",
"axios": "^0.26.1",
"form-data": "^4.0.0",
"google-auth-library": "^9.7.0",
Expand All @@ -44,7 +44,7 @@
"uuid": "^8.3.0"
},
"devDependencies": {
"@salto-io/test-utils": "0.3.55",
"@salto-io/test-utils": "0.3.56",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "4.22.1",
Expand Down
Loading

0 comments on commit 3816e6c

Please sign in to comment.