@stardust-collective/dag4-network
Advanced tools
Comparing version 2.1.0-beta to 2.1.1-beta
@@ -19,3 +19,3 @@ "use strict"; | ||
__exportStar(require("./dag-network"), exports); | ||
__exportStar(require("./l0-token-network"), exports); | ||
__exportStar(require("./metagraph-token-network"), exports); | ||
__exportStar(require("./web3"), exports); | ||
@@ -22,0 +22,0 @@ __exportStar(require("./api"), exports); |
export * from './global-dag-network'; | ||
export * from './dag-network'; | ||
export * from './l0-token-network'; | ||
export * from './metagraph-token-network'; | ||
export * from './web3'; | ||
@@ -5,0 +5,0 @@ export * from './api'; |
export * from './global-dag-network'; | ||
export * from './dag-network'; | ||
export * from './l0-token-network'; | ||
export * from './metagraph-token-network'; | ||
export * from './web3'; | ||
@@ -5,0 +5,0 @@ export * from './api'; |
@@ -10,3 +10,3 @@ declare type NetworkInfo = { | ||
}; | ||
declare type StateChannelNetworkInfo = { | ||
declare type MetagraphNetworkInfo = { | ||
id: string; | ||
@@ -17,2 +17,2 @@ l0Url: string; | ||
}; | ||
export { NetworkInfo, StateChannelNetworkInfo }; | ||
export { NetworkInfo, MetagraphNetworkInfo }; |
{ | ||
"name": "@stardust-collective/dag4-network", | ||
"version": "2.1.0-beta", | ||
"version": "2.1.1-beta", | ||
"description": "A key management tool for the Constellation Network", | ||
@@ -22,3 +22,3 @@ "author": "Frank Fox", | ||
"dependencies": { | ||
"@stardust-collective/dag4-core": "2.1.0-beta", | ||
"@stardust-collective/dag4-core": "2.1.1-beta", | ||
"rxjs": "^6.6.3", | ||
@@ -25,0 +25,0 @@ "bignumber.js": "^9.0.1" |
export * from './global-dag-network' | ||
export * from './dag-network' | ||
export * from './l0-token-network' | ||
export * from './metagraph-token-network' | ||
export * from './web3' | ||
@@ -5,0 +5,0 @@ export * from './api' |
@@ -11,3 +11,3 @@ type NetworkInfo = { | ||
type StateChannelNetworkInfo = { | ||
type MetagraphNetworkInfo = { | ||
id: string; | ||
@@ -19,2 +19,2 @@ l0Url: string; | ||
export { NetworkInfo, StateChannelNetworkInfo }; | ||
export { NetworkInfo, MetagraphNetworkInfo }; |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
224826
1
+ Added@stardust-collective/dag4-core@2.1.1-beta(transitive)
- Removed@stardust-collective/dag4-core@2.1.0-beta(transitive)