@connectrpc/connect-web
Advanced tools
+12
-13
| { | ||
| "name": "@connectrpc/connect-web", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "license": "Apache-2.0", | ||
@@ -15,3 +15,2 @@ "repository": { | ||
| "build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm", | ||
| "conformance:safari": "npm run conformance:safari:promise && npm run conformance:client:safari:callback", | ||
| "conformance:safari:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser safari", | ||
@@ -29,5 +28,5 @@ "conformance:safari:callback": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser safari --useCallbackClient", | ||
| "test-browserstack": "wdio run ./browserstack/wdio.browserstack.conf.js", | ||
| "format": "prettier --write --ignore-unknown '.' '!dist' '!browserstack/gen'", | ||
| "format": "biome format --write", | ||
| "license-header": "license-header", | ||
| "lint": "eslint --max-warnings 0 .", | ||
| "lint": "biome lint --error-on-warnings", | ||
| "attw": "attw --pack" | ||
@@ -45,10 +44,10 @@ }, | ||
| "devDependencies": { | ||
| "@bufbuild/buf": "^1.50.0", | ||
| "@bufbuild/protoc-gen-es": "^2.2.3", | ||
| "@connectrpc/connect-conformance": "^2.0.2", | ||
| "@wdio/jasmine-framework": "^9.7.2", | ||
| "@wdio/cli": "^9.7.2", | ||
| "@wdio/local-runner": "^9.7.2", | ||
| "@wdio/browserstack-service": "^9.7.2", | ||
| "jasmine": "^5.5.0", | ||
| "@bufbuild/buf": "^1.55.1", | ||
| "@bufbuild/protoc-gen-es": "^2.6.0", | ||
| "@connectrpc/connect-conformance": "^2.0.3", | ||
| "@wdio/jasmine-framework": "^9.16.2", | ||
| "@wdio/cli": "^9.16.2", | ||
| "@wdio/local-runner": "^9.16.2", | ||
| "@wdio/browserstack-service": "^9.16.2", | ||
| "jasmine": "^5.8.0", | ||
| "webdriverio": "^9.7.2" | ||
@@ -58,4 +57,4 @@ }, | ||
| "@bufbuild/protobuf": "^2.2.0", | ||
| "@connectrpc/connect": "2.0.2" | ||
| "@connectrpc/connect": "2.0.3" | ||
| } | ||
| } |
67184
-0.22%