@azure/iot-modelsrepository 1.0.0-alpha.20250807.1 → 1.0.0-alpha.20250822.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
CHANGED
|
@@ -1,30 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/iot-modelsrepository",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250822.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/commonjs/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|
|
8
8
|
"browser": "./dist/browser/index.js",
|
|
9
9
|
"types": "./dist/commonjs/index.d.ts",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
12
|
-
"build:samples": "echo Obsolete.",
|
|
13
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
14
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
15
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
16
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
17
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
18
|
-
"lint": "dev-tool run vendored eslint package.json src test",
|
|
19
|
-
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
20
|
-
"pack": "npm pack 2>&1",
|
|
21
|
-
"temp-unit-test": "mocha -r ts-node/register --timeout 1200000 test/node/*.spec.ts",
|
|
22
|
-
"test": "npm run test:node && npm run test:browser",
|
|
23
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
24
|
-
"test:node": "dev-tool run test:vitest",
|
|
25
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
26
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
27
|
-
},
|
|
28
10
|
"files": [
|
|
29
11
|
"dist/",
|
|
30
12
|
"README.md",
|
|
@@ -57,17 +39,17 @@
|
|
|
57
39
|
"tslib": "^2.8.1"
|
|
58
40
|
},
|
|
59
41
|
"devDependencies": {
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"
|
|
64
|
-
"@types/node": "^20.0.0",
|
|
65
|
-
"@vitest/browser": "^3.0.9",
|
|
66
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
67
|
-
"eslint": "^9.9.0",
|
|
42
|
+
"@types/node": "^20.19.0",
|
|
43
|
+
"@vitest/browser": "^3.2.3",
|
|
44
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
45
|
+
"eslint": "^9.33.0",
|
|
68
46
|
"playwright": "^1.50.1",
|
|
69
|
-
"typescript": "~5.8.
|
|
70
|
-
"vitest": "^3.
|
|
47
|
+
"typescript": "~5.8.3",
|
|
48
|
+
"vitest": "^3.2.3",
|
|
49
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
50
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
51
|
+
"@azure/dev-tool": "^1.0.0",
|
|
52
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
71
53
|
},
|
|
72
54
|
"//smokeTestConfiguration": {
|
|
73
55
|
"skipFolder": true
|
|
@@ -126,5 +108,23 @@
|
|
|
126
108
|
}
|
|
127
109
|
}
|
|
128
110
|
},
|
|
129
|
-
"react-native": "./dist/react-native/index.js"
|
|
130
|
-
|
|
111
|
+
"react-native": "./dist/react-native/index.js",
|
|
112
|
+
"scripts": {
|
|
113
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
114
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
115
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
116
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
117
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
118
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
119
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
120
|
+
"lint": "dev-tool run vendored eslint package.json src test",
|
|
121
|
+
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
122
|
+
"pack": "pnpm pack 2>&1",
|
|
123
|
+
"temp-unit-test": "mocha -r ts-node/register --timeout 1200000 test/node/*.spec.ts",
|
|
124
|
+
"test": "npm run test:node && npm run test:browser",
|
|
125
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
126
|
+
"test:node": "dev-tool run test:vitest",
|
|
127
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
128
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
129
|
+
}
|
|
130
|
+
}
|