Skip to content

Commit b1f3e8b

Browse files
committed
resolve packages
1 parent 064eb55 commit b1f3e8b

File tree

14 files changed

+5
-53
lines changed

14 files changed

+5
-53
lines changed

example/convex/_generated/api.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -93,5 +91,3 @@ export declare const components: {
9391
};
9492
};
9593
};
96-
97-
/* prettier-ignore-end */

example/convex/_generated/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -23,5 +21,3 @@ import { anyApi, componentsGeneric } from "convex/server";
2321
export const api = anyApi;
2422
export const internal = anyApi;
2523
export const components = componentsGeneric();
26-
27-
/* prettier-ignore-end */

example/convex/_generated/dataModel.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated data model types.
@@ -60,5 +58,3 @@ export type Id<TableName extends TableNames | SystemTableNames> =
6058
* `mutationGeneric` to make them type-safe.
6159
*/
6260
export type DataModel = DataModelFromSchemaDefinition<typeof schema>;
63-
64-
/* prettier-ignore-end */

example/convex/_generated/server.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated utilities for implementing server-side Convex query and mutation functions.
@@ -149,5 +147,3 @@ export type DatabaseReader = GenericDatabaseReader<DataModel>;
149147
* for the guarantees Convex provides your functions.
150148
*/
151149
export type DatabaseWriter = GenericDatabaseWriter<DataModel>;
152-
153-
/* prettier-ignore-end */

example/convex/_generated/server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated utilities for implementing server-side Convex query and mutation functions.
@@ -90,5 +88,3 @@ export const internalAction = internalActionGeneric;
9088
* @returns The wrapped endpoint function. Route a URL path to this function in `convex/http.js`.
9189
*/
9290
export const httpAction = httpActionGeneric;
93-
94-
/* prettier-ignore-end */

example/package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
4343
"@eslint/js": "^9.9.1",
4444
"@fast-check/vitest": "^0.1.3",
4545
"@types/crypto-js": "^4.2.2",
46-
"@types/lodash.isequal": "^4.5.8",
47-
"@types/lodash.pick": "^4.4.9",
46+
"@types/lodash-es": "^4.5.8",
4847
"@types/node": "^18.17.0",
4948
"@vitest/coverage-v8": "^2.1.1",
50-
"convex-test": "^0.0.33",
49+
"convex-test": "^0.0.35",
5150
"eslint": "^9.9.1",
5251
"globals": "^15.9.0",
5352
"prettier": "3.2.5",

src/component/_generated/api.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -94,5 +92,3 @@ export declare const internal: FilterApi<
9492
>;
9593

9694
export declare const components: {};
97-
98-
/* prettier-ignore-end */

src/component/_generated/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -23,5 +21,3 @@ import { anyApi, componentsGeneric } from "convex/server";
2321
export const api = anyApi;
2422
export const internal = anyApi;
2523
export const components = componentsGeneric();
26-
27-
/* prettier-ignore-end */

src/component/_generated/dataModel.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated data model types.
@@ -60,5 +58,3 @@ export type Id<TableName extends TableNames | SystemTableNames> =
6058
* `mutationGeneric` to make them type-safe.
6159
*/
6260
export type DataModel = DataModelFromSchemaDefinition<typeof schema>;
63-
64-
/* prettier-ignore-end */

0 commit comments

Comments
 (0)