@nhtio/lucid-resourceful 0.1.0-master-0588a748 → 0.1.0-master-1a63c078

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -12691,7 +12691,7 @@ function resourcefulHasManyThrough(model, options = {}) {
12691
12691
  map.set(propertyKey, opts);
12692
12692
  };
12693
12693
  }
12694
- const version = "0.1.0-master-0588a748";
12694
+ const version = "0.1.0-master-1a63c078";
12695
12695
  exports.errors = errors.errors;
12696
12696
  exports.definitions = definitions.definitions;
12697
12697
  exports.resourcefulBelongsTo = resourcefulBelongsTo;
package/index.mjs CHANGED
@@ -12691,7 +12691,7 @@ function resourcefulHasManyThrough(model, options = {}) {
12691
12691
  map.set(propertyKey, opts);
12692
12692
  };
12693
12693
  }
12694
- const version = "0.1.0-master-0588a748";
12694
+ const version = "0.1.0-master-1a63c078";
12695
12695
  export {
12696
12696
  k as definitions,
12697
12697
  w as errors,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nhtio/lucid-resourceful",
3
- "version": "0.1.0-master-0588a748",
3
+ "version": "0.1.0-master-1a63c078",
4
4
  "description": "A decorator-driven AdonisJS library that lets you annotate Lucid ORM models with metadata to automatically generate CRUD controllers, validation rules, OpenAPI schemas, and a unified query interface.",
5
5
  "keywords": [],
6
6
  "author": "Jak Giveon <jak@nht.io>",