@azure/web-pubsub-express 1.0.6-alpha.20240821.2 → 1.0.6-alpha.20240822.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 +3 -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.20240822.1",
|
|
4
4
|
"description": "Azure Web PubSub CloudEvents handlers",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"scripts": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
19
19
|
"integration-test:node": "echo skipped",
|
|
20
20
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
21
|
-
"lint:fix": "eslint package.json api-extractor.json README.md src test --
|
|
22
|
-
"lint": "eslint package.json api-extractor.json README.md src test
|
|
21
|
+
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
22
|
+
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
23
23
|
"pack": "npm pack 2>&1",
|
|
24
24
|
"test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
25
25
|
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
|