@azure/digital-twins-core 1.1.1-alpha.20220729.2 → 1.1.1-alpha.20220926.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ This package contains an isomorphic SDK for Azure Digital Twins API to provide a
6
6
 
7
7
  ### Currently supported environments
8
8
 
9
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
9
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
10
10
  - Latest versions of Safari, Chrome, Edge, and Firefox.
11
11
 
12
12
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/digital-twins-core",
3
- "version": "1.1.1-alpha.20220729.2",
3
+ "version": "1.1.1-alpha.20220926.1",
4
4
  "description": "An isomorphic client library for Azure Digital Twins",
5
5
  "sdk-type": "client",
6
6
  "author": "Microsoft Corporation",
@@ -76,7 +76,7 @@
76
76
  "@azure/identity": "^2.0.1",
77
77
  "@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
78
78
  "@azure-tools/test-recorder": "^1.0.0",
79
- "@microsoft/api-extractor": "7.18.11",
79
+ "@microsoft/api-extractor": "^7.31.1",
80
80
  "@types/chai": "^4.1.6",
81
81
  "@types/mocha": "^7.0.2",
82
82
  "@types/node": "^12.0.0",