@hiveposh/so-many-frontends
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -101,2 +101,2 @@ const hiveDomains = [ | ||
module.exports = [hiveDomains, isHiveUrl, parseHiveUrl]; | ||
module.exports = [isHiveUrl, parseHiveUrl, hiveDomains]; |
{ | ||
"name": "@hiveposh/so-many-frontends", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "JS module for listing Hive front ends", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const test = require("node:test"); | ||
const assert = require("node:assert"); | ||
const [hiveDomains, isHiveUrl, parseHiveUrl] = require("./index.js"); | ||
const [isHiveUrl, parseHiveUrl, hiveDomains] = require("./index.js"); | ||
@@ -5,0 +5,0 @@ test("hiveDomains is usable", (t) => { |
9325