@azure/iot-modelsrepository 1.0.0-alpha.20250409.1 → 1.0.0-alpha.20250417.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/iot-modelsrepository",
3
- "version": "1.0.0-alpha.20250409.1",
3
+ "version": "1.0.0-alpha.20250417.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",
@@ -9,10 +9,8 @@
9
9
  "types": "./dist/commonjs/index.d.ts",
10
10
  "scripts": {
11
11
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
12
- "build:browser": "dev-tool run build-package && dev-tool run bundle",
13
- "build:node": "dev-tool run build-package && dev-tool run bundle",
14
12
  "build:samples": "echo Obsolete.",
15
- "build:test": "dev-tool run build-package && dev-tool run bundle",
13
+ "build:test": "echo skipped.",
16
14
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
17
15
  "clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
18
16
  "execute:samples": "dev-tool samples run samples-dev",