From 82a3ad65b159af8307755dd2a6b36c2cc2f11531 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Sun, 31 Mar 2024 22:50:19 +0200 Subject: [PATCH] feat: add inertia and lock packages --- content/packages/inertia.yml | 22 ++++++++++------------ content/packages/lock.yml | 12 ++++++++++++ 2 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 content/packages/lock.yml diff --git a/content/packages/inertia.yml b/content/packages/inertia.yml index e115254..069b6c4 100644 --- a/content/packages/inertia.yml +++ b/content/packages/inertia.yml @@ -1,15 +1,13 @@ name: inertia -description: InertiaJS provider for AdonisJS -repo: eidellev/inertiajs-adonisjs -npm: '@eidellev/inertia-adonisjs' -icon: inertia.png -github: https://github.com/eidellev/inertiajs-adonisjs -website: https://github.com/eidellev/inertiajs-adonisjs -learn_more: '' category: Rendering -type: 3rd-party -maintainers: - - name: eidellev - github: eidellev +npm: '@adonisjs/inertia' +repo: adonisjs/inertia +description: Official Inertia.js adapter for AdonisJS +icon: inertia.png compatibility: - adonis: ^5.0.0 + adonis: ^6.0.0 +firstReleaseAt: '2023-11-15T23:16:23.326Z' +lastReleaseAt: '2024-03-30T18:58:26.686Z' +type: official +github: https://github.com/adonisjs/inertia/tree/main +website: https://github.com/adonisjs/inertia/tree/main diff --git a/content/packages/lock.yml b/content/packages/lock.yml new file mode 100644 index 0000000..27770ac --- /dev/null +++ b/content/packages/lock.yml @@ -0,0 +1,12 @@ +name: lock +category: Extensions +npm: '@adonisjs/lock' +repo: adonisjs/lock +description: Atomic locks (mutex) for AdonisJS applications +compatibility: + adonis: ^6.0.0 +firstReleaseAt: '2024-03-13T21:26:47.435Z' +lastReleaseAt: '2024-03-15T10:29:26.873Z' +type: official +github: https://github.com/adonisjs/lock/tree/main +website: https://github.com/adonisjs/lock/tree/main