From 63fbdbf539d79e3d1d47f6997591a0087323dd05 Mon Sep 17 00:00:00 2001 From: zenkyu Date: Thu, 21 Dec 2023 23:52:19 +0100 Subject: [PATCH] add: file system access types --- package-lock.json | 7 +++++++ package.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 276d559..21d36f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "@benev/turtle": "^0.5.1", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.10", + "@types/wicg-file-system-access": "^2023.10.4", "chai": "^4.3.10", "chokidar": "^3.5.3", "chokidar-cli": "^3.0.0", @@ -2205,6 +2206,12 @@ "@types/webidl-conversions": "*" } }, + "node_modules/@types/wicg-file-system-access": { + "version": "2023.10.4", + "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.4.tgz", + "integrity": "sha512-ewOj7hWhsUTS2+aY6zY+7BwlgqGBj5ZXxKuHt3TAWpIJH0bDW/6bO1N1SdUDAzV8r0Nc+/ZtpAEETYTwrehBMw==", + "dev": true + }, "node_modules/@types/yargs": { "version": "17.0.31", "dev": true, diff --git a/package.json b/package.json index a4d2a06..f0e1b60 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "cynic node ./x/tests.test.js", "build": "turtle-standard && run-p copy-coi", "start": "turtle-standard-watch", - "copy-coi": "cp node_modules/coi-serviceworker/coi-serviceworker.js x/" + "copy-coi": "cp node_modules/coi-serviceworker/coi-serviceworker.js x/" }, "author": "zenkyuv", "license": "ISC", @@ -16,6 +16,7 @@ "@benev/turtle": "^0.5.1", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.10", + "@types/wicg-file-system-access": "^2023.10.4", "chai": "^4.3.10", "chokidar": "^3.5.3", "chokidar-cli": "^3.0.0",