From 8973c8cfcf5c34aa0874e23c489796516c990cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:05:36 +0000 Subject: [PATCH] Bump miniflare from 3.20240320.1 to 3.20240329.0 Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) from 3.20240320.1 to 3.20240329.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@3.20240329.0/packages/miniflare) --- updated-dependencies: - dependency-name: miniflare dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Land | 1 - Land/NPM/Ingress/package.json | 48 +++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) delete mode 160000 Land create mode 100644 Land/NPM/Ingress/package.json diff --git a/Land b/Land deleted file mode 160000 index f58bf6f3..00000000 --- a/Land +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f58bf6f3852f486f4ded9ab014e2bcd8574935b5 diff --git a/Land/NPM/Ingress/package.json b/Land/NPM/Ingress/package.json new file mode 100644 index 00000000..30a569e2 --- /dev/null +++ b/Land/NPM/Ingress/package.json @@ -0,0 +1,48 @@ +{ + "name": "@codeeditorland/ingress", + "version": "0.0.4", + "private": false, + "description": "đŸ’¾â€€Ingress Worker for Land.", + "homepage": "https://Ingress.Land.playform.cloud", + "bugs": { + "url": "https://github.com/CodeEditorLand/FoundationLandNPMIngress/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/CodeEditorLand/FoundationLandNPMIngress.git" + }, + "license": "SEE LICENSE IN LICENSE", + "author": { + "name": "Nikola R. Hristov", + "email": "nikola@playform.cloud", + "url": "https://nikolahristov.tech" + }, + "type": "module", + "main": "./Target/Variable/Worker.js", + "types": "./Target/Variable/Worker.d.ts", + "scripts": { + "Document": "TypeScriptDocument 'Source/**/*.ts'", + "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -ES Configuration/ESBuild.ts" + }, + "dependencies": { + "@codeeditorland/common": "0.0.4", + "itty-router": "5.0.4" + }, + "devDependencies": { + "@cloudflare/workers-types": "4.20240329.0", + "@miniflare/tre": "3.0.0-next.14", + "@types/dotenv": "8.2.0", + "@typescript-eslint/eslint-plugin": "7.4.0", + "@typescript-eslint/parser": "7.4.0", + "eslint": "8.57.0", + "miniflare": "3.20240329.0", + "@playform/build": "0.0.1", + "wrangler": "3.41.0" + }, + "optionalDependencies": { + "@playform/document": "0.0.2" + }, + "publishConfig": { + "access": "public" + } +}