@azure/web-pubsub 1.2.0-alpha.20250505.1 → 1.2.0-alpha.20250507.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 +4 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.2.0-alpha.20250505.1",
3
+ "version": "1.2.0-alpha.20250507.1",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -9,25 +9,19 @@
9
9
  "scripts": {
10
10
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
11
  "build:samples": "echo Obsolete.",
12
- "build:test": "echo Obsolete.",
13
12
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
14
13
  "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
15
14
  "execute:samples": "dev-tool samples run samples-dev",
16
15
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
17
16
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
17
  "generate:client": "autorest --typescript ./swagger/README.md",
19
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
20
- "integration-test:browser": "echo skipped",
21
- "integration-test:node": "dev-tool run test:vitest --esm",
22
18
  "lint": "dev-tool run vendored eslint package.json api-extractor.json README.md src test",
23
19
  "lint:fix": "dev-tool run vendored eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
24
20
  "pack": "npm pack 2>&1",
25
- "test": "npm run build:test && npm run unit-test && npm run integration-test",
21
+ "test": "npm run test:node && npm run test:browser",
26
22
  "test:browser": "echo skipped",
27
- "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
28
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
29
- "unit-test:browser": "echo skipped",
30
- "unit-test:node": "dev-tool run test:vitest",
23
+ "test:node": "dev-tool run test:vitest",
24
+ "test:node:esm": "dev-tool run test:vitest --esm",
31
25
  "update-snippets": "dev-tool run update-snippets"
32
26
  },
33
27
  "files": [