@azure/synapse-monitoring 1.0.0-alpha.20240925.1 → 1.0.0-alpha.20240927.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 +21 -20
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-monitoring/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20240925.1",
8
+ "version": "1.0.0-alpha.20240927.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.3.2",
11
11
  "@azure/core-client": "^1.6.0",
@@ -29,12 +29,14 @@
29
29
  "module": "./dist-esm/src/index.js",
30
30
  "types": "./types/synapse-monitoring.d.ts",
31
31
  "devDependencies": {
32
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
33
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
- "@azure-tools/test-utils": "^1.0.1",
35
- "@azure-tools/test-recorder": "^3.0.0",
36
32
  "@azure-tools/test-credential": "^1.0.0",
33
+ "@azure-tools/test-recorder": "^3.0.0",
34
+ "@azure-tools/test-utils": "^1.0.1",
35
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
36
+ "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
37
37
  "@microsoft/api-extractor": "^7.31.1",
38
+ "@types/mocha": "^10.0.0",
39
+ "@types/node": "^18.0.0",
38
40
  "cross-env": "^7.0.0",
39
41
  "eslint": "^9.9.0",
40
42
  "karma": "^6.2.0",
@@ -45,15 +47,13 @@
45
47
  "karma-junit-reporter": "^2.0.1",
46
48
  "karma-mocha": "^2.0.1",
47
49
  "karma-mocha-reporter": "^2.2.5",
48
- "karma-sourcemap-loader": "^0.3.8",
49
50
  "karma-source-map-support": "~1.4.0",
51
+ "karma-sourcemap-loader": "^0.3.8",
50
52
  "mocha": "^10.0.0",
51
53
  "rimraf": "^5.0.5",
52
- "typescript": "~5.6.2",
53
- "uglify-js": "^3.4.9",
54
54
  "ts-node": "^10.0.0",
55
- "@types/node": "^18.0.0",
56
- "@types/mocha": "^10.0.0"
55
+ "typescript": "~5.6.2",
56
+ "uglify-js": "^3.4.9"
57
57
  },
58
58
  "bugs": {
59
59
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
@@ -67,24 +67,25 @@
67
67
  ],
68
68
  "scripts": {
69
69
  "build": "tsc && dev-tool run bundle && npm run minify && npm run extract-api",
70
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
71
- "pack": "npm pack 2>&1",
70
+ "build:samples": "echo Skipped.",
72
71
  "build:test": "tsc -p . && dev-tool run bundle",
72
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
73
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
74
+ "extract-api": "dev-tool run extract-api",
75
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
76
+ "integration-test": "echo skip",
73
77
  "integration-test:browser": "echo skip",
74
78
  "integration-test:node": "echo skip",
75
- "integration-test": "echo skip",
76
79
  "lint": "echo skipped",
77
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
78
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
80
+ "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
81
+ "pack": "npm pack 2>&1",
82
+ "test": "npm run clean && npm run build:test && npm run unit-test",
79
83
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
80
84
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
81
- "test": "npm run clean && npm run build:test && npm run unit-test",
85
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
82
86
  "unit-test:browser": "dev-tool run test:browser",
83
87
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"",
84
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
85
- "extract-api": "dev-tool run extract-api",
86
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
87
- "build:samples": "echo Skipped."
88
+ "update-snippets": "echo skipped"
88
89
  },
89
90
  "sideEffects": false,
90
91
  "autoPublish": true