@itwin/core-i18n 4.0.0-dev.89 → 4.0.0-dev.91
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-i18n",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.91",
|
|
4
4
|
"description": "iTwin.js localization code",
|
|
5
5
|
"main": "lib/cjs/core-i18n.js",
|
|
6
6
|
"module": "lib/esm/core-i18n.js",
|
|
@@ -21,17 +21,13 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^4.0.0-dev.91"
|
|
25
25
|
},
|
|
26
26
|
"//devDependencies": [
|
|
27
27
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
28
28
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "4.0.0-dev.89",
|
|
32
|
-
"@itwin/certa": "4.0.0-dev.89",
|
|
33
|
-
"@itwin/core-bentley": "4.0.0-dev.89",
|
|
34
|
-
"@itwin/core-common": "4.0.0-dev.89",
|
|
35
31
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
36
32
|
"@types/chai": "4.3.1",
|
|
37
33
|
"@types/node": "^18.11.5",
|
|
@@ -42,11 +38,16 @@
|
|
|
42
38
|
"babel-plugin-istanbul": "~6.1.1",
|
|
43
39
|
"chai": "^4.1.2",
|
|
44
40
|
"eslint": "^8.36.0",
|
|
41
|
+
"glob": "^7.1.2",
|
|
45
42
|
"rimraf": "^3.0.2",
|
|
46
43
|
"source-map-loader": "^4.0.0",
|
|
47
44
|
"typescript": "~5.0.2",
|
|
48
45
|
"webpack": "^5.76.0",
|
|
49
|
-
"webpack-cli": "^5.0.1"
|
|
46
|
+
"webpack-cli": "^5.0.1",
|
|
47
|
+
"@itwin/build-tools": "4.0.0-dev.91",
|
|
48
|
+
"@itwin/certa": "4.0.0-dev.91",
|
|
49
|
+
"@itwin/core-bentley": "4.0.0-dev.91",
|
|
50
|
+
"@itwin/core-common": "4.0.0-dev.91"
|
|
50
51
|
},
|
|
51
52
|
"//dependencies": [
|
|
52
53
|
"NOTE: these dependencies are specific to core-i18n",
|
|
@@ -77,6 +78,5 @@
|
|
|
77
78
|
"test:debug": "certa -r chrome --debug",
|
|
78
79
|
"webpack:test": "webpack --config ./src/test/utils/webpack.config.js 1>&2",
|
|
79
80
|
"cover": "npm -s test"
|
|
80
|
-
}
|
|
81
|
-
"readme": "# @itwin/core-i18n\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-i18n__ package contains classes related to internationalization and localization.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
81
|
+
}
|
|
82
82
|
}
|