@itwin/core-markup 3.1.0-dev.25 → 3.1.0-dev.29
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/CHANGELOG.md +11 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-markup
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.0.0
|
|
6
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
11
|
+
- rename to @itwin/core-markup
|
|
12
|
+
- Replace usage of I18N with generic Localization interface.
|
|
13
|
+
- tool.run and tool.parseAndRun are now async methods
|
|
4
14
|
|
|
5
15
|
## 2.19.28
|
|
6
16
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-markup",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.29",
|
|
4
4
|
"description": "iTwin.js markup package",
|
|
5
5
|
"main": "lib/cjs/core-markup.js",
|
|
6
6
|
"module": "lib/esm/core-markup.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"@svgdotjs/svg.js": "3.0.13"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "^3.1.0-dev.
|
|
31
|
-
"@itwin/core-common": "^3.1.0-dev.
|
|
32
|
-
"@itwin/core-frontend": "^3.1.0-dev.
|
|
33
|
-
"@itwin/core-geometry": "^3.1.0-dev.
|
|
30
|
+
"@itwin/core-bentley": "^3.1.0-dev.29",
|
|
31
|
+
"@itwin/core-common": "^3.1.0-dev.29",
|
|
32
|
+
"@itwin/core-frontend": "^3.1.0-dev.29",
|
|
33
|
+
"@itwin/core-geometry": "^3.1.0-dev.29"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@itwin/build-tools": "3.1.0-dev.
|
|
37
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
38
|
-
"@itwin/core-common": "3.1.0-dev.
|
|
39
|
-
"@itwin/core-frontend": "3.1.0-dev.
|
|
40
|
-
"@itwin/core-geometry": "3.1.0-dev.
|
|
41
|
-
"@itwin/certa": "3.1.0-dev.
|
|
42
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
|
36
|
+
"@itwin/build-tools": "3.1.0-dev.29",
|
|
37
|
+
"@itwin/core-bentley": "3.1.0-dev.29",
|
|
38
|
+
"@itwin/core-common": "3.1.0-dev.29",
|
|
39
|
+
"@itwin/core-frontend": "3.1.0-dev.29",
|
|
40
|
+
"@itwin/core-geometry": "3.1.0-dev.29",
|
|
41
|
+
"@itwin/certa": "3.1.0-dev.29",
|
|
42
|
+
"@itwin/eslint-plugin": "3.1.0-dev.29",
|
|
43
43
|
"@types/chai": "^4.1.4",
|
|
44
44
|
"@types/mocha": "^8.2.2",
|
|
45
45
|
"@types/node": "14.14.31",
|