Skip to content

Commit

Permalink
Split modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Jan 16, 2025
1 parent 7b9fb2f commit 841af19
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 282 deletions.
2 changes: 1 addition & 1 deletion bin/download-harman-air-runtime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import {Progress} from '../util/tui.mjs';
import {yyyymmdd} from '../util/util.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {runtimes} from '../util/harman.mjs';
import {runtimes} from '../util/harun.mjs';
import {backup} from '../util/backup.mjs';

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion bin/download-harman-air-sdk.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import {Progress} from '../util/tui.mjs';
import {yyyymmdd} from '../util/util.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {sdks} from '../util/harman.mjs';
import {sdks} from '../util/hasdk.mjs';
import {backup} from '../util/backup.mjs';

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion bin/newest-harman-air-runtime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {Hasher, Void} from '../util/stream.mjs';
import {retry} from '../util/util.mjs';
import {queue} from '../util/queue.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {runtimes} from '../util/harman.mjs';
import {runtimes} from '../util/harun.mjs';

async function main() {
// eslint-disable-next-line no-process-env
Expand Down
4 changes: 2 additions & 2 deletions bin/newest-harman-air-sdk.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {read as packaged} from '../util/packages.mjs';
import {retry} from '../util/util.mjs';
import {queue} from '../util/queue.mjs';
import {getUserAgent} from '../util/ff.mjs';
import {sdks, sdksList} from '../util/harman.mjs';
import {sdks, list} from '../util/hasdk.mjs';

async function main() {
// eslint-disable-next-line no-process-env
Expand All @@ -16,7 +16,7 @@ async function main() {
const named = new Map(packages.map(p => [p.name, p]));
const userAgent = await getUserAgent();
const resources = await sdks(userAgent);
const releases = await sdksList(userAgent);
const releases = await list(userAgent);

const all = [...resources];
{
Expand Down
277 changes: 0 additions & 277 deletions util/harman.mjs

This file was deleted.

Loading

0 comments on commit 841af19

Please sign in to comment.