3
0

v2023.9.5

This commit is contained in:
Jože Fortun
2024-03-21 16:58:27 +01:00
parent 300b8e0692
commit e4f0811dcc
17 changed files with 91 additions and 91 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@cortezaproject/corteza-js",
"description": "Corteza JavaScript/TypeScript libs",
"version": "2023.9.5-rc.2",
"version": "2023.9.5",
"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.5-rc.2",
"version": "2023.9.5",
"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.5-rc.2",
"@cortezaproject/corteza-js": "^2023.9.5",
"@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.5-rc.2":
version "2023.9.5-rc.2"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.5-rc.2.tgz#b7b81d30b78c8a7b7f46a7cc6825339a548d0a83"
integrity sha512-OkPzApvFi9EOvIaLPwrpEejGe8srQZYyHahJs6FzU+eG6wpCnJRRO4N+38SeWbOdoOZsIzxGi60cq1HmSg6LdQ==
"@cortezaproject/corteza-js@^2023.9.5":
version "2023.9.5"
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.9.5.tgz#d0f5d97d6ec095f67a48b0a6563be0044b008975"
integrity sha512-dpb0xsK3OisIYaFnnCCWkRWnchy4wyQEfvAL+O9zSrDLrp08dcJF3r8EBIRoAFZg7dAfBKyW92Xq8cfm0mRJvQ==
dependencies:
axios "^0.28.0"
hex-rgb "^4.1.0"