@azure/web-pubsub-client-protobuf 1.0.0-alpha.20241205.1 → 1.0.0-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-client-protobuf",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241209.2",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
31
31
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
32
32
|
"integration-test:browser": "echo skipped",
|
|
33
|
-
"integration-test:node": "
|
|
33
|
+
"integration-test:node": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
34
34
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
35
35
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
36
36
|
"pack": "npm pack 2>&1",
|
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
"esm",
|
|
101
101
|
"commonjs"
|
|
102
102
|
],
|
|
103
|
-
"selfLink": false
|
|
103
|
+
"selfLink": false,
|
|
104
|
+
"project": "./tsconfig.src.json"
|
|
104
105
|
},
|
|
105
106
|
"exports": {
|
|
106
107
|
"./package.json": "./package.json",
|