@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240126.1 → 1.0.0-alpha.20240219.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-client-protobuf",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240219.1",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
|
|
34
34
|
"test": "npm run build:test && npm run unit-test && npm run integration-test",
|
|
35
35
|
"unit-test:browser": "echo skipped",
|
|
36
|
-
"unit-test:node": "dev-tool run test:node-js-input --no-test-proxy=true",
|
|
36
|
+
"unit-test:node": "dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true",
|
|
37
37
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"karma-sourcemap-loader": "^0.3.8",
|
|
100
100
|
"mocha": "^10.0.0",
|
|
101
101
|
"c8": "^8.0.0",
|
|
102
|
-
"puppeteer": "^
|
|
102
|
+
"puppeteer": "^22.0.0",
|
|
103
103
|
"rimraf": "^3.0.0",
|
|
104
104
|
"sinon": "^17.0.0",
|
|
105
105
|
"source-map-support": "^0.5.9",
|