@azure/arm-oracledatabase 2.0.0-alpha.20250804.1 → 2.0.0-alpha.20250822.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/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-oracledatabase",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20250822.1",
|
|
4
4
|
"description": "A generated SDK for OracleDatabaseManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -91,38 +91,20 @@
|
|
|
91
91
|
"tslib": "^2.8.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@azure
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"@
|
|
98
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
99
|
-
"@azure/identity": "^4.10.0",
|
|
100
|
-
"@types/node": "^20.0.0",
|
|
101
|
-
"@vitest/browser": "^3.0.9",
|
|
102
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
94
|
+
"@azure/identity": "4.11.1",
|
|
95
|
+
"@types/node": "^20.19.0",
|
|
96
|
+
"@vitest/browser": "^3.2.3",
|
|
97
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
103
98
|
"dotenv": "^16.0.0",
|
|
104
|
-
"eslint": "^9.
|
|
105
|
-
"playwright": "^1.
|
|
106
|
-
"typescript": "~5.8.
|
|
107
|
-
"vitest": "^3.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
114
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
115
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
116
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
117
|
-
"generate:client": "echo skipped",
|
|
118
|
-
"lint": "echo skipped",
|
|
119
|
-
"lint:fix": "echo skipped",
|
|
120
|
-
"pack": "npm pack 2>&1",
|
|
121
|
-
"test": "npm run test:node && npm run test:browser",
|
|
122
|
-
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
123
|
-
"test:node": "dev-tool run test:vitest",
|
|
124
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
125
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
99
|
+
"eslint": "^9.33.0",
|
|
100
|
+
"playwright": "^1.50.1",
|
|
101
|
+
"typescript": "~5.8.3",
|
|
102
|
+
"vitest": "^3.2.3",
|
|
103
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
104
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
105
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
106
|
+
"@azure/dev-tool": "^1.0.0",
|
|
107
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
126
108
|
},
|
|
127
109
|
"//sampleConfiguration": {
|
|
128
110
|
"productName": "@azure/arm-oracledatabase",
|
|
@@ -589,5 +571,23 @@
|
|
|
589
571
|
},
|
|
590
572
|
"main": "./dist/commonjs/index.js",
|
|
591
573
|
"types": "./dist/commonjs/index.d.ts",
|
|
592
|
-
"module": "./dist/esm/index.js"
|
|
593
|
-
|
|
574
|
+
"module": "./dist/esm/index.js",
|
|
575
|
+
"scripts": {
|
|
576
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
577
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
578
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
579
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
580
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
581
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
582
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
583
|
+
"generate:client": "echo skipped",
|
|
584
|
+
"lint": "echo skipped",
|
|
585
|
+
"lint:fix": "echo skipped",
|
|
586
|
+
"pack": "pnpm pack 2>&1",
|
|
587
|
+
"test": "npm run test:node && npm run test:browser",
|
|
588
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
589
|
+
"test:node": "dev-tool run test:vitest",
|
|
590
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
591
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
592
|
+
}
|
|
593
|
+
}
|