@collabland/chain
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -39,2 +39,3 @@ "use strict"; | ||
const result = []; | ||
ids = decodeURIComponent(ids); | ||
const ranges = (0, common_1.parseRanges)(ids); | ||
@@ -41,0 +42,0 @@ for (const range of ranges) { |
{ | ||
"name": "@collabland/chain", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "CollabLand Ethereum Integration", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@collabland/common": "^0.33.0", | ||
"@collabland/common": "^0.33.1", | ||
"is-ipfs": "^6.0.2", | ||
@@ -50,3 +50,3 @@ "parse-data-url": "^4.0.1", | ||
"author": "Abridged, Inc.", | ||
"gitHead": "202d313fb012dd9cfb6cb0f0da6abd8e4c8c24fa" | ||
"gitHead": "d7373614714b5e06a5aad13eabcbef2071fcd4a9" | ||
} |
@@ -44,2 +44,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
const result: string[] = []; | ||
ids = decodeURIComponent(ids); | ||
const ranges = parseRanges(ids); | ||
@@ -46,0 +47,0 @@ for (const range of ranges) { |
Sorry, the diff of this file is not supported yet
143048
3692
Updated@collabland/common@^0.33.1