bun-query-builder 0.1.23 → 0.1.24

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.
@@ -1,4 +1,4 @@
1
- import type { Faker } from 'ts-mocker';
1
+ import type { Faker } from '@stacksjs/ts-faker';
2
2
  import type { ValidationType } from './schema';
3
3
  // Local mirror of the runtime PivotColumnAttribute shape (kept structural so we
4
4
  // don't take a hard dep on schema.ts at the type-inference layer).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-query-builder",
3
3
  "type": "module",
4
- "version": "0.1.23",
4
+ "version": "0.1.24",
5
5
  "description": "A simple yet performant query builder for TypeScript. Built with Bun.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -78,9 +78,9 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@stacksjs/clapp": "^0.2.0",
81
+ "@stacksjs/ts-faker": "^0.1.8",
81
82
  "@stacksjs/ts-validation": "^0.5.0",
82
- "dynamodb-tooling": "^0.3.2",
83
- "ts-mocker": "^0.1.7"
83
+ "dynamodb-tooling": "^0.3.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "bunfig": "^0.15.6"