@itwin/core-backend 4.10.0 → 4.10.1

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,11 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Wed, 13 Nov 2024 15:23:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Nov 2024 18:11:00 GMT and should not be manually modified.
4
+
5
+ ## 4.10.1
6
+ Thu, 14 Nov 2024 18:11:00 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.10.0
6
11
  Wed, 13 Nov 2024 15:23:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
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.10.0",
29
- "@itwin/core-common": "^4.10.0",
30
- "@itwin/core-geometry": "^4.10.0",
28
+ "@itwin/core-bentley": "^4.10.1",
29
+ "@itwin/core-common": "^4.10.1",
30
+ "@itwin/core-geometry": "^4.10.1",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -68,13 +68,13 @@
68
68
  "source-map-loader": "^4.0.0",
69
69
  "typescript": "~5.6.2",
70
70
  "webpack": "^5.76.0",
71
- "@itwin/build-tools": "4.10.0",
72
- "@itwin/core-bentley": "4.10.0",
73
- "@itwin/core-geometry": "4.10.0",
74
- "@itwin/core-common": "4.10.0",
75
- "@itwin/core-webpack-tools": "4.10.0",
71
+ "@itwin/core-bentley": "4.10.1",
72
+ "@itwin/build-tools": "4.10.1",
73
+ "@itwin/core-common": "4.10.1",
74
+ "@itwin/core-geometry": "4.10.1",
75
+ "@itwin/core-webpack-tools": "4.10.1",
76
76
  "internal-tools": "3.0.0-dev.69",
77
- "@itwin/ecsql-common": "4.10.0"
77
+ "@itwin/ecsql-common": "4.10.1"
78
78
  },
79
79
  "dependencies": {
80
80
  "@bentley/imodeljs-native": "4.10.25",
@@ -91,7 +91,7 @@
91
91
  "semver": "^7.5.2",
92
92
  "touch": "^3.1.0",
93
93
  "ws": "^7.5.10",
94
- "@itwin/core-telemetry": "4.10.0"
94
+ "@itwin/core-telemetry": "4.10.1"
95
95
  },
96
96
  "nyc": {
97
97
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -100,7 +100,7 @@
100
100
  "build": "npm run -s build:cjs && npm run -s copy:assets && npm run -s copy:test-assets",
101
101
  "build:cjs": "tsc 1>&2 --outDir lib/cjs",
102
102
  "clean": "rimraf lib .rush/temp/package-deps*.json ../../tools/internal/ios/core-test-runner/build ../../tools/internal/lib",
103
- "docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-backend/file.json --tsIndexFile=./core-backend.ts --onlyJson --excludeGlob=**/*.d.ts",
103
+ "docs": "betools docs --json=../../generated-docs/core/core-backend/file.json --tsIndexFile=./core-backend.ts --onlyJson --excludeGlob=**/*.d.ts",
104
104
  "copy:assets": "cpx \"./src/assets/**/*\" ./lib/cjs/assets",
105
105
  "copy:config": "internal-tools copy-config",
106
106
  "copy:test-assets": "cpx \"./src/test/assets/**/*\" ./lib/cjs/test/assets",