@bentley/app-schema-validator 1.0.6 → 1.0.8

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/README.md +1 -1
  2. package/package.json +2 -2
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 the latest security patch of Node 20. The Node installation also includes the **npm** package manager.
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.6",
14
+ "version": "1.0.8",
15
15
  "bin": {
16
16
  "app-schema-validator": "./bin/index.js"
17
17
  },
18
18
  "dependencies": {
19
19
  "@itwin/ecschema-locaters": "5.9.3",
20
20
  "@itwin/ecschema-metadata": "5.9.3",
21
- "@bentley/imodel-schema-validator": "1.0.6",
21
+ "@bentley/imodel-schema-validator": "1.0.8",
22
22
  "chalk": "^5.6.2",
23
23
  "commander": "^14.0.3",
24
24
  "readdirp": "^5.0.0",