@azure/iot-modelsrepository 1.0.0-alpha.20250924.1 → 1.0.0-alpha.20250926.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/dist/browser/utils/constants.js +1 -1
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/commonjs/utils/constants.js +1 -1
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/esm/utils/constants.js +1 -1
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/react-native/utils/constants.js +1 -1
- package/dist/react-native/utils/constants.js.map +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import { isNode } from "@azure/core-util";
|
|
4
4
|
const currentPlatform = isNode ? "node" : "browser";
|
|
5
|
-
export const SDK_VERSION = "1.0.0-beta.
|
|
5
|
+
export const SDK_VERSION = "1.0.0-beta.4";
|
|
6
6
|
export const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;
|
|
7
7
|
export const DEFAULT_REPOSITORY_LOCATION = "https://devicemodels.azure.com";
|
|
8
8
|
export const DEFAULT_API_VERSION = "2021-02-11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.4\";\nexport const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;\nexport const DEFAULT_REPOSITORY_LOCATION = \"https://devicemodels.azure.com\";\nexport const DEFAULT_API_VERSION = \"2021-02-11\";\n\nexport const DEPENDENCY_MODE_DISABLED = \"disabled\";\nexport const DEPENDENCY_MODE_ENABLED = \"enabled\";\nexport const DEPENDENCY_MODE_TRY_FROM_EXPANDED = \"tryFromExpanded\";\n"]}
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.DEPENDENCY_MODE_TRY_FROM_EXPANDED = exports.DEPENDENCY_MODE_ENABLED = exports.DEPENDENCY_MODE_DISABLED = exports.DEFAULT_API_VERSION = exports.DEFAULT_REPOSITORY_LOCATION = exports.DEFAULT_USER_AGENT = exports.SDK_VERSION = void 0;
|
|
6
6
|
const core_util_1 = require("@azure/core-util");
|
|
7
7
|
const currentPlatform = core_util_1.isNode ? "node" : "browser";
|
|
8
|
-
exports.SDK_VERSION = "1.0.0-beta.
|
|
8
|
+
exports.SDK_VERSION = "1.0.0-beta.4";
|
|
9
9
|
exports.DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${exports.SDK_VERSION} (${currentPlatform})`;
|
|
10
10
|
exports.DEFAULT_REPOSITORY_LOCATION = "https://devicemodels.azure.com";
|
|
11
11
|
exports.DEFAULT_API_VERSION = "2021-02-11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,gDAA0C;AAE1C,MAAM,eAAe,GAAG,kBAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEvC,QAAA,WAAW,GAAW,cAAc,CAAC;AACrC,QAAA,kBAAkB,GAAG,+BAA+B,mBAAW,KAAK,eAAe,GAAG,CAAC;AACvF,QAAA,2BAA2B,GAAG,gCAAgC,CAAC;AAC/D,QAAA,mBAAmB,GAAG,YAAY,CAAC;AAEnC,QAAA,wBAAwB,GAAG,UAAU,CAAC;AACtC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,gDAA0C;AAE1C,MAAM,eAAe,GAAG,kBAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEvC,QAAA,WAAW,GAAW,cAAc,CAAC;AACrC,QAAA,kBAAkB,GAAG,+BAA+B,mBAAW,KAAK,eAAe,GAAG,CAAC;AACvF,QAAA,2BAA2B,GAAG,gCAAgC,CAAC;AAC/D,QAAA,mBAAmB,GAAG,YAAY,CAAC;AAEnC,QAAA,wBAAwB,GAAG,UAAU,CAAC;AACtC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.4\";\nexport const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;\nexport const DEFAULT_REPOSITORY_LOCATION = \"https://devicemodels.azure.com\";\nexport const DEFAULT_API_VERSION = \"2021-02-11\";\n\nexport const DEPENDENCY_MODE_DISABLED = \"disabled\";\nexport const DEPENDENCY_MODE_ENABLED = \"enabled\";\nexport const DEPENDENCY_MODE_TRY_FROM_EXPANDED = \"tryFromExpanded\";\n"]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import { isNode } from "@azure/core-util";
|
|
4
4
|
const currentPlatform = isNode ? "node" : "browser";
|
|
5
|
-
export const SDK_VERSION = "1.0.0-beta.
|
|
5
|
+
export const SDK_VERSION = "1.0.0-beta.4";
|
|
6
6
|
export const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;
|
|
7
7
|
export const DEFAULT_REPOSITORY_LOCATION = "https://devicemodels.azure.com";
|
|
8
8
|
export const DEFAULT_API_VERSION = "2021-02-11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.4\";\nexport const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;\nexport const DEFAULT_REPOSITORY_LOCATION = \"https://devicemodels.azure.com\";\nexport const DEFAULT_API_VERSION = \"2021-02-11\";\n\nexport const DEPENDENCY_MODE_DISABLED = \"disabled\";\nexport const DEPENDENCY_MODE_ENABLED = \"enabled\";\nexport const DEPENDENCY_MODE_TRY_FROM_EXPANDED = \"tryFromExpanded\";\n"]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import { isNode } from "@azure/core-util";
|
|
4
4
|
const currentPlatform = isNode ? "node" : "browser";
|
|
5
|
-
export const SDK_VERSION = "1.0.0-beta.
|
|
5
|
+
export const SDK_VERSION = "1.0.0-beta.4";
|
|
6
6
|
export const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;
|
|
7
7
|
export const DEFAULT_REPOSITORY_LOCATION = "https://devicemodels.azure.com";
|
|
8
8
|
export const DEFAULT_API_VERSION = "2021-02-11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,MAAM,eAAe,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;AAEpD,MAAM,CAAC,MAAM,WAAW,GAAW,cAAc,CAAC;AAClD,MAAM,CAAC,MAAM,kBAAkB,GAAG,+BAA+B,WAAW,KAAK,eAAe,GAAG,CAAC;AACpG,MAAM,CAAC,MAAM,2BAA2B,GAAG,gCAAgC,CAAC;AAC5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC;AAEhD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,uBAAuB,GAAG,SAAS,CAAC;AACjD,MAAM,CAAC,MAAM,iCAAiC,GAAG,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { isNode } from \"@azure/core-util\";\n\nconst currentPlatform = isNode ? \"node\" : \"browser\";\n\nexport const SDK_VERSION: string = \"1.0.0-beta.4\";\nexport const DEFAULT_USER_AGENT = `azsdk-node-modelsrepository/${SDK_VERSION} (${currentPlatform})`;\nexport const DEFAULT_REPOSITORY_LOCATION = \"https://devicemodels.azure.com\";\nexport const DEFAULT_API_VERSION = \"2021-02-11\";\n\nexport const DEPENDENCY_MODE_DISABLED = \"disabled\";\nexport const DEPENDENCY_MODE_ENABLED = \"enabled\";\nexport const DEPENDENCY_MODE_TRY_FROM_EXPANDED = \"tryFromExpanded\";\n"]}
|
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.20250926.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",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"typescript": "~5.8.3",
|
|
48
48
|
"vitest": "^3.2.3",
|
|
49
49
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
50
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
50
51
|
"@azure/dev-tool": "^1.0.0",
|
|
51
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
52
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
52
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
53
53
|
},
|
|
54
54
|
"//smokeTestConfiguration": {
|
|
55
55
|
"skipFolder": true
|