@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240223.1 → 1.0.0-alpha.20240312.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 +4 -4
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.20240312.1",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build-protobuf": "pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js",
|
|
21
21
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
22
22
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
23
|
-
"clean": "rimraf dist dist-esm test-dist temp types *.tgz *.log",
|
|
23
|
+
"clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
|
24
24
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
25
25
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
26
26
|
"integration-test:browser": "echo skipped",
|
|
@@ -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 --
|
|
36
|
+
"unit-test:node": "dev-tool run test:node-js-input --no-test-proxy=true",
|
|
37
37
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"mocha": "^10.0.0",
|
|
101
101
|
"c8": "^8.0.0",
|
|
102
102
|
"puppeteer": "^22.2.0",
|
|
103
|
-
"rimraf": "^
|
|
103
|
+
"rimraf": "^5.0.5",
|
|
104
104
|
"sinon": "^17.0.0",
|
|
105
105
|
"source-map-support": "^0.5.9",
|
|
106
106
|
"typescript": "~5.3.3",
|