@azure/web-pubsub-express 1.0.6-alpha.20251008.1 → 1.0.6-alpha.20251014.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.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-express",
3
- "version": "1.0.6-alpha.20251008.1",
3
+ "version": "1.0.6-alpha.20251014.1",
4
4
  "description": "Azure Web PubSub CloudEvents handlers",
5
5
  "sdk-type": "client",
6
6
  "files": [
@@ -34,15 +34,19 @@
34
34
  "@types/node": "^20.19.0",
35
35
  "@vitest/browser": "^3.2.3",
36
36
  "@vitest/coverage-istanbul": "^3.2.3",
37
+ "cross-env": "^7.0.3",
37
38
  "dotenv": "^16.0.0",
38
39
  "eslint": "^9.33.0",
39
40
  "express": "^5.1.0",
40
41
  "playwright": "^1.50.1",
42
+ "prettier": "^3.6.2",
43
+ "rimraf": "^6.0.1",
44
+ "tshy": "^3.0.0",
41
45
  "typescript": "~5.9.3",
42
46
  "vitest": "^3.2.3",
47
+ "@azure/dev-tool": "^1.0.0",
43
48
  "@azure-tools/test-utils-vitest": "^2.0.1",
44
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
45
- "@azure/dev-tool": "^1.0.0"
49
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
46
50
  },
47
51
  "//sampleConfiguration": {
48
52
  "productName": "Azure Web PubSub CloudEvents Handlers for Express",
@@ -96,11 +100,11 @@
96
100
  "scripts": {
97
101
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
98
102
  "build:samples": "tsc -p tsconfig.samples.json",
99
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
100
- "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
103
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
104
+ "clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
101
105
  "execute:samples": "dev-tool samples run samples-dev",
102
106
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
103
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
107
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
104
108
  "lint": "eslint package.json src test",
105
109
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
106
110
  "pack": "pnpm pack 2>&1",