@wxn0brp/vql 0.3.4 → 0.3.5

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 (2) hide show
  1. package/dist/vql.d.ts +3 -3
  2. package/package.json +6 -6
package/dist/vql.d.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
+ export interface Data {
4
+ [key: string]: any;
5
+ }
3
6
  export interface Context {
4
7
  [key: string]: any;
5
8
  }
@@ -96,9 +99,6 @@ export type SearchFunc<T = any> = (data: T, context: Context) => boolean;
96
99
  export type UpdaterFunc<T = any> = (data: T, context: Context) => boolean;
97
100
  export type Search<T = any> = SearchOptions | SearchFunc<T>;
98
101
  export type Updater<T = any> = UpdaterArg | UpdaterArg[] | UpdaterFunc<T>;
99
- export interface Data {
100
- [key: string]: any;
101
- }
102
102
  export interface DbFindOpts {
103
103
  reverse?: boolean;
104
104
  max?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wxn0brp/vql",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "main": "dist/index.js",
5
5
  "author": "wxn0brP",
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "dist"
16
16
  ],
17
17
  "peerDependencies": {
18
- "@wxn0brp/falcon-frame": ">=0.0.1",
19
- "@wxn0brp/db": ">=0.7.6"
18
+ "@wxn0brp/db": ">=0.8.1",
19
+ "@wxn0brp/falcon-frame": ">=0.0.6"
20
20
  },
21
21
  "peerDependenciesMeta": {
22
22
  "@wxn0brp/falcon-frame": {
@@ -27,9 +27,9 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@wxn0brp/db": "^0.7.6",
31
- "@types/node": "^22.15.19",
32
- "@wxn0brp/falcon-frame": ">=0.0.4",
30
+ "@types/node": "^22.15.30",
31
+ "@wxn0brp/db": "^0.8.1",
32
+ "@wxn0brp/falcon-frame": "0.0.6",
33
33
  "dotenv": "^16.5.0",
34
34
  "source-map-support": "^0.5.21",
35
35
  "tsc-alias": "^1.8.10",