@azure/web-pubsub 1.2.0-alpha.20250528.1 → 1.2.0-alpha.20250530.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",
|
3
|
-
"version": "1.2.0-alpha.
|
3
|
+
"version": "1.2.0-alpha.20250530.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
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
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
18
|
-
"lint": "dev-tool run vendored eslint package.json api-extractor.json
|
19
|
-
"lint:fix": "dev-tool run vendored eslint package.json api-extractor.json
|
18
|
+
"lint": "dev-tool run vendored eslint package.json api-extractor.json src test",
|
19
|
+
"lint:fix": "dev-tool run vendored eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
20
20
|
"pack": "npm pack 2>&1",
|
21
21
|
"test": "npm run test:node && npm run test:browser",
|
22
22
|
"test:browser": "echo skipped",
|