@vertigis/arcgis-extensions 34.0.1 → 34.0.2
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/docs/html/modules/version.html +1 -1
- package/package.json +3 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
|
|
82
82
|
<a name="version-1" class="tsd-anchor"></a>
|
|
83
83
|
<h3><span class="tsd-flag ts-flagConst">Const</span> version</h3>
|
|
84
|
-
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"34.0.
|
|
84
|
+
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"34.0.2"</span><span class="tsd-signature-symbol"> = "34.0.2"</span></div>
|
|
85
85
|
<aside class="tsd-sources">
|
|
86
86
|
<ul>
|
|
87
87
|
<li>Defined in src/version.ts:4</li>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/arcgis-extensions",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE",
|
|
4
|
-
"version": "34.0.
|
|
4
|
+
"version": "34.0.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://geocortex.visualstudio.com/Geocortex/_git/geocortex-api-ts"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"prettier": "prettier --write \"**/*.ts\" \"**/*.json\" \"**/*.js\" ",
|
|
42
42
|
"prepare": "in-install && npm run -s initialize || not-in-install",
|
|
43
43
|
"start": "npm run -s cleanup-build && npm run -s copy-static-files && tsc -w -p src/tsconfig.bundle.json",
|
|
44
|
-
"test": "tsc -p ./src/tsconfig.test.json && jest --maxWorkers=50%",
|
|
44
|
+
"test": "tsc -p ./src/tsconfig.test.json && cross-env TZ=\"America/Los_Angeles\" jest --maxWorkers=50%",
|
|
45
45
|
"test-watch": "npm run test -- --watch",
|
|
46
46
|
"update-version": "node build/js/generateVersion.js",
|
|
47
47
|
"watch-build-folder": "tsc -p build -w"
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"chai": "4.3.4",
|
|
72
72
|
"chai-as-promised": "7.1.1",
|
|
73
73
|
"cpx": "1.5.0",
|
|
74
|
+
"cross-env": "7.0.3",
|
|
74
75
|
"del-cli": "4.0.1",
|
|
75
76
|
"eslint": "7.32.0",
|
|
76
77
|
"eslint-config-prettier": "8.3.0",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version="34.0.
|
|
1
|
+
export const version="34.0.2";
|