@itwin/core-backend 3.2.0-dev.34 → 3.2.0-dev.37
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 +6 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 06 Apr 2022 22:27:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.2
|
|
6
|
+
Wed, 06 Apr 2022 22:27:56 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 3.1.1
|
|
6
11
|
Thu, 31 Mar 2022 15:55:48 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.37",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"typings": "lib/cjs/core-backend",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"url": "http://www.bentley.com"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@itwin/core-bentley": "^3.2.0-dev.
|
|
28
|
-
"@itwin/core-common": "^3.2.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.2.0-dev.
|
|
30
|
-
"@itwin/ecschema-metadata": "^3.2.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "^3.2.0-dev.37",
|
|
28
|
+
"@itwin/core-common": "^3.2.0-dev.37",
|
|
29
|
+
"@itwin/core-geometry": "^3.2.0-dev.37",
|
|
30
|
+
"@itwin/ecschema-metadata": "^3.2.0-dev.37"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"@itwin/ecschema-metadata": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
43
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
44
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
45
|
-
"@itwin/core-geometry": "3.2.0-dev.
|
|
46
|
-
"@itwin/core-webpack-tools": "3.2.0-dev.
|
|
47
|
-
"@itwin/ecschema-metadata": "3.2.0-dev.
|
|
48
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
42
|
+
"@itwin/build-tools": "3.2.0-dev.37",
|
|
43
|
+
"@itwin/core-bentley": "3.2.0-dev.37",
|
|
44
|
+
"@itwin/core-common": "3.2.0-dev.37",
|
|
45
|
+
"@itwin/core-geometry": "3.2.0-dev.37",
|
|
46
|
+
"@itwin/core-webpack-tools": "3.2.0-dev.37",
|
|
47
|
+
"@itwin/ecschema-metadata": "3.2.0-dev.37",
|
|
48
|
+
"@itwin/eslint-plugin": "3.2.0-dev.37",
|
|
49
49
|
"@types/chai": "^4.1.4",
|
|
50
50
|
"@types/chai-as-promised": "^7",
|
|
51
51
|
"@types/fs-extra": "^4.0.7",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@azure/storage-blob": "^12.7.0",
|
|
77
77
|
"@bentley/imodeljs-native": "3.2.3",
|
|
78
|
-
"@itwin/core-telemetry": "3.2.0-dev.
|
|
78
|
+
"@itwin/core-telemetry": "3.2.0-dev.37",
|
|
79
79
|
"form-data": "^2.3.2",
|
|
80
80
|
"fs-extra": "^8.1.0",
|
|
81
81
|
"json5": "^2.2.0",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"extract-api": "betools extract-api --entry=core-backend",
|
|
121
121
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
|
122
122
|
"test": "mocha",
|
|
123
|
-
"ios:webpack:tests": "webpack --config ios/ios.webpack.config.js",
|
|
124
|
-
"ios:copy:assets": "cpx \"./src/assets/**/*\"
|
|
123
|
+
"ios:webpack:tests": "TESTS_GLOB=./lib/**/*.test.js webpack --config ../../tools/internal/ios/ios.webpack.config.js",
|
|
124
|
+
"ios:copy:assets": "cpx \"./src/test/assets/**/*\" ../../tools/internal/lib/ios/assets/assets",
|
|
125
125
|
"ios:build:tests": "npm run -s build && npm run -s ios:webpack:tests && npm run -s ios:copy:assets"
|
|
126
126
|
},
|
|
127
127
|
"readme": "# @itwin/core-backend\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-backend__ package contains classes that backend code can use to work with directly with iModels.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|