@azure/arm-oracledatabase 3.0.0-alpha.20251013.1 → 3.0.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-oracledatabase",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "A generated SDK for OracleDatabaseManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
+
"@azure/core-util": "^1.12.0",
|
|
89
90
|
"@azure-rest/core-client": "^2.3.1",
|
|
90
91
|
"@azure/abort-controller": "^2.1.2",
|
|
91
92
|
"@azure/core-auth": "^1.9.0",
|
|
92
93
|
"@azure/core-lro": "^3.1.0",
|
|
93
94
|
"@azure/core-rest-pipeline": "^1.20.0",
|
|
94
|
-
"@azure/core-util": "^1.12.0",
|
|
95
95
|
"@azure/logger": "^1.2.0",
|
|
96
96
|
"tslib": "^2.8.1"
|
|
97
97
|
},
|
|
@@ -100,19 +100,15 @@
|
|
|
100
100
|
"@types/node": "^20.19.0",
|
|
101
101
|
"@vitest/browser": "^3.2.3",
|
|
102
102
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
103
|
-
"cross-env": "^7.0.3",
|
|
104
103
|
"dotenv": "^16.0.0",
|
|
105
104
|
"eslint": "^9.33.0",
|
|
106
105
|
"playwright": "^1.50.1",
|
|
107
|
-
"prettier": "^3.6.2",
|
|
108
|
-
"rimraf": "^6.0.1",
|
|
109
|
-
"tshy": "^3.0.0",
|
|
110
106
|
"typescript": "~5.9.3",
|
|
111
107
|
"vitest": "^3.2.3",
|
|
112
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
113
108
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
114
|
-
"@azure/
|
|
109
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
115
110
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
111
|
+
"@azure/dev-tool": "^1.0.0",
|
|
116
112
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
117
113
|
},
|
|
118
114
|
"//sampleConfiguration": {
|
|
@@ -652,21 +648,21 @@
|
|
|
652
648
|
"types": "./dist/commonjs/index.d.ts",
|
|
653
649
|
"module": "./dist/esm/index.js",
|
|
654
650
|
"scripts": {
|
|
655
|
-
"
|
|
651
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
652
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
653
|
+
"pack": "pnpm pack 2>&1",
|
|
654
|
+
"lint": "echo skipped",
|
|
655
|
+
"lint:fix": "echo skipped",
|
|
656
656
|
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
657
657
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
658
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
659
658
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
660
|
-
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
661
659
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
662
660
|
"generate:client": "echo skipped",
|
|
663
|
-
"lint": "echo skipped",
|
|
664
|
-
"lint:fix": "echo skipped",
|
|
665
|
-
"pack": "pnpm pack 2>&1",
|
|
666
|
-
"test": "npm run test:node && npm run test:browser",
|
|
667
661
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
662
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
668
663
|
"test:node": "dev-tool run test:vitest",
|
|
669
664
|
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
665
|
+
"test": "npm run test:node && npm run test:browser",
|
|
670
666
|
"update-snippets": "dev-tool run update-snippets"
|
|
671
667
|
}
|
|
672
668
|
}
|