@bentley/app-schema-validator 1.0.6 → 1.0.10
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The purpose of this NPM CLI tool is to validate the schemas present within an ap
|
|
|
8
8
|
|
|
9
9
|
### Prerequisites
|
|
10
10
|
|
|
11
|
-
- [Node](https://nodejs.org/en/): an installation of
|
|
11
|
+
- [Node](https://nodejs.org/en/): an installation of Node 24.15. The Node installation also includes the **npm** package manager.
|
|
12
12
|
|
|
13
13
|
### Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"name": "Bentley Systems, Inc.",
|
|
12
12
|
"url": "http://www.bentley.com"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.0.
|
|
14
|
+
"version": "1.0.10",
|
|
15
15
|
"bin": {
|
|
16
16
|
"app-schema-validator": "./bin/index.js"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@itwin/ecschema-locaters": "5.
|
|
20
|
-
"@itwin/ecschema-metadata": "5.
|
|
21
|
-
"@bentley/imodel-schema-validator": "1.0.
|
|
19
|
+
"@itwin/ecschema-locaters": "5.11.0-dev.5",
|
|
20
|
+
"@itwin/ecschema-metadata": "5.11.0-dev.5",
|
|
21
|
+
"@bentley/imodel-schema-validator": "1.0.10",
|
|
22
22
|
"chalk": "^5.6.2",
|
|
23
23
|
"commander": "^14.0.3",
|
|
24
24
|
"readdirp": "^5.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@itwin/eslint-plugin": "^6.1.0",
|
|
29
|
-
"@itwin/build-tools": "5.
|
|
29
|
+
"@itwin/build-tools": "5.11.0-dev.5",
|
|
30
30
|
"@types/node": "~20.17.0",
|
|
31
31
|
"@types/chai": "4.3.1",
|
|
32
32
|
"@types/mocha": "^10.0.6",
|