@nhtio/lucid-resourceful 0.1.0-master-c2c013d9 → 1.20250718.1

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
@@ -12721,7 +12721,7 @@ function resourcefulHasManyThrough(model, options = {}) {
12721
12721
  map.set(propertyKey, opts);
12722
12722
  };
12723
12723
  }
12724
- const version = "0.1.0-master-c2c013d9";
12724
+ const version = "1.20250718.1";
12725
12725
  exports.errors = errors.errors;
12726
12726
  exports.definitions = definitions.definitions;
12727
12727
  exports.resourcefulBelongsTo = resourcefulBelongsTo;
package/index.mjs CHANGED
@@ -12721,7 +12721,7 @@ function resourcefulHasManyThrough(model, options = {}) {
12721
12721
  map.set(propertyKey, opts);
12722
12722
  };
12723
12723
  }
12724
- const version = "0.1.0-master-c2c013d9";
12724
+ const version = "1.20250718.1";
12725
12725
  export {
12726
12726
  k as definitions,
12727
12727
  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-c2c013d9",
3
+ "version": "1.20250718.1",
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>",