v2023.9.6-a

This commit is contained in:
Jože Fortun
2024-04-29 15:24:27 +02:00
parent 447e6fada3
commit 2873e0123e
17 changed files with 147 additions and 97 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@cortezaproject/corteza-js",
"description": "Corteza JavaScript/TypeScript libs",
"version": "2023.9.6",
"version": "2023.9.6-a",
"license": "Apache-2.0",
"author": "Denis Arh <denis.arh@crust.tech>",
"main": "dist/index.js",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@cortezaproject/corteza-vue",
"description": "Corteza Vue.js JavaScript/TypeScript libs",
"version": "2023.9.6",
"version": "2023.9.6-a",
"license": "Apache-2.0",
"author": "Denis Arh <denis.arh@crust.tech>",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"pre-commit": "yarn lint"
},
"dependencies": {
"@cortezaproject/corteza-js": "^2023.9.6",
"@cortezaproject/corteza-js": "^2023.9.6-a",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
+4 -4
View File
@@ -1031,10 +1031,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"
"@cortezaproject/corteza-js@^2023.9.6":
version "2023.9.6"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.6.tgz#ff5ffd86bbc2b75127f4007b23d32437abf02ba1"
integrity sha512-hQaitrxeUUNPJC/T3s/TaqKue4PSyFQhxWERsjzM5ayuzkyZO+xsHYoqAKPZ/0CIRE/D4qDFjFUDmnmO9FOdbA==
"@cortezaproject/corteza-js@^2023.9.6-a":
version "2023.9.6-a"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.6-a.tgz#af730e91ce1b22a783b5914be5cca2bfe40ef99c"
integrity sha512-c+U0aiCXSGNyeqc4hoZPnFYalizhkcCknr7g0HhBcoxEQeHATpOmwGSosieSU2O5xb9abZ/1WKJQGwfnb/OiIw==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"