@azure/web-pubsub-client-protobuf 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240419.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 -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.20240419.1",
|
|
4
4
|
"description": "Azure Web PubSub Client Protobuf",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"build:node": "npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c",
|
|
16
16
|
"build:samples": "dev-tool samples publish -f",
|
|
17
17
|
"build:test": "npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c",
|
|
18
|
-
"build": "npm run clean && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c &&
|
|
18
|
+
"build": "npm run clean && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api",
|
|
19
19
|
"copy-files": "copyfiles ./src/generated/clientProto.js ./dist-esm/",
|
|
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
23
|
"clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
|
24
24
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
25
|
-
"extract-api": "tsc -p . &&
|
|
25
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
26
26
|
"integration-test:browser": "echo skipped",
|
|
27
27
|
"integration-test:node": "echo skipped",
|
|
28
28
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"cross-env": "^7.0.2",
|
|
83
83
|
"dotenv": "^16.0.0",
|
|
84
84
|
"eslint": "^8.0.0",
|
|
85
|
-
"esm": "^3.2.18",
|
|
86
85
|
"express": "^4.16.3",
|
|
87
86
|
"karma": "^6.2.0",
|
|
88
87
|
"karma-chrome-launcher": "^3.0.0",
|
|
@@ -98,7 +97,7 @@
|
|
|
98
97
|
"karma-mocha-reporter": "^2.2.5",
|
|
99
98
|
"karma-sourcemap-loader": "^0.3.8",
|
|
100
99
|
"mocha": "^10.0.0",
|
|
101
|
-
"
|
|
100
|
+
"nyc": "^15.1.0",
|
|
102
101
|
"puppeteer": "^22.2.0",
|
|
103
102
|
"rimraf": "^5.0.5",
|
|
104
103
|
"sinon": "^17.0.0",
|