@azure/arm-datamigration 3.0.0-alpha.20251006.1 → 3.0.0-alpha.20251014.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.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,16 +3,16 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DataMigrationManagementClient.",
6
- "version": "3.0.0-alpha.20251006.1",
6
+ "version": "3.0.0-alpha.20251014.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
- "@azure/core-lro": "^2.5.4",
12
11
  "@azure/abort-controller": "^2.1.2",
13
- "@azure/core-paging": "^1.6.2",
14
- "@azure/core-client": "^1.9.3",
15
12
  "@azure/core-auth": "^1.9.0",
13
+ "@azure/core-client": "^1.9.3",
14
+ "@azure/core-lro": "^2.5.4",
15
+ "@azure/core-paging": "^1.6.2",
16
16
  "@azure/core-rest-pipeline": "^1.19.1",
17
17
  "tslib": "^2.8.1"
18
18
  },
@@ -30,19 +30,23 @@
30
30
  "types": "./dist/commonjs/index.d.ts",
31
31
  "type": "module",
32
32
  "devDependencies": {
33
- "typescript": "catalog:",
34
- "dotenv": "catalog:testing",
35
- "@azure/dev-tool": "workspace:^",
36
- "@azure/identity": "catalog:internal",
33
+ "@azure/identity": "4.11.1",
37
34
  "@azure/logger": "^1.1.4",
38
- "@azure-tools/test-recorder": "workspace:^",
39
- "@azure-tools/test-credential": "workspace:^",
40
- "@azure-tools/test-utils-vitest": "workspace:^",
41
- "@types/node": "catalog:",
42
- "@vitest/browser": "catalog:testing",
43
- "@vitest/coverage-istanbul": "catalog:testing",
44
- "playwright": "catalog:testing",
45
- "vitest": "catalog:testing"
35
+ "@types/node": "^20.19.0",
36
+ "@vitest/browser": "^3.2.3",
37
+ "@vitest/coverage-istanbul": "^3.2.3",
38
+ "cross-env": "^7.0.3",
39
+ "dotenv": "^16.0.0",
40
+ "playwright": "^1.50.1",
41
+ "prettier": "^3.6.2",
42
+ "rimraf": "^6.0.1",
43
+ "tshy": "^3.0.0",
44
+ "typescript": "~5.9.3",
45
+ "vitest": "^3.2.3",
46
+ "@azure-tools/test-recorder": "^4.1.1",
47
+ "@azure-tools/test-utils-vitest": "^2.0.1",
48
+ "@azure/dev-tool": "^1.0.0",
49
+ "@azure-tools/test-credential": "^2.1.2"
46
50
  },
47
51
  "repository": "github:Azure/azure-sdk-for-js",
48
52
  "bugs": {
@@ -53,22 +57,6 @@
53
57
  "README.md",
54
58
  "LICENSE"
55
59
  ],
56
- "scripts": {
57
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
58
- "pack": "npm pack 2>&1",
59
- "extract-api": "dev-tool run extract-api",
60
- "lint": "echo skipped",
61
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
62
- "build:samples": "echo skipped.",
63
- "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
64
- "execute:samples": "echo skipped",
65
- "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
66
- "test": "npm run test:node && npm run test:browser",
67
- "test:node": "dev-tool run test:vitest",
68
- "test:browser": "echo skipped",
69
- "update-snippets": "dev-tool run update-snippets",
70
- "test:node:esm": "dev-tool run test:vitest --esm"
71
- },
72
60
  "sideEffects": false,
73
61
  "//metadata": {
74
62
  "constantPaths": [
@@ -126,5 +114,21 @@
126
114
  "default": "./dist/commonjs/index.js"
127
115
  }
128
116
  }
117
+ },
118
+ "scripts": {
119
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
+ "build:samples": "echo skipped.",
121
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
122
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
123
+ "execute:samples": "echo skipped",
124
+ "extract-api": "dev-tool run extract-api",
125
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
126
+ "lint": "echo skipped",
127
+ "pack": "pnpm pack 2>&1",
128
+ "test": "npm run test:node && npm run test:browser",
129
+ "test:browser": "echo skipped",
130
+ "test:node": "dev-tool run test:vitest",
131
+ "test:node:esm": "dev-tool run test:vitest --esm",
132
+ "update-snippets": "dev-tool run update-snippets"
129
133
  }
130
- }
134
+ }