Skip to content

Commit aa91824

Browse files
committed
v2023.9.8
1 parent 1fb18a0 commit aa91824

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "corteza-server-corredor",
33
"description": "Corteza Automation Script Runner",
4-
"version": "2023.9.5",
4+
"version": "2023.9.8",
55
"license": "Apache-2.0",
66
"contributors": [
77
"Denis Arh <[email protected]>"
@@ -18,7 +18,7 @@
1818
"cdeps": "yarn upgrade @cortezaproject/corteza-js https://github.com/cortezaproject/corteza-protobuf#develop"
1919
},
2020
"dependencies": {
21-
"@cortezaproject/corteza-js": "^2023.9.7",
21+
"@cortezaproject/corteza-js": "^2023.9.8",
2222
"@cortezaproject/corteza-protobuf": "https://github.com/cortezaproject/corteza-protobuf#develop",
2323
"@grpc/proto-loader": "^0.5.1",
2424
"@istanbuljs/nyc-config-typescript": "^0.1.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
lodash "^4.17.19"
9494
to-fast-properties "^2.0.0"
9595

96-
"@cortezaproject/corteza-js@^2023.9.7":
97-
version "2023.9.7"
98-
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.7.tgz#c5ce2043b7def83fb5b36199e0d5862c6b511cd3"
99-
integrity sha512-FdHb23xiTRVJ4dfPyujXOHpfFoyKeYu06gDMNnwD9Kv/C/U5iQLbMXAh6WLsrdUGtwjJirvkpsD+hkPZRwTz1g==
96+
"@cortezaproject/corteza-js@^2023.9.8":
97+
version "2023.9.8"
98+
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.8.tgz#95badc692d0998fbe12c53a7d0800cb63aa99b69"
99+
integrity sha512-Ept4b0qr72aFtqlGcU86LYKSGQDwVVCRBrWfbn7sY4tPVccPUGbhSe+6N8lZkQdp93pltYgvwxnPJTqCUmn9/w==
100100
dependencies:
101101
axios "^0.28.0"
102102
hex-rgb "^4.1.0"

0 commit comments

Comments
 (0)