@stacksjs/orm 0.70.78 → 0.70.80

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.
package/dist/utils.d.ts CHANGED
@@ -14,8 +14,6 @@ export declare function getGuardedAttributes(model: Model): string[];
14
14
  export declare function getFillableAttributes(model: Model, otherModelRelations: RelationConfig[]): string[];
15
15
  export declare function extractFields(model: Model, modelFile: string): Promise<ModelElement[]>;
16
16
  export declare function mapEntity(attribute: ModelElement): string | undefined;
17
- export declare function extractImports(filePath: string): Promise<string[]>;
18
- export declare function extractAttributesFromModel(filePath: string): Promise<AttributesElements>;
19
17
  export declare function findCoreModel(modelName: string): string;
20
18
  export declare function findUserModel(modelName: string): string;
21
19
  export declare function formatDate(date: Date | number | string): string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.70.78",
4
+ "version": "0.70.80",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -61,10 +61,9 @@
61
61
  "bun-query-builder": "^0.1.47"
62
62
  },
63
63
  "devDependencies": {
64
- "@stacksjs/build": "workspace:*",
65
- "@stacksjs/config": "0.70.78",
64
+ "@stacksjs/config": "0.70.80",
66
65
  "better-dx": "^0.2.16",
67
- "@stacksjs/query-builder": "0.70.78",
68
- "@stacksjs/types": "0.70.78"
66
+ "@stacksjs/query-builder": "0.70.80",
67
+ "@stacksjs/types": "0.70.80"
69
68
  }
70
69
  }