@azure/arm-workspaces 1.1.1-alpha.20240617.1 → 1.1.1-alpha.20240822.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/CHANGELOG.md CHANGED
@@ -12,13 +12,13 @@
12
12
 
13
13
  ## 1.1.0 (2022-11-28)
14
14
 
15
- **Features**
15
+ ### Features Added
16
16
 
17
17
  - Added Interface Workspace
18
18
 
19
19
  ## 1.0.1 (2022-04-24)
20
20
 
21
- **Features**
21
+ ### Features Added
22
22
 
23
23
  - Bug fix
24
24
 
@@ -1,4 +1,3 @@
1
- /// <reference lib="esnext.asynciterable" />
2
1
  export { getContinuationToken } from "./pagingHelper";
3
2
  export * from "./models";
4
3
  export { MachineLearningWorkspacesManagementClient } from "./machineLearningWorkspacesManagementClient";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AACxG,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AACxG,cAAc,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MachineLearningWorkspacesManagementClient.",
6
- "version": "1.1.1-alpha.20240617.1",
6
+ "version": "1.1.1-alpha.20240822.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@microsoft/api-extractor": "^7.31.1",
30
30
  "mkdirp": "^3.0.1",
31
- "typescript": "~5.4.5",
31
+ "typescript": "~5.5.3",
32
32
  "uglify-js": "^3.4.9",
33
33
  "rimraf": "^5.0.5",
34
34
  "@azure/identity": "^4.0.1",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.0"
8
+ "packageVersion": "7.47.6"
9
9
  }
10
10
  ]
11
11
  }