@azure/synapse-artifacts 1.0.0-alpha.20240926.1 → 1.0.0-alpha.20240930.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 +28 -27
package/package.json
CHANGED
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"description": "A generated SDK for ArtifactsClient.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20240930.1",
|
|
7
7
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
|
|
8
8
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@azure/core-lro": "^2.5.3",
|
|
11
10
|
"@azure/abort-controller": "^2.0.0",
|
|
12
|
-
"@azure/core-paging": "^1.2.0",
|
|
13
|
-
"@azure/core-client": "^1.7.0",
|
|
14
11
|
"@azure/core-auth": "^1.3.0",
|
|
12
|
+
"@azure/core-client": "^1.7.0",
|
|
13
|
+
"@azure/core-lro": "^2.5.3",
|
|
14
|
+
"@azure/core-paging": "^1.2.0",
|
|
15
15
|
"@azure/core-rest-pipeline": "^1.8.0",
|
|
16
16
|
"@azure/core-tracing": "^1.0.0",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
@@ -35,42 +35,42 @@
|
|
|
35
35
|
"module": "./dist-esm/src/index.js",
|
|
36
36
|
"types": "./types/synapse-artifacts.d.ts",
|
|
37
37
|
"devDependencies": {
|
|
38
|
+
"@azure-tools/test-credential": "^1.0.0",
|
|
39
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
38
40
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
39
41
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
40
42
|
"@azure/identity": "^4.0.1",
|
|
41
|
-
"@azure-tools/test-recorder": "^3.0.0",
|
|
42
43
|
"@microsoft/api-extractor": "^7.31.1",
|
|
43
44
|
"@types/chai": "^4.1.6",
|
|
45
|
+
"@types/chai-as-promised": "^7.1.0",
|
|
44
46
|
"@types/mocha": "^10.0.0",
|
|
47
|
+
"@types/node": "^18.0.0",
|
|
48
|
+
"@types/sinon": "^17.0.0",
|
|
45
49
|
"chai": "^4.2.0",
|
|
50
|
+
"chai-as-promised": "^7.1.1",
|
|
51
|
+
"cross-env": "^7.0.2",
|
|
46
52
|
"dotenv": "^16.0.0",
|
|
47
53
|
"eslint": "^9.9.0",
|
|
54
|
+
"karma": "^6.2.0",
|
|
48
55
|
"karma-chrome-launcher": "^3.0.0",
|
|
49
56
|
"karma-coverage": "^2.0.0",
|
|
50
57
|
"karma-env-preprocessor": "^0.1.1",
|
|
51
58
|
"karma-firefox-launcher": "^1.1.0",
|
|
59
|
+
"karma-json-preprocessor": "^0.3.3",
|
|
60
|
+
"karma-json-to-file-reporter": "^1.0.1",
|
|
52
61
|
"karma-junit-reporter": "^2.0.1",
|
|
53
|
-
"karma-mocha-reporter": "^2.2.5",
|
|
54
62
|
"karma-mocha": "^2.0.1",
|
|
63
|
+
"karma-mocha-reporter": "^2.2.5",
|
|
64
|
+
"karma-source-map-support": "~1.4.0",
|
|
55
65
|
"karma-sourcemap-loader": "^0.3.8",
|
|
56
|
-
"karma": "^6.2.0",
|
|
57
66
|
"mocha": "^10.0.0",
|
|
58
67
|
"nyc": "^17.0.0",
|
|
59
68
|
"rimraf": "^5.0.5",
|
|
60
|
-
"uglify-js": "^3.4.9",
|
|
61
|
-
"@types/chai-as-promised": "^7.1.0",
|
|
62
|
-
"@types/node": "^18.0.0",
|
|
63
|
-
"@types/sinon": "^17.0.0",
|
|
64
|
-
"chai-as-promised": "^7.1.1",
|
|
65
|
-
"cross-env": "^7.0.2",
|
|
66
|
-
"karma-json-preprocessor": "^0.3.3",
|
|
67
|
-
"karma-json-to-file-reporter": "^1.0.1",
|
|
68
|
-
"karma-source-map-support": "~1.4.0",
|
|
69
69
|
"sinon": "^17.0.0",
|
|
70
70
|
"source-map-support": "^0.5.9",
|
|
71
71
|
"ts-node": "^10.0.0",
|
|
72
72
|
"typescript": "~5.6.2",
|
|
73
|
-
"
|
|
73
|
+
"uglify-js": "^3.4.9"
|
|
74
74
|
},
|
|
75
75
|
"bugs": {
|
|
76
76
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -83,29 +83,30 @@
|
|
|
83
83
|
"LICENSE"
|
|
84
84
|
],
|
|
85
85
|
"scripts": {
|
|
86
|
+
"build": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
86
87
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
88
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
87
89
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
88
90
|
"build:samples": "echo Obsolete.",
|
|
89
91
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
+
"check-format": "echo skip format check as this package has only auto generated code",
|
|
93
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
94
|
+
"extract-api": "dev-tool run extract-api",
|
|
95
|
+
"format": "echo skip format as this package has only auto generated code",
|
|
92
96
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
97
|
+
"integration-test": "echo skip",
|
|
93
98
|
"integration-test:browser": "echo skip",
|
|
94
99
|
"integration-test:node": "echo skip",
|
|
95
|
-
"
|
|
100
|
+
"lint": "echo skipped",
|
|
96
101
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
97
102
|
"pack": "npm pack 2>&1",
|
|
98
|
-
"
|
|
99
|
-
"format": "echo skip format as this package has only auto generated code",
|
|
100
|
-
"check-format": "echo skip format check as this package has only auto generated code",
|
|
103
|
+
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
101
104
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
|
102
105
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
103
|
-
"test": "npm run
|
|
106
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
104
107
|
"unit-test:browser": "dev-tool run test:browser",
|
|
105
108
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
106
|
-
"
|
|
107
|
-
"extract-api": "dev-tool run extract-api",
|
|
108
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log"
|
|
109
|
+
"update-snippets": "echo skipped"
|
|
109
110
|
},
|
|
110
111
|
"sideEffects": false,
|
|
111
112
|
"autoPublish": true,
|