@azure/synapse-artifacts 1.0.0-alpha.20240419.1 → 1.0.0-alpha.20240424.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "A generated SDK for ArtifactsClient.",
5
5
  "sdk-type": "client",
6
- "version": "1.0.0-alpha.20240419.1",
6
+ "version": "1.0.0-alpha.20240424.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": {
@@ -55,7 +55,7 @@
55
55
  "karma-sourcemap-loader": "^0.3.8",
56
56
  "karma": "^6.2.0",
57
57
  "mocha": "^10.0.0",
58
- "c8": "^9.1.0",
58
+ "nyc": "^15.1.0",
59
59
  "rimraf": "^5.0.5",
60
60
  "uglify-js": "^3.4.9",
61
61
  "@types/chai-as-promised": "^7.1.0",
@@ -87,8 +87,8 @@
87
87
  "build:node": "tsc -p . && dev-tool run bundle",
88
88
  "build:samples": "echo Obsolete.",
89
89
  "build:test": "tsc -p . && dev-tool run bundle",
90
- "build": "tsc -p . && dev-tool run bundle && api-extractor run --local",
91
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
90
+ "build": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
91
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
92
92
  "generate:client": "autorest --typescript ./swagger/README.md",
93
93
  "integration-test:browser": "echo skip",
94
94
  "integration-test:node": "echo skip",
@@ -104,7 +104,7 @@
104
104
  "unit-test:browser": "dev-tool run test:browser",
105
105
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
106
106
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
107
- "extract-api": "api-extractor run --local",
107
+ "extract-api": "dev-tool run extract-api",
108
108
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log"
109
109
  },
110
110
  "sideEffects": false,