@azure/synapse-artifacts 1.0.0-alpha.20250410.1 → 1.0.0-alpha.20250417.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
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.20250410.1",
6
+ "version": "1.0.0-alpha.20250417.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": {
@@ -58,19 +58,16 @@
58
58
  ],
59
59
  "scripts": {
60
60
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
61
- "build:browser": "dev-tool run build-package && dev-tool run bundle",
62
- "build:debug": "dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api",
63
- "build:node": "dev-tool run build-package && dev-tool run bundle",
64
- "build:samples": "echo Obsolete.",
65
- "build:test": "dev-tool run build-package && dev-tool run bundle",
61
+ "build:samples": "echo skipped.",
62
+ "build:test": "echo skipped.",
66
63
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
67
64
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
68
65
  "extract-api": "dev-tool run extract-api",
69
66
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
70
67
  "generate:client": "autorest --typescript ./swagger/README.md",
71
- "integration-test": "echo skip",
72
- "integration-test:browser": "echo skip",
73
- "integration-test:node": "echo skip",
68
+ "integration-test": "echo skipped.",
69
+ "integration-test:browser": "echo skipped.",
70
+ "integration-test:node": "echo skipped.",
74
71
  "lint": "eslint package.json api-extractor.json src test",
75
72
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
76
73
  "pack": "npm pack 2>&1",