@0xsequence/sessions
Advanced tools
Comparing version 0.0.0-20230920213211 to 0.0.0-20230922164806
@@ -1,2 +0,2 @@ | ||
export * from "./declarations/src/index"; | ||
export * from "../src/index"; | ||
//# sourceMappingURL=0xsequence-sessions.cjs.d.ts.map |
@@ -1,7 +0,16 @@ | ||
'use strict'; | ||
"use strict"; | ||
// this file might look strange and you might be wondering what it's for | ||
// it's lets you import your source files by importing this entrypoint | ||
// as you would import it if it was built with preconstruct build | ||
// this file is slightly different to some others though | ||
// it has a require hook which compiles your code with Babel | ||
// this means that you don't have to set up @babel/register or anything like that | ||
// but you can still require this module and it'll be compiled | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./0xsequence-sessions.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./0xsequence-sessions.cjs.dev.js"); | ||
} | ||
// this bit of code imports the require hook and registers it | ||
let unregister = require("../../../node_modules/.pnpm/@preconstruct+hook@0.4.0/node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", ".."); | ||
// this re-exports the source file | ||
module.exports = require("../src/index.ts"); | ||
unregister(); |
{ | ||
"name": "@0xsequence/sessions", | ||
"version": "0.0.0-20230920213211", | ||
"version": "0.0.0-20230922164806", | ||
"description": "tools for migrating sequence wallets to new versions", | ||
@@ -14,5 +14,5 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/sessions", | ||
"idb": "^7.1.1", | ||
"@0xsequence/core": "0.0.0-20230920213211", | ||
"@0xsequence/replacer": "0.0.0-20230920213211", | ||
"@0xsequence/migration": "0.0.0-20230920213211" | ||
"@0xsequence/core": "0.0.0-20230922164806", | ||
"@0xsequence/replacer": "0.0.0-20230922164806", | ||
"@0xsequence/migration": "0.0.0-20230922164806" | ||
}, | ||
@@ -23,4 +23,4 @@ "devDependencies": { | ||
"nyc": "^15.1.0", | ||
"@0xsequence/signhub": "0.0.0-20230920213211", | ||
"@0xsequence/tests": "0.0.0-20230920213211" | ||
"@0xsequence/signhub": "0.0.0-20230922164806", | ||
"@0xsequence/tests": "0.0.0-20230922164806" | ||
}, | ||
@@ -27,0 +27,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
1
92599
19
2023
+ Added@0xsequence/abi@0.0.0-20230922164806(transitive)
+ Added@0xsequence/core@0.0.0-20230922164806(transitive)
+ Added@0xsequence/indexer@0.0.0-20230922164806(transitive)
+ Added@0xsequence/migration@0.0.0-20230922164806(transitive)
+ Added@0xsequence/network@0.0.0-20230922164806(transitive)
+ Added@0xsequence/relayer@0.0.0-20230922164806(transitive)
+ Added@0xsequence/replacer@0.0.0-20230922164806(transitive)
+ Added@0xsequence/signhub@0.0.0-20230922164806(transitive)
+ Added@0xsequence/utils@0.0.0-20230922164806(transitive)
+ Added@0xsequence/wallet@0.0.0-20230922164806(transitive)
- Removed@0xsequence/abi@0.0.0-20230920213211(transitive)
- Removed@0xsequence/core@0.0.0-20230920213211(transitive)
- Removed@0xsequence/indexer@0.0.0-20230920213211(transitive)
- Removed@0xsequence/migration@0.0.0-20230920213211(transitive)
- Removed@0xsequence/network@0.0.0-20230920213211(transitive)
- Removed@0xsequence/relayer@0.0.0-20230920213211(transitive)
- Removed@0xsequence/replacer@0.0.0-20230920213211(transitive)
- Removed@0xsequence/signhub@0.0.0-20230920213211(transitive)
- Removed@0xsequence/utils@0.0.0-20230920213211(transitive)
- Removed@0xsequence/wallet@0.0.0-20230920213211(transitive)