@connectrpc/connect-web
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@connectrpc/connect-web", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "Apache-2.0", | ||
@@ -13,4 +13,4 @@ "repository": { | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --verbatimModuleSyntax false --moduleResolution node10 --outDir ./dist/cjs --declaration --declarationDir ./dist/cjs && echo >./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --verbatimModuleSyntax false --moduleResolution node10 --outDir ./dist/cjs && echo >./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm", | ||
"conformance:safari": "npm run conformance:safari:promise && npm run conformance:client:safari:callback", | ||
@@ -44,16 +44,16 @@ "conformance:safari:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser safari", | ||
"devDependencies": { | ||
"@bufbuild/buf": "^1.46.0", | ||
"@bufbuild/protoc-gen-es": "^2.2.2", | ||
"@connectrpc/connect-conformance": "^2.0.0", | ||
"@wdio/browserstack-service": "^9.2.8", | ||
"@wdio/cli": "^9.2.8", | ||
"@wdio/jasmine-framework": "^9.2.8", | ||
"@wdio/local-runner": "^9.2.8", | ||
"jasmine": "^5.2.0", | ||
"webdriverio": "^9.2.8" | ||
"@bufbuild/buf": "^1.48.0", | ||
"@bufbuild/protoc-gen-es": "^2.2.3", | ||
"@connectrpc/connect-conformance": "^2.0.1", | ||
"@wdio/jasmine-framework": "^9.5.1", | ||
"@wdio/cli": "^9.5.1", | ||
"@wdio/local-runner": "^9.5.1", | ||
"@wdio/browserstack-service": "^9.5.1", | ||
"jasmine": "^5.5.0", | ||
"webdriverio": "^9.5.1" | ||
}, | ||
"peerDependencies": { | ||
"@bufbuild/protobuf": "^2.2.0", | ||
"@connectrpc/connect": "2.0.0" | ||
"@connectrpc/connect": "2.0.1" | ||
} | ||
} |
67330