mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +00:00
fix(ignore): bump typescript from 5.9.3 to 6.0.2 (#1112)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com> Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
import {copyFileSync, existsSync, mkdirSync} from "node:fs";
|
||||
import path from "node:path";
|
||||
import {it} from "vitest";
|
||||
import * as common from "../src/common";
|
||||
import type {ExtraMetas, RepoImageMeta} from "../src/types";
|
||||
import * as common from "../src/common.js";
|
||||
import type {ExtraMetas, RepoImageMeta} from "../src/types.js";
|
||||
|
||||
export const IMAGE_LUMI = "20240726111155_OTA_lumi.switch.n1aeu1_0.0.0_0025_20240725_8F4299.ota";
|
||||
export const IMAGE_GLEDOPTO = "GL-B-008P_V17A1_OTAV7.ota";
|
||||
|
||||
Reference in New Issue
Block a user