@0xsequence/network
Advanced tools
Comparing version 0.0.0-2021825162530 to 0.0.0-2021827201516
# @0xsequence/network | ||
## 0.0.0-2021825162530 | ||
## 0.0.0-2021827201516 | ||
### Minor Changes | ||
- next release | ||
### Patch Changes | ||
- next | ||
- Updated dependencies [undefined] | ||
- @0xsequence/utils@0.0.0-2021827201516 | ||
@@ -9,0 +14,0 @@ ## 0.28.0 |
@@ -1,11 +0,1 @@ | ||
// are you seeing an error that a default export doesn't exist but your source file has a default export? | ||
// you should run `yarn` or `yarn preconstruct dev` if preconstruct dev isn't in your postinstall hook | ||
// curious why you need to? | ||
// this file exists so that you can import from the entrypoint normally | ||
// except that it points to your source file and you don't need to run build constantly | ||
// which means we need to re-export all of the modules from your source file | ||
// and since export * doesn't include default exports, we need to read your source file | ||
// to check for a default export and re-export it if it exists | ||
// it's not ideal, but it works pretty well ¯\_(ツ)_/¯ | ||
export * from "../src/index"; | ||
export * from "./declarations/src/index"; |
@@ -1,16 +0,7 @@ | ||
"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 | ||
'use strict'; | ||
// this bit of code imports the require hook and registers it | ||
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", ".."); | ||
// this re-exports the source file | ||
module.exports = require("../src/index.ts"); | ||
unregister(); | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./0xsequence-network.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./0xsequence-network.cjs.dev.js"); | ||
} |
{ | ||
"name": "@0xsequence/network", | ||
"version": "0.0.0-2021825162530", | ||
"version": "0.0.0-2021827201516", | ||
"description": "network sub-package for Sequence", | ||
@@ -16,3 +16,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/network", | ||
"dependencies": { | ||
"@0xsequence/utils": "^0.28.0", | ||
"@0xsequence/utils": "^0.0.0-2021827201516", | ||
"@ethersproject/providers": "^5.0.24", | ||
@@ -19,0 +19,0 @@ "ethers": "^5.0.32" |
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
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
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
123678
44
3151
2
+ Added@0xsequence/utils@0.0.0-coolcats-0.36.12-20220711222640(transitive)
- Removed@0xsequence/utils@0.28.0(transitive)
- Removed@ethersproject/abstract-signer@5.0.14(transitive)