From 57959c7249c07bf49255f75ab0d1a82e71671455 Mon Sep 17 00:00:00 2001 From: Urata Daiki <7nohe@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:23:38 +0900 Subject: [PATCH 1/2] feat: add package @7nohe/adonis-bullet --- content/packages/adonis-bullet.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/packages/adonis-bullet.yml diff --git a/content/packages/adonis-bullet.yml b/content/packages/adonis-bullet.yml new file mode 100644 index 0000000..d90861f --- /dev/null +++ b/content/packages/adonis-bullet.yml @@ -0,0 +1,12 @@ +name: '@7nohe/adonis-bullet' +category: DevTools +npm: '@7nohe/adonis-bullet' +repo: 7nohe/adonis-bullet +description: AdonisJS helper to kill N+1 queries +compatibility: + adonis: ^6.0.0 +firstReleaseAt: '2025-02-02T23:32:51.896Z' +lastReleaseAt: '2025-02-09T07:44:08.695Z' +type: 3rd-party +github: https://github.com/7nohe/adonis-bullet/tree/main +website: https://github.com/7nohe/adonis-bullet/tree/main From 98443ae3f892cd6cb57ab18d8c47bea80c0eef92 Mon Sep 17 00:00:00 2001 From: Urata Daiki <7nohe@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:54:37 +0900 Subject: [PATCH 2/2] feat: add package @7nohe/adonis-typed-links --- content/packages/adonis-typed-links.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/packages/adonis-typed-links.yml diff --git a/content/packages/adonis-typed-links.yml b/content/packages/adonis-typed-links.yml new file mode 100644 index 0000000..9d5e62c --- /dev/null +++ b/content/packages/adonis-typed-links.yml @@ -0,0 +1,12 @@ +name: '@7nohe/adonis-typed-links' +category: Communication +npm: '@7nohe/adonis-typed-links' +repo: 7nohe/adonis-typed-links +description: Provides strongly-typed wrappers for Inertia.js's Links, Manual Visits, and Form Helper from AdonisJS routing +compatibility: + adonis: ^6.0.0 +firstReleaseAt: '2024-10-06T13:12:56.319Z' +lastReleaseAt: '2025-02-11T23:57:07.975Z' +type: 3rd-party +github: https://github.com/7nohe/adonis-typed-links/tree/main +website: https://github.com/7nohe/adonis-typed-links/tree/main