@azure/web-pubsub-client-protobuf 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250507.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 +5 -13
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.20250507.1",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -13,10 +13,7 @@
|
|
|
13
13
|
"build-protobuf": "npm run build-protobuf:cjs && npm run build-protobuf:esm",
|
|
14
14
|
"build-protobuf:cjs": "pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs",
|
|
15
15
|
"build-protobuf:esm": "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",
|
|
16
|
-
"build:browser": "npm run build-protobuf && dev-tool run build-package && npm run copy-files",
|
|
17
|
-
"build:node": "npm run build-protobuf && dev-tool run build-package && npm run copy-files",
|
|
18
16
|
"build:samples": "dev-tool samples publish -f",
|
|
19
|
-
"build:test": "npm run build-protobuf && dev-tool run build-package && npm run copy-files",
|
|
20
17
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
21
18
|
"clean": "dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log",
|
|
22
19
|
"copy-files": "npm run copy-files:cjs && npm run copy-files:esm",
|
|
@@ -25,18 +22,13 @@
|
|
|
25
22
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
26
23
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
27
24
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
28
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
29
|
-
"integration-test:browser": "echo skipped",
|
|
30
|
-
"integration-test:node": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
31
25
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
32
26
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
33
27
|
"pack": "npm pack 2>&1",
|
|
34
|
-
"test": "npm run
|
|
35
|
-
"test:browser": "
|
|
36
|
-
"test:node": "
|
|
37
|
-
"
|
|
38
|
-
"unit-test:browser": "echo skipped",
|
|
39
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
28
|
+
"test": "npm run test:node && npm run test:browser",
|
|
29
|
+
"test:browser": "echo skipped",
|
|
30
|
+
"test:node": "dev-tool run test:vitest",
|
|
31
|
+
"test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
40
32
|
"update-snippets": "dev-tool run update-snippets"
|
|
41
33
|
},
|
|
42
34
|
"files": [
|