@stacksjs/orm 0.70.37 → 0.70.44

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.
@@ -0,0 +1 @@
1
+ export declare function createBillableMethods(_tableName: string): void;
@@ -0,0 +1 @@
1
+ export declare function createCategorizableMethods(tableName: string): void;
@@ -0,0 +1 @@
1
+ export declare function createCommentableMethods(tableName: string): void;
@@ -0,0 +1 @@
1
+ export declare function createLikeableMethods(tableName: string, options?: { table?: string, foreignKey?: string }): void;
@@ -0,0 +1 @@
1
+ export declare function createTaggableMethods(tableName: string): void;
@@ -0,0 +1 @@
1
+ export declare function createTwoFactorMethods(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.70.37",
4
+ "version": "0.70.44",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -50,10 +50,10 @@
50
50
  "bun-query-builder": "^0.1.21"
51
51
  },
52
52
  "devDependencies": {
53
- "@stacksjs/build": "0.70.30",
54
- "@stacksjs/config": "0.70.30",
53
+ "@stacksjs/build": "^0.70.44",
54
+ "@stacksjs/config": "^0.70.44",
55
55
  "better-dx": "^0.2.12",
56
- "@stacksjs/query-builder": "0.70.30",
57
- "@stacksjs/types": "0.70.30"
56
+ "@stacksjs/query-builder": "^0.70.44",
57
+ "@stacksjs/types": "^0.70.44"
58
58
  }
59
59
  }