@azure/synapse-spark 1.0.0-alpha.20250409.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
@@ -5,7 +5,7 @@
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-spark/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20250409.1",
8
+ "version": "1.0.0-alpha.20250417.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.9.0",
11
11
  "@azure/core-client": "^1.9.2",
@@ -67,18 +67,18 @@
67
67
  ],
68
68
  "scripts": {
69
69
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
70
- "build:samples": "echo Skipped.",
71
- "build:test": "dev-tool run build-package && dev-tool run bundle",
70
+ "build:samples": "echo skipped.",
71
+ "build:test": "echo skipped.",
72
72
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
73
73
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
74
74
  "extract-api": "dev-tool run extract-api",
75
75
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
76
- "integration-test": "echo skip",
77
- "integration-test:browser": "echo skip",
78
- "integration-test:node": "echo skip",
76
+ "integration-test": "echo skipped.",
77
+ "integration-test:browser": "echo skipped.",
78
+ "integration-test:node": "echo skipped.",
79
79
  "lint": "eslint README.md package.json api-extractor.json src test",
80
80
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
81
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
81
+ "minify": "echo skipped",
82
82
  "pack": "npm pack 2>&1",
83
83
  "test": "npm run clean && npm run build:test && npm run unit-test",
84
84
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",