@adt/json-rpc
Advanced tools
Comparing version 0.0.1-SNAPSHOT.14 to 0.0.1-SNAPSHOT.15
@@ -292,3 +292,3 @@ 'use strict'; | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize; | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize(); | ||
@@ -295,0 +295,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ { |
@@ -288,3 +288,3 @@ /** | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize; | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize(); | ||
@@ -291,0 +291,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ { |
@@ -300,3 +300,3 @@ (function (global, factory) { | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize; | ||
const id = "id" in o ? o.id : UUID.randomUUID().serialize(); | ||
@@ -303,0 +303,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ { |
{ | ||
"name": "@adt/json-rpc", | ||
"version": "0.0.1-SNAPSHOT.14", | ||
"version": "0.0.1-SNAPSHOT.15", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/JsonRpc.cjs.js", |
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
32605