@vertigis/viewer-spec 61.9.2 → 61.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-event.schema.json +1 -1
- package/package.json +7 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "61.
|
|
3
|
+
"version": "61.11.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"app-schema": "npm run -s prepare && node build/js/appConfigSchema.js",
|
|
18
|
-
"audit": "npx audit-ci
|
|
18
|
+
"audit": "npx audit-ci@7.1.0 --config ./audit-ci.jsonc",
|
|
19
19
|
"build": "npm run -s delete-js-folders && npm run update-version && tsc -d -p src && npm run minify && npm run -s lint && npm run -s build-schema && npm run -s build-text-schema",
|
|
20
20
|
"build-debug": "npm run -s delete-js-folders && npm run update-version && tsc -d --sourceMap true -p src && npm run -s lint && npm run build-schema",
|
|
21
21
|
"build-text-schema": "ts-node build/convertSchemaToText.ts ",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@arcgis/core": "*",
|
|
46
|
-
"@vertigis/arcgis-extensions": ">=
|
|
46
|
+
"@vertigis/arcgis-extensions": ">= 54.0.0-0 < 55.0.0-0",
|
|
47
47
|
"highcharts": "*"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -80,5 +80,9 @@
|
|
|
80
80
|
},
|
|
81
81
|
"lint-staged": {
|
|
82
82
|
"*.{js,json,ts,md,xml,xsd}": "prettier --write"
|
|
83
|
+
},
|
|
84
|
+
"allowScripts": {
|
|
85
|
+
"simple-git-hooks@2.11.1": true,
|
|
86
|
+
"@vaadin/vaadin-usage-statistics": false
|
|
83
87
|
}
|
|
84
88
|
}
|
package/version.d.ts
CHANGED
package/version.js
CHANGED