@marcoappio/marco-config 2.0.498 → 2.0.499

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
- export declare const zeroCRUD: import("@rocicorp/zero").SchemaCRUDMutators<{
1
+ export declare const zeroCRUD: import("node_modules/@rocicorp/zero/out/zql/src/mutate/crud").SchemaCRUDMutators<{
2
2
  tables: {
3
3
  readonly user: {
4
4
  name: "user";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.498",
3
+ "version": "2.0.499",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@orama/stemmers": "3.1.16",
29
29
  "@orama/stopwords": "3.1.16",
30
- "@rocicorp/zero": "0.25.0-canary.18",
30
+ "@rocicorp/zero": "0.25.0-canary.17",
31
31
  "diff": "8.0.2",
32
32
  "valibot": "1.1.0"
33
33
  },