@azure/core-client 1.9.3-alpha.20240926.5 → 1.9.3-alpha.20240927.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.9.3-alpha.20240926.5",
3
+ "version": "1.9.3-alpha.20240927.3",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -51,26 +51,26 @@
51
51
  "sideEffects": false,
52
52
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
53
53
  "scripts": {
54
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
54
55
  "build:samples": "echo Obsolete",
55
56
  "build:test": "echo skipped. actual commands inlined in browser test scripts",
56
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
57
57
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
58
58
  "clean": "rimraf --glob dist* temp types *.tgz *.log",
59
59
  "execute:samples": "echo skipped",
60
60
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
61
61
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
62
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
62
63
  "integration-test:browser": "echo skipped",
63
64
  "integration-test:node": "echo skipped",
64
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
65
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
66
65
  "lint": "eslint package.json api-extractor.json src test",
66
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
67
67
  "pack": "npm pack 2>&1",
68
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
68
69
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
69
70
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
70
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
71
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
71
72
  "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
72
73
  "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
73
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
74
74
  "update-snippets": "dev-tool run update-snippets"
75
75
  },
76
76
  "dependencies": {