@azure/web-pubsub-express 1.0.6-alpha.20241023.1 → 1.0.6-alpha.20241025.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.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/web-pubsub-express",
|
|
3
|
-
"version": "1.0.6-alpha.
|
|
3
|
+
"version": "1.0.6-alpha.20241025.1",
|
|
4
4
|
"description": "Azure Web PubSub CloudEvents handlers",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
8
7
|
"build": "npm run clean && dev-tool run build-package && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
9
8
|
"build:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
10
9
|
"build:node": "dev-tool run build-package",
|