@azure/digital-twins-core 1.1.0-alpha.20220517.1 → 1.1.0-alpha.20220627.2
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -332,7 +332,7 @@ Additional examples can be found in the
|
|
|
332
332
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
333
333
|
|
|
334
334
|
```javascript
|
|
335
|
-
|
|
335
|
+
const { setlogLevel } = require("@azure/logger");
|
|
336
336
|
|
|
337
337
|
setLogLevel("info");
|
|
338
338
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/digital-twins-core",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.20220627.2",
|
|
4
4
|
"description": "An isomorphic client library for Azure Digital Twins",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"integration-test:browser": "npm run build:test:browser && cross-env TEST_MODE=live karma start --single-run",
|
|
31
31
|
"integration-test:node": "npm run build:test:node && nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"",
|
|
32
32
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
33
|
-
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
|
|
34
|
-
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
|
33
|
+
"lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
|
|
34
|
+
"lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js",
|
|
35
35
|
"pack": "npm pack 2>&1",
|
|
36
36
|
"test:node": "npm run clean && npm run build:test:node && npm run unit-test:node",
|
|
37
37
|
"test:browser": "npm run clean && npm run build:test:browser && npm run unit-test:browser",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@azure/core-http": "
|
|
67
|
+
"@azure/core-http": ">=2.2.6-alpha <2.2.6-alphb",
|
|
68
68
|
"@azure/core-paging": "^1.1.1",
|
|
69
69
|
"@azure/core-tracing": "^1.0.0",
|
|
70
70
|
"@azure/logger": "^1.0.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"chai": "^4.2.0",
|
|
85
85
|
"cross-env": "^7.0.2",
|
|
86
86
|
"dotenv": "^8.2.0",
|
|
87
|
-
"eslint": "^
|
|
87
|
+
"eslint": "^8.0.0",
|
|
88
88
|
"inherits": "^2.0.3",
|
|
89
89
|
"karma": "^6.2.0",
|
|
90
90
|
"karma-chrome-launcher": "^3.0.0",
|