Skip to content

Commit

Permalink
Merge pull request #951 from paulyuk/release-1.12
Browse files Browse the repository at this point in the history
Updating release-1.12 with js-sdk 3.2.0
  • Loading branch information
paulyuk authored Oct 13, 2023
2 parents 4d447df + 78ac0ac commit 910ff1a
Show file tree
Hide file tree
Showing 15 changed files with 610 additions and 702 deletions.
168 changes: 78 additions & 90 deletions bindings/javascript/sdk/batch/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/javascript/sdk/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2",
"@dapr/dapr": "^3.2.0",
"axios": "^0.25.0"
}
}
169 changes: 74 additions & 95 deletions configuration/javascript/sdk/order-processor/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configuration/javascript/sdk/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2"
"@dapr/dapr": "^3.2.0"
},
"devDependencies": {
"eslint": "^8.8.0",
Expand Down
168 changes: 78 additions & 90 deletions cryptography/javascript/sdk/crypto-quickstart/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cryptography/javascript/sdk/crypto-quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@dapr/dapr": "~3.1.2"
"@dapr/dapr": "^3.2.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions pub_sub/javascript/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ npm install
cd ..
cd ./checkout
npm install
cd ..
```
<!-- END_STEP -->

Expand Down
208 changes: 98 additions & 110 deletions pub_sub/javascript/sdk/checkout/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pub_sub/javascript/sdk/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2"
"@dapr/dapr": "^3.2.0"
}
}
208 changes: 98 additions & 110 deletions pub_sub/javascript/sdk/order-processor/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pub_sub/javascript/sdk/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2"
"@dapr/dapr": "^3.2.0"
}
}
208 changes: 98 additions & 110 deletions secrets_management/javascript/sdk/order-processor/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2"
"@dapr/dapr": "^3.2.0"
},
"devDependencies": {
"eslint": "^8.8.0",
Expand Down
168 changes: 78 additions & 90 deletions state_management/javascript/sdk/order-processor/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.1.2"
"@dapr/dapr": "^3.2.0"
},
"devDependencies": {
"eslint": "^8.8.0",
Expand Down

0 comments on commit 910ff1a

Please sign in to comment.