@azure/iot-modelsrepository 1.0.0-alpha.20250613.1 → 1.0.0-alpha.20250617.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 +5 -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.20250617.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",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
16
16
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
17
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
|
|
19
|
-
"lint:fix": "dev-tool run vendored eslint package.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
20
|
"pack": "npm pack 2>&1",
|
|
21
21
|
"temp-unit-test": "mocha -r ts-node/register --timeout 1200000 test/node/*.spec.ts",
|
|
22
22
|
"test": "npm run test:node && npm run test:browser",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
34
34
|
"engines": {
|
|
35
|
-
"node": ">=
|
|
35
|
+
"node": ">=20.0.0"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"azure",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
62
62
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
63
63
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
64
|
-
"@types/node": "^
|
|
64
|
+
"@types/node": "^20.0.0",
|
|
65
65
|
"@vitest/browser": "^3.0.9",
|
|
66
66
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
67
67
|
"eslint": "^9.9.0",
|