@connectrpc/connect-fastify
Advanced tools
Comparing version 1.4.0-rc1 to 1.4.0
{ | ||
"name": "@connectrpc/connect-fastify", | ||
"version": "1.4.0-rc1", | ||
"version": "1.4.0", | ||
"license": "Apache-2.0", | ||
@@ -12,6 +12,5 @@ "repository": { | ||
"clean": "rm -rf ./dist/*", | ||
"build": "npm run build:cjs && npm run build:esm && npm run build:proxy", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc --project tsconfig.json --module commonjs --outDir ./dist/cjs --declaration --declarationDir ./dist/cjs && echo >./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm": "tsc --project tsconfig.json --module ES2015 --verbatimModuleSyntax --outDir ./dist/esm --declaration --declarationDir ./dist/esm", | ||
"build:proxy": "node ../../scripts/gen-esm-proxy.mjs .", | ||
"attw": "attw --pack" | ||
@@ -24,7 +23,2 @@ }, | ||
".": { | ||
"node": { | ||
"import": "./dist/proxy/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"module": "./dist/esm/index.js", | ||
"import": "./dist/esm/index.js", | ||
@@ -40,4 +34,4 @@ "require": "./dist/cjs/index.js" | ||
"fastify": "^4.22.1", | ||
"@connectrpc/connect": "1.4.0-rc1", | ||
"@connectrpc/connect-node": "1.4.0-rc1" | ||
"@connectrpc/connect": "1.4.0", | ||
"@connectrpc/connect-node": "1.4.0" | ||
}, | ||
@@ -44,0 +38,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
17455
11
314