@itwin/appui-abstract 5.0.0-dev.5 → 5.0.0-dev.7

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 +13 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/appui-abstract
2
2
 
3
- This log was last generated on Wed, 06 Nov 2024 19:24:30 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Nov 2024 18:13:56 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_
9
+
10
+ ## 4.10.0
11
+ Wed, 13 Nov 2024 15:23:38 GMT
12
+
13
+ ### Updates
14
+
15
+ - deprecate content apis
4
16
 
5
17
  ## 4.9.7
6
18
  Wed, 06 Nov 2024 19:23:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "5.0.0-dev.5",
3
+ "version": "5.0.0-dev.7",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -22,7 +22,7 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^5.0.0-dev.5"
25
+ "@itwin/core-bentley": "^5.0.0-dev.7"
26
26
  },
27
27
  "//devDependencies": [
28
28
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -49,9 +49,9 @@
49
49
  "source-map-loader": "^4.0.0",
50
50
  "typescript": "~5.6.2",
51
51
  "webpack": "^5.76.0",
52
- "@itwin/core-bentley": "5.0.0-dev.5",
53
- "@itwin/build-tools": "5.0.0-dev.5",
54
- "@itwin/certa": "5.0.0-dev.5"
52
+ "@itwin/build-tools": "5.0.0-dev.7",
53
+ "@itwin/core-bentley": "5.0.0-dev.7",
54
+ "@itwin/certa": "5.0.0-dev.7"
55
55
  },
56
56
  "//dependencies": [
57
57
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -65,7 +65,7 @@
65
65
  "pseudolocalize": "betools pseudolocalize --englishDir ./public/locales/en --out ./public/locales/en-PSEUDO",
66
66
  "clean": "rimraf lib .rush/temp/package-deps*.json",
67
67
  "cover": "npm -s test",
68
- "docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/ui/appui-abstract/file.json --tsIndexFile=./appui-abstract.ts --onlyJson",
68
+ "docs": "betools docs --json=../../generated-docs/ui/appui-abstract/file.json --tsIndexFile=./appui-abstract.ts --onlyJson",
69
69
  "lint": "eslint \"./src/**/*.ts\" 1>&2",
70
70
  "extract-api": "betools extract-api --entry=appui-abstract",
71
71
  "test": "npm run -s webpackTests && certa -r chrome",