@itwin/core-markup 4.0.0-dev.90 → 4.0.0-dev.92
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 +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-markup",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.92",
|
|
4
4
|
"description": "iTwin.js markup package",
|
|
5
5
|
"main": "lib/cjs/core-markup.js",
|
|
6
6
|
"module": "lib/esm/core-markup.js",
|
|
@@ -27,18 +27,12 @@
|
|
|
27
27
|
"@svgdotjs/svg.js": "3.0.13"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
31
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
32
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
33
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
30
|
+
"@itwin/core-bentley": "^4.0.0-dev.92",
|
|
31
|
+
"@itwin/core-common": "^4.0.0-dev.92",
|
|
32
|
+
"@itwin/core-frontend": "^4.0.0-dev.92",
|
|
33
|
+
"@itwin/core-geometry": "^4.0.0-dev.92"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
37
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
|
38
|
-
"@itwin/core-common": "4.0.0-dev.90",
|
|
39
|
-
"@itwin/core-frontend": "4.0.0-dev.90",
|
|
40
|
-
"@itwin/core-geometry": "4.0.0-dev.90",
|
|
41
|
-
"@itwin/certa": "4.0.0-dev.90",
|
|
42
36
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
43
37
|
"@types/chai": "4.3.1",
|
|
44
38
|
"@types/mocha": "^8.2.2",
|
|
@@ -54,7 +48,13 @@
|
|
|
54
48
|
"rimraf": "^3.0.2",
|
|
55
49
|
"source-map-loader": "^4.0.0",
|
|
56
50
|
"typescript": "~5.0.2",
|
|
57
|
-
"webpack": "^5.76.0"
|
|
51
|
+
"webpack": "^5.76.0",
|
|
52
|
+
"@itwin/build-tools": "4.0.0-dev.92",
|
|
53
|
+
"@itwin/core-bentley": "4.0.0-dev.92",
|
|
54
|
+
"@itwin/core-common": "4.0.0-dev.92",
|
|
55
|
+
"@itwin/core-geometry": "4.0.0-dev.92",
|
|
56
|
+
"@itwin/certa": "4.0.0-dev.92",
|
|
57
|
+
"@itwin/core-frontend": "4.0.0-dev.92"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -79,6 +79,5 @@
|
|
|
79
79
|
"test": "npm run -s webpackTests && certa -r chrome",
|
|
80
80
|
"test:debug": "certa -r chrome --debug",
|
|
81
81
|
"webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2"
|
|
82
|
-
}
|
|
83
|
-
"readme": "# @itwin/core-markup\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/core-markup__ package contains classes for creating and editing SVG-based markup for iTwin.js Viewports.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
82
|
+
}
|
|
84
83
|
}
|