@itwin/map-layers-auth 4.0.0-dev.61 → 4.0.0-dev.63
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-auth",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.63",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers-auth.js",
|
|
6
6
|
"module": "lib/esm/map-layers-auth.js",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/iTwin/itwinjs-core
|
|
11
|
+
"url": "https://github.com/iTwin/itwinjs-core.git",
|
|
12
|
+
"directory": "extensions/map-layers-auth"
|
|
12
13
|
},
|
|
13
14
|
"keywords": [
|
|
14
15
|
"iModel",
|
|
@@ -21,10 +22,10 @@
|
|
|
21
22
|
"url": "http://www.bentley.com"
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
25
|
+
"@itwin/build-tools": "4.0.0-dev.63",
|
|
26
|
+
"@itwin/core-bentley": "4.0.0-dev.63",
|
|
27
|
+
"@itwin/core-common": "4.0.0-dev.63",
|
|
28
|
+
"@itwin/core-frontend": "4.0.0-dev.63",
|
|
28
29
|
"@itwin/eslint-plugin": "^4.0.0-dev.32",
|
|
29
30
|
"@types/chai": "4.3.1",
|
|
30
31
|
"@types/mocha": "^8.2.2",
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"typescript": "~5.0.2"
|
|
44
45
|
},
|
|
45
46
|
"peerDependencies": {
|
|
46
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
47
|
+
"@itwin/core-bentley": "4.0.0-dev.63"
|
|
47
48
|
},
|
|
48
49
|
"nyc": {
|
|
49
50
|
"extends": "./node_modules/@itwin/build-tools/.nycrc",
|
|
@@ -76,8 +77,7 @@
|
|
|
76
77
|
]
|
|
77
78
|
},
|
|
78
79
|
"scripts": {
|
|
79
|
-
"build": "npm run -s build:cjs",
|
|
80
|
-
"build:ci": "npm run -s build && npm run -s build:esm",
|
|
80
|
+
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
81
81
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
|
82
82
|
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
|
|
83
83
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|