@replit/river
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -11,3 +11,3 @@ import { | ||
serializeService | ||
} from "../chunk-IYRPZPSQ.js"; | ||
} from "../chunk-FWPZDOFL.js"; | ||
import "../chunk-ZE4MX7DF.js"; | ||
@@ -14,0 +14,0 @@ import "../chunk-SLUSVGQH.js"; |
import { | ||
UNCAUGHT_ERROR, | ||
pushable | ||
} from "../chunk-IYRPZPSQ.js"; | ||
} from "../chunk-FWPZDOFL.js"; | ||
import "../chunk-ORAG7IAU.js"; | ||
@@ -6,0 +6,0 @@ import { |
{ | ||
"name": "@replit/river", | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"type": "module", | ||
@@ -64,12 +64,2 @@ "exports": { | ||
}, | ||
"scripts": { | ||
"check": "tsc --noEmit && npx prettier . --check", | ||
"format": "npx prettier . --write", | ||
"build": "tsup && du -sh dist", | ||
"prepack": "npm run build", | ||
"release": "npm publish --access public", | ||
"test:ui": "echo \"remember to go to /__vitest__ in the webview\" && vitest --ui --api.host 0.0.0.0 --api.port 3000", | ||
"test": "vitest --test-timeout=500", | ||
"bench": "vitest bench" | ||
}, | ||
"engines": { | ||
@@ -84,3 +74,12 @@ "node": ">=16" | ||
"author": "Jacky Zhao", | ||
"license": "MIT" | ||
} | ||
"license": "MIT", | ||
"scripts": { | ||
"check": "tsc --noEmit && npx prettier . --check", | ||
"format": "npx prettier . --write", | ||
"build": "rm -rf dist && tsup && du -sh dist", | ||
"release": "npm publish --access public", | ||
"test:ui": "echo \"remember to go to /__vitest__ in the webview\" && vitest --ui --api.host 0.0.0.0 --api.port 3000", | ||
"test": "vitest --test-timeout=500", | ||
"bench": "vitest bench" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
245022
49
6706