@azure/web-pubsub-client-protobuf 1.0.0-alpha.20241112.1 → 1.0.0-alpha.20241113.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.
Files changed (1) hide show
  1. package/package.json +2 -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.20241112.1",
3
+ "version": "1.0.0-alpha.20241113.2",
4
4
  "description": "Azure Web PubSub Client Protobuf",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "build:samples": "dev-tool samples publish -f",
22
22
  "build:test": "npm run build-protobuf && dev-tool run build-package && npm run copy-files",
23
23
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
24
- "clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
24
+ "clean": "dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log",
25
25
  "copy-files": "npm run copy-files:cjs && npm run copy-files:esm",
26
26
  "copy-files:cjs": "cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/",
27
27
  "copy-files:esm": "cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/",
@@ -44,7 +44,6 @@
44
44
  },
45
45
  "files": [
46
46
  "dist/",
47
- "dist-esm/",
48
47
  "types/web-pubsub-client-protobuf.d.ts",
49
48
  "types/web-pubsub-client-protobuf.d.ts.map",
50
49
  "README.md",