@push-rpc/next
Advanced tools
Comparing version 2.0.18 to 2.0.19
@@ -21,3 +21,3 @@ "use strict"; | ||
parameters, | ||
cached: null, | ||
cached: undefined, | ||
consumers: [], | ||
@@ -24,0 +24,0 @@ queue: [], |
{ | ||
"name": "@push-rpc/next", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -24,3 +24,3 @@ import {safeStringify} from "../utils/json.js" | ||
parameters, | ||
cached: null, | ||
cached: undefined, | ||
consumers: [], | ||
@@ -27,0 +27,0 @@ queue: [], |
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
232943