@azure/web-pubsub-express 1.0.6-alpha.20241206.1 → 1.0.6-alpha.20241209.2
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/web-pubsub-express",
|
|
3
|
-
"version": "1.0.6-alpha.
|
|
3
|
+
"version": "1.0.6-alpha.20241209.2",
|
|
4
4
|
"description": "Azure Web PubSub CloudEvents handlers",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
17
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
18
18
|
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
19
|
-
"integration-test:node": "
|
|
19
|
+
"integration-test:node": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
20
20
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
21
21
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
22
22
|
"pack": "npm pack 2>&1",
|
|
@@ -82,7 +82,8 @@
|
|
|
82
82
|
"esm",
|
|
83
83
|
"commonjs"
|
|
84
84
|
],
|
|
85
|
-
"selfLink": false
|
|
85
|
+
"selfLink": false,
|
|
86
|
+
"project": "./tsconfig.src.json"
|
|
86
87
|
},
|
|
87
88
|
"exports": {
|
|
88
89
|
"./package.json": "./package.json",
|