@azure/iot-modelsrepository 1.0.0-alpha.20241021.1 → 1.0.0-alpha.20241023.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.
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/iot-modelsrepository",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241023.1",
|
|
4
4
|
"description": "Device Model Repository Library with typescript type definitions for node.js and browser.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
},
|
|
13
13
|
"types": "types/iot-modelsrepository.d.ts",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
15
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
16
16
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
17
17
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
18
18
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
19
19
|
"build:samples": "echo Obsolete.",
|
|
20
20
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
21
21
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
22
|
-
"clean": "rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
22
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
23
23
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
24
24
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
25
25
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
76
76
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
77
77
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
78
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
79
78
|
"@types/chai": "^4.1.6",
|
|
80
79
|
"@types/mocha": "^10.0.0",
|
|
81
80
|
"@types/node": "^18.0.0",
|
|
@@ -97,7 +96,6 @@
|
|
|
97
96
|
"karma-sourcemap-loader": "^0.3.8",
|
|
98
97
|
"mocha": "^10.0.0",
|
|
99
98
|
"nyc": "^17.0.0",
|
|
100
|
-
"rimraf": "^5.0.5",
|
|
101
99
|
"sinon": "^17.0.0",
|
|
102
100
|
"ts-node": "^10.0.0",
|
|
103
101
|
"typescript": "~5.6.2",
|