@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240223.1 → 1.0.0-alpha.20240307.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.
Files changed (1) hide show
  1. 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.20240223.1",
3
+ "version": "1.0.0-alpha.20240307.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",
@@ -100,7 +100,7 @@
100
100
  "mocha": "^10.0.0",
101
101
  "c8": "^8.0.0",
102
102
  "puppeteer": "^22.2.0",
103
- "rimraf": "^3.0.0",
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",