@azure/synapse-artifacts 1.0.0-alpha.20250501.1 → 1.0.0-alpha.20250514.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 -11
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.20250501.1",
6
+ "version": "1.0.0-alpha.20250514.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": {
@@ -59,24 +59,18 @@
59
59
  "scripts": {
60
60
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
61
61
  "build:samples": "echo skipped.",
62
- "build:test": "echo skipped.",
63
62
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
64
63
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
65
64
  "extract-api": "dev-tool run extract-api",
66
65
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
67
66
  "generate:client": "autorest --typescript ./swagger/README.md",
68
- "integration-test": "echo skipped.",
69
- "integration-test:browser": "echo skipped.",
70
- "integration-test:node": "echo skipped.",
71
67
  "lint": "eslint package.json api-extractor.json src test",
72
68
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
73
69
  "pack": "npm pack 2>&1",
74
- "test": "npm run clean && npm run build:test && npm run unit-test",
75
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
76
- "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
77
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
78
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
79
- "unit-test:node": "dev-tool run test:vitest",
70
+ "test": "npm run test:node && npm run test:browser",
71
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
72
+ "test:node": "dev-tool run test:vitest",
73
+ "test:node:esm": "dev-tool run test:vitest --esm",
80
74
  "update-snippets": "dev-tool run update-snippets"
81
75
  },
82
76
  "sideEffects": false,