@itwin/ecschema-locaters 4.0.0-dev.90 → 4.0.0-dev.92
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-locaters",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.92",
|
|
4
4
|
"description": "EC Schema file locaters",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-locaters.js",
|
|
@@ -21,8 +21,6 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
25
|
-
"@itwin/ecschema-metadata": "4.0.0-dev.90",
|
|
26
24
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
27
25
|
"@types/chai": "4.3.1",
|
|
28
26
|
"@types/chai-as-promised": "^7",
|
|
@@ -38,7 +36,10 @@
|
|
|
38
36
|
"mocha": "^10.0.0",
|
|
39
37
|
"nyc": "^15.1.0",
|
|
40
38
|
"rimraf": "^3.0.2",
|
|
41
|
-
"
|
|
39
|
+
"sinon": "^9.0.2",
|
|
40
|
+
"typescript": "~5.0.2",
|
|
41
|
+
"@itwin/build-tools": "4.0.0-dev.92",
|
|
42
|
+
"@itwin/ecschema-metadata": "4.0.0-dev.92"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
45
|
"glob": "^7.1.2",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"@xmldom/xmldom": "~0.8.5"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|
|
49
|
-
"@itwin/ecschema-metadata": "^4.0.0-dev.
|
|
50
|
+
"@itwin/ecschema-metadata": "^4.0.0-dev.92"
|
|
50
51
|
},
|
|
51
52
|
"nyc": {
|
|
52
53
|
"extends": "./node_modules/@itwin/build-tools/.nycrc",
|
|
@@ -72,6 +73,5 @@
|
|
|
72
73
|
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/ecschema-locaters/file.json --tsIndexFile=./ecschema-locaters.ts --onlyJson",
|
|
73
74
|
"cover": "nyc npm -s test",
|
|
74
75
|
"start": "npm run -s lint && npm run -s clean && npm run -s build && npm run -s test & npm run -s cover & npm run -s docs"
|
|
75
|
-
}
|
|
76
|
-
"readme": "# @itwin/ecschema-locaters\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/ecschema-locaters__ package contains classes for locating and loading EC schema files from the file system.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
76
|
+
}
|
|
77
77
|
}
|