@azure/core-amqp 4.4.0-alpha.20240926.5 → 4.4.0-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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/core-amqp",
3
3
  "sdk-type": "client",
4
- "version": "4.4.0-alpha.20240926.5",
4
+ "version": "4.4.0-alpha.20240927.3",
5
5
  "description": "Common library for amqp based azure sdks like @azure/event-hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -42,27 +42,27 @@
42
42
  "LICENSE"
43
43
  ],
44
44
  "scripts": {
45
- "bundle": "dev-tool run build-package && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true",
45
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
46
46
  "build:samples": "echo Obsolete",
47
47
  "build:test": "echo skipped. actual commands inlined in browser test scripts",
48
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
48
+ "bundle": "dev-tool run build-package && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true",
49
49
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
50
50
  "clean": "rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
51
51
  "execute:samples": "echo skipped",
52
52
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
53
53
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
54
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
54
55
  "integration-test:browser": "echo skipped",
55
56
  "integration-test:node": "echo skipped",
56
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
57
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
58
57
  "lint": "eslint package.json api-extractor.json src test",
58
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
59
59
  "pack": "npm pack 2>&1",
60
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run bundle && npm run unit-test:browser && npm run integration-test",
60
61
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
61
62
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
62
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run bundle && npm run unit-test:browser && npm run integration-test",
63
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
63
64
  "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",
64
65
  "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
65
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
66
66
  "update-snippets": "dev-tool run update-snippets"
67
67
  },
68
68
  "engines": {
@@ -87,9 +87,9 @@
87
87
  "tslib": "^2.6.2"
88
88
  },
89
89
  "devDependencies": {
90
+ "@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
90
91
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
91
92
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
92
- "@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
93
93
  "@microsoft/api-extractor": "^7.43.1",
94
94
  "@rollup/plugin-inject": "^5.0.5",
95
95
  "@types/debug": "^4.1.12",