Skip to content

Commit

Permalink
feat: add inertia and lock packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 31, 2024
1 parent 78297f8 commit 82a3ad6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
22 changes: 10 additions & 12 deletions content/packages/inertia.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions content/packages/lock.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 82a3ad6

Please sign in to comment.