@collabland/common
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -6,2 +6,16 @@ # Change Log | ||
# [0.7.0](https://github.com/abridged/collabland-monorepo/compare/@collabland/common@0.6.0...@collabland/common@0.7.0) (2021-03-16) | ||
### Features | ||
* add a utility to resolve promises with timeout ([b676f2c](https://github.com/abridged/collabland-monorepo/commit/b676f2ca0bdd717a4e1fea1afec51661a0f544cf)) | ||
* expose https://github.com/MetaMask/contract-metadata via apis ([a5c61c0](https://github.com/abridged/collabland-monorepo/commit/a5c61c0b0dcc9f8d9566a9ee245f6de1a9b2efbc)) | ||
* extract retry utility into @collabland/common ([6a1a402](https://github.com/abridged/collabland-monorepo/commit/6a1a402f840310deb67923808ac44ab33496e1b3)) | ||
* tidy up kchannel interfaces ([7f36d51](https://github.com/abridged/collabland-monorepo/commit/7f36d51ea4d9f2394820cea0f9bf4e41f9d29a09)) | ||
# [0.6.0](https://github.com/abridged/collabland-monorepo/compare/@collabland/common@0.5.0...@collabland/common@0.6.0) (2021-02-17) | ||
@@ -8,0 +22,0 @@ |
export * from './utils'; | ||
export * from './types'; |
@@ -9,2 +9,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./utils"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,1 +7,2 @@ export * from './debug'; | ||
export * from './jwt'; | ||
export * from './promise-timeout'; |
@@ -14,2 +14,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./jwt"), exports); | ||
tslib_1.__exportStar(require("./promise-timeout"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@collabland/common", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "CollabLand common utilities", | ||
@@ -55,3 +55,4 @@ "main": "dist/index.js", | ||
"copyright.owner": "Abridged, Inc.", | ||
"gitHead": "7b80ab6dd664b266c9076f66fbaff89569df653f" | ||
"author": "Abridged, Inc.", | ||
"gitHead": "11b009fdc594d9dfd365b2cb81e6264ef59c3f52" | ||
} |
@@ -7,1 +7,2 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
export * from './utils'; | ||
export * from './types'; |
@@ -12,1 +12,2 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
export * from './jwt'; | ||
export * from './promise-timeout'; |
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
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
58783
44
1283
1