@lit-protocol/misc
Advanced tools
Comparing version 6.5.3 to 6.6.0
@@ -29,5 +29,5 @@ { | ||
"util": "0.12.5", | ||
"@lit-protocol/constants": "6.5.3", | ||
"@lit-protocol/logger": "6.5.3", | ||
"@lit-protocol/types": "6.5.3", | ||
"@lit-protocol/constants": "6.6.0", | ||
"@lit-protocol/logger": "6.6.0", | ||
"@lit-protocol/types": "6.6.0", | ||
"tslib": "1.14.1" | ||
@@ -43,4 +43,4 @@ }, | ||
], | ||
"version": "6.5.3", | ||
"version": "6.6.0", | ||
"main": "./src/index.js" | ||
} |
export * from './lib/misc'; | ||
export { validateSessionSig, validateSessionSigs, } from './lib/helper/session-sigs-validator'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validateSessionSigs = exports.validateSessionSig = void 0; | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./lib/misc"), exports); | ||
var session_sigs_validator_1 = require("./lib/helper/session-sigs-validator"); | ||
Object.defineProperty(exports, "validateSessionSig", { enumerable: true, get: function () { return session_sigs_validator_1.validateSessionSig; } }); | ||
Object.defineProperty(exports, "validateSessionSigs", { enumerable: true, get: function () { return session_sigs_validator_1.validateSessionSigs; } }); | ||
//# sourceMappingURL=index.js.map |
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
63041
11
1091
+ Added@lit-protocol/constants@6.6.0(transitive)
+ Added@lit-protocol/logger@6.6.0(transitive)
+ Added@lit-protocol/types@6.6.0(transitive)
- Removed@lit-protocol/constants@6.5.3(transitive)
- Removed@lit-protocol/logger@6.5.3(transitive)
- Removed@lit-protocol/types@6.5.3(transitive)
Updated@lit-protocol/logger@6.6.0
Updated@lit-protocol/types@6.6.0