v2023.3.3-rc.1
This commit is contained in:
parent
037c53d22b
commit
c838114fd6
@ -2,7 +2,7 @@
|
||||
"name": "corteza-webapp-admin",
|
||||
"description": "Corteza Admin WebApp",
|
||||
"private": true,
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Denis Arh <denis.arh@gmail.com>",
|
||||
"scripts": {
|
||||
@ -18,8 +18,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.27",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.14.0",
|
||||
"@fortawesome/free-solid-svg-icons": "5.12.1",
|
||||
|
||||
@ -675,10 +675,10 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -689,12 +689,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -724,6 +724,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -10861,6 +10862,13 @@ vue-template-es2015-compiler@^1.9.0:
|
||||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
||||
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue2-brace-editor@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/vue2-brace-editor/-/vue2-brace-editor-2.0.2.tgz#d9cd06f201c3e7af8382fd14a3eb8c2c49971436"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "corteza-webapp-compose",
|
||||
"description": "Corteza Compose WebApp",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"license": "Apache-2.0",
|
||||
"contributors": [
|
||||
"Denis Arh <denis.arh@gmail.com>"
|
||||
@ -32,8 +32,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -701,10 +701,10 @@
|
||||
"@babel/helper-validator-identifier" "^7.14.0"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -715,12 +715,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -750,6 +750,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -11797,6 +11798,13 @@ vue-tweet-embed@^2.3.0:
|
||||
resolved "https://registry.yarnpkg.com/vue-tweet-embed/-/vue-tweet-embed-2.4.0.tgz#8707efd49b519fd2201200ea1ba68881c35d886d"
|
||||
integrity sha512-bjViatv0priR1dTEPJpRyWigWGUTUC28VT/sWTaZE+RBWuj/XZvOU5Hzk+O8Mue2dBCAHJrRpoO1VKlcgmHohg==
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue2-brace-editor@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/vue2-brace-editor/-/vue2-brace-editor-2.0.2.tgz#d9cd06f201c3e7af8382fd14a3eb8c2c49971436"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "corteza-discovery",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
@ -15,8 +15,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -974,10 +974,10 @@
|
||||
"@babel/helper-validator-identifier" "^7.16.7"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -988,12 +988,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -1023,6 +1023,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -2663,6 +2664,11 @@ brace-expansion@^1.1.7:
|
||||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@^0.11.0:
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.11.1.tgz#4896fcc9d544eef45f4bb7660db320d3b379fe58"
|
||||
integrity sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==
|
||||
|
||||
braces@^1.8.2:
|
||||
version "1.8.5"
|
||||
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
|
||||
@ -11790,6 +11796,13 @@ vue-text-highlight@^2.0.10:
|
||||
clone-regexp "^2.1.0"
|
||||
diacritics "^1.3.0"
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue2-leaflet@^2.7.1:
|
||||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "corteza-webapp-one",
|
||||
"description": "Corteza One WebApp",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"license": "Apache-2.0",
|
||||
"contributors": [
|
||||
"Denis Arh <denis.arh@gmail.com>"
|
||||
@ -20,8 +20,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -675,10 +675,10 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -689,12 +689,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -724,6 +724,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -1995,6 +1996,11 @@ brace-expansion@^1.1.7:
|
||||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@^0.11.0:
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.11.1.tgz#4896fcc9d544eef45f4bb7660db320d3b379fe58"
|
||||
integrity sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==
|
||||
|
||||
braces@^2.3.1, braces@^2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
|
||||
@ -9969,6 +9975,13 @@ vue-tour@^2.0.0:
|
||||
jump.js "^1.0.2"
|
||||
vue "^2.6.12"
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue@2.6.14, vue@^2.6.12:
|
||||
version "2.6.14"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "corteza-privacy",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
@ -15,8 +15,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -954,10 +954,10 @@
|
||||
"@babel/helper-validator-identifier" "^7.16.7"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -968,12 +968,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -1003,6 +1003,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -2655,6 +2656,11 @@ brace-expansion@^1.1.7:
|
||||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@^0.11.0:
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.11.1.tgz#4896fcc9d544eef45f4bb7660db320d3b379fe58"
|
||||
integrity sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==
|
||||
|
||||
braces@^1.8.2:
|
||||
version "1.8.5"
|
||||
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
|
||||
@ -11639,6 +11645,13 @@ vue-template-es2015-compiler@^1.9.0:
|
||||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
||||
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue2-leaflet@^2.7.1:
|
||||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "corteza-reporter",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
@ -15,8 +15,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -954,10 +954,10 @@
|
||||
"@babel/helper-validator-identifier" "^7.16.7"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -968,12 +968,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -1003,6 +1003,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
@ -2660,6 +2661,11 @@ brace-expansion@^1.1.7:
|
||||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@^0.11.0:
|
||||
version "0.11.1"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.11.1.tgz#4896fcc9d544eef45f4bb7660db320d3b379fe58"
|
||||
integrity sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==
|
||||
|
||||
braces@^1.8.2:
|
||||
version "1.8.5"
|
||||
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
|
||||
@ -11650,6 +11656,13 @@ vue-template-es2015-compiler@^1.9.0:
|
||||
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
||||
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
||||
|
||||
vue2-ace-editor@^0.0.15:
|
||||
version "0.0.15"
|
||||
resolved "https://registry.yarnpkg.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz#569b208e54ae771ae1edd3b8902ac42f0edc74e3"
|
||||
integrity sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==
|
||||
dependencies:
|
||||
brace "^0.11.0"
|
||||
|
||||
vue@2.6.14:
|
||||
version "2.6.14"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "corteza-workflow",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"dev-env": "vue-cli-service serve src/dev-env.js",
|
||||
@ -14,8 +14,8 @@
|
||||
"pre-commit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cortezaproject/corteza-js": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@cortezaproject/corteza-vue": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.10.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
||||
|
||||
@ -1064,10 +1064,10 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
@ -1078,12 +1078,12 @@
|
||||
numeral "^2.0.6"
|
||||
pino "^5.16.0"
|
||||
|
||||
"@cortezaproject/corteza-vue@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.2-1.tgz#4046be37c6b4d337e963d7c3bb11d257bd8f7a39"
|
||||
integrity sha512-doYioBI2J5GUrGN/93PuiV/lgVLm/xwypFxK9W2QoKoV/VDatounTTkHup6OmAqPZxmInYPIAGwDmk9guBhrkg==
|
||||
"@cortezaproject/corteza-vue@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-vue/-/corteza-vue-2023.3.3-rc.1.tgz#1cdb9c57f6cdac50de43674001c6eb1e306107e1"
|
||||
integrity sha512-UwEc1JLz8DY80Orox+PzcLwn0O9erv6997YdsYT/PuVIL7lw/LKkf29SXAjxS/qZMg9at6X1/XaSrzD8ji0JKA==
|
||||
dependencies:
|
||||
"@cortezaproject/corteza-js" "^2023.3.2-1"
|
||||
"@cortezaproject/corteza-js" "^2023.3.3-rc.1"
|
||||
"@fortawesome/fontawesome-svg-core" "^1.2.26"
|
||||
"@fortawesome/free-solid-svg-icons" "^5.12.0"
|
||||
"@fortawesome/vue-fontawesome" "^0.1.9"
|
||||
@ -1113,6 +1113,7 @@
|
||||
vue-echarts "^6.2.3"
|
||||
vue-select "^3.4.0"
|
||||
vue-swatches "^1.0.4"
|
||||
vue2-ace-editor "^0.0.15"
|
||||
vuedraggable "^2.23.0"
|
||||
vuex "^3.6.2"
|
||||
websocket-extensions "^0.1.4"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@cortezaproject/corteza-js",
|
||||
"description": "Corteza JavaScript/TypeScript libs",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Denis Arh <denis.arh@crust.tech>",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@cortezaproject/corteza-vue",
|
||||
"description": "Corteza Vue.js JavaScript/TypeScript libs",
|
||||
"version": "2023.3.2-1",
|
||||
"version": "2023.3.3-rc.1",
|
||||
"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.3.2-1",
|
||||
"@cortezaproject/corteza-js": "^2023.3.3-rc.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
||||
"@fortawesome/vue-fontawesome": "^0.1.9",
|
||||
|
||||
@ -923,10 +923,10 @@
|
||||
"@babel/helper-validator-identifier" "^7.16.7"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cortezaproject/corteza-js@^2023.3.2-1":
|
||||
version "2023.3.2-1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.2-1.tgz#602c7023513b1a959a7a3f5ab38fa7873a88a57f"
|
||||
integrity sha512-8LJbG67QRQ7g8EVH10hituaMOQ4MjgC+YdrItcKHeXQD+3ZyIgwar1CybcM1UPc5ZIh0w6SuZInns1Cp0qG02Q==
|
||||
"@cortezaproject/corteza-js@^2023.3.3-rc.1":
|
||||
version "2023.3.3-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@cortezaproject/corteza-js/-/corteza-js-2023.3.3-rc.1.tgz#fde695dd551a6e4d6ae12830889bbc52dc35fc34"
|
||||
integrity sha512-8vso2Gqwe5EjGSNjJWQdsZT2RiLS92wf9iDLE84UZLaBfBGBdC215qfab5VqF54ZODqVKGfkgiC+zrn52XkLjA==
|
||||
dependencies:
|
||||
axios "^0.21.1"
|
||||
hex-rgb "^4.1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user