@azure/web-pubsub-client-protobuf 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241025.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 +2 -5
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.20241025.1",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"types": "./dist/commonjs/index.d.ts",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
16
15
|
"build": "npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api",
|
|
17
16
|
"build-protobuf": "npm run build-protobuf:cjs && npm run build-protobuf:esm",
|
|
18
17
|
"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",
|
|
@@ -22,7 +21,7 @@
|
|
|
22
21
|
"build:samples": "dev-tool samples publish -f",
|
|
23
22
|
"build:test": "npm run build-protobuf && dev-tool run build-package && npm run copy-files",
|
|
24
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}\"",
|
|
25
|
-
"clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
|
24
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
|
26
25
|
"copy-files": "npm run copy-files:cjs && npm run copy-files:esm",
|
|
27
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/",
|
|
28
27
|
"copy-files:esm": "cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/",
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
77
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
78
|
"@azure/web-pubsub": "^1.1.0",
|
|
80
|
-
"@microsoft/api-extractor": "^7.47.7",
|
|
81
79
|
"@types/node": "^18.0.0",
|
|
82
80
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
83
81
|
"cpy-cli": "^5.0.0",
|
|
@@ -85,7 +83,6 @@
|
|
|
85
83
|
"eslint": "^9.9.0",
|
|
86
84
|
"move-file-cli": "^3.0.0",
|
|
87
85
|
"protobufjs-cli": "^1.1.3",
|
|
88
|
-
"rimraf": "^5.0.5",
|
|
89
86
|
"typescript": "~5.6.2",
|
|
90
87
|
"vitest": "^2.0.5"
|
|
91
88
|
},
|