@itwin/core-backend 4.3.0-dev.7 → 4.3.0-dev.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Tue, 10 Oct 2023 20:02:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Oct 2023 12:52:10 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.1.9
6
6
  Tue, 10 Oct 2023 18:48:12 GMT
@@ -142,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
142
142
  - allow passing a custom schema read context to IModelDb.importSchemas
143
143
  - Added test to verify Id serialization to hex for system properties.
144
144
 
145
+ ## 3.7.16
146
+ Mon, 16 Oct 2023 12:49:07 GMT
147
+
148
+ _Version update only_
149
+
145
150
  ## 3.7.15
146
151
  Tue, 10 Oct 2023 19:58:35 GMT
147
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.3.0-dev.7",
3
+ "version": "4.3.0-dev.9",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.3.0-dev.7",
29
- "@itwin/core-common": "^4.3.0-dev.7",
30
- "@itwin/core-geometry": "^4.3.0-dev.7",
28
+ "@itwin/core-bentley": "^4.3.0-dev.9",
29
+ "@itwin/core-common": "^4.3.0-dev.9",
30
+ "@itwin/core-geometry": "^4.3.0-dev.9",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -67,12 +67,12 @@
67
67
  "source-map-loader": "^4.0.0",
68
68
  "typescript": "~5.0.2",
69
69
  "webpack": "^5.76.0",
70
- "@itwin/build-tools": "4.3.0-dev.7",
71
- "@itwin/core-bentley": "4.3.0-dev.7",
72
- "@itwin/core-common": "4.3.0-dev.7",
73
- "@itwin/core-geometry": "4.3.0-dev.7",
74
- "@itwin/core-webpack-tools": "4.3.0-dev.7",
75
- "@itwin/ecsql-common": "4.3.0-dev.7",
70
+ "@itwin/core-bentley": "4.3.0-dev.9",
71
+ "@itwin/build-tools": "4.3.0-dev.9",
72
+ "@itwin/core-geometry": "4.3.0-dev.9",
73
+ "@itwin/core-common": "4.3.0-dev.9",
74
+ "@itwin/ecsql-common": "4.3.0-dev.9",
75
+ "@itwin/core-webpack-tools": "4.3.0-dev.9",
76
76
  "internal-tools": "3.0.0-dev.69"
77
77
  },
78
78
  "dependencies": {
@@ -89,7 +89,7 @@
89
89
  "semver": "^7.3.5",
90
90
  "touch": "^3.1.0",
91
91
  "ws": "^7.5.3",
92
- "@itwin/core-telemetry": "4.3.0-dev.7"
92
+ "@itwin/core-telemetry": "4.3.0-dev.9"
93
93
  },
94
94
  "nyc": {
95
95
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -107,7 +107,7 @@
107
107
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
108
108
  "test": "mocha",
109
109
  "ios:webpack:tests": "TESTS_GLOB=./lib/**/*.test.js webpack --config ../../tools/internal/ios/ios.webpack.config.js",
110
- "ios:copy:assets": "cpx \"./src/test/assets/**/*\" ../../tools/internal/lib/ios/assets/assets",
110
+ "ios:copy:assets": "cpx \"./src/test/assets/**/*\" ../../tools/internal/lib/ios/assets/assets && cpx \"./src/assets/**/*\" ../../tools/internal/lib/ios/assets/assets",
111
111
  "ios:build:tests": "npm run -s build && npm run -s ios:webpack:tests && npm run -s ios:copy:assets"
112
112
  }
113
113
  }