@mysten/zksend
Advanced tools
Comparing version 0.0.0-experimental-20240106194601 to 0.0.0-experimental-20240110001144
# @mysten/zksend | ||
## 0.0.0-experimental-20240106194601 | ||
## 0.0.0-experimental-20240110001144 | ||
### Minor Changes | ||
- e81f49e8dc: Add SDK for creating ZKSend links | ||
## 0.1.1 | ||
### Patch Changes | ||
- Updated dependencies [9ac0a4ec01] | ||
- @mysten/wallet-standard@0.0.0-experimental-20240106194601 | ||
- @mysten/wallet-standard@0.10.1 | ||
@@ -10,0 +16,0 @@ ## 0.1.0 |
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./links.js"), module.exports); | ||
__reExport(src_exports, require("./wallet.js"), module.exports); | ||
__reExport(src_exports, require("./channel/index.js"), module.exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,10 +0,4 @@ | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __commonJS = (cb, mod) => function __require() { | ||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; | ||
}; | ||
var require_src = __commonJS({ | ||
"src/index.ts"() { | ||
} | ||
}); | ||
export default require_src(); | ||
export * from "./links.js"; | ||
export * from "./wallet.js"; | ||
export * from "./channel/index.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.0.0-experimental-20240106194601", | ||
"version": "0.0.0-experimental-20240110001144", | ||
"description": "TODO: Write Description", | ||
@@ -37,3 +37,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@mysten/wallet-standard": "0.0.0-experimental-20240106194601" | ||
"mitt": "^3.0.1", | ||
"nanostores": "^0.9.3", | ||
"valibot": "^0.25.0", | ||
"@mysten/sui.js": "0.49.1", | ||
"@mysten/wallet-standard": "0.10.1" | ||
}, | ||
@@ -40,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
273713
46
2017
5
2
1
+ Added@mysten/sui.js@0.49.1
+ Addedmitt@^3.0.1
+ Addednanostores@^0.9.3
+ Addedvalibot@^0.25.0
+ Added@mysten/bcs@0.10.1(transitive)
+ Added@mysten/sui.js@0.49.1(transitive)
+ Added@mysten/wallet-standard@0.10.1(transitive)
+ Addedmitt@3.0.1(transitive)
+ Addednanostores@0.9.5(transitive)
+ Addedvalibot@0.25.0(transitive)
- Removed@mysten/bcs@0.0.0-experimental-20240106194601(transitive)
- Removed@mysten/sui.js@0.0.0-experimental-20240106194601(transitive)
- Removed@mysten/wallet-standard@0.0.0-experimental-20240106194601(transitive)