@everylanguage/shared-types 1.0.17 → 1.0.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everylanguage/shared-types",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "main": "types/database.js",
6
6
  "types": "types/database.d.ts",
@@ -66,6 +66,7 @@
66
66
  "license": "ISC",
67
67
  "description": "Supabase backend for EL audio translation platform",
68
68
  "dependencies": {
69
+ "@cloudflare/workers-types": "^4.20250813.0",
69
70
  "@typescript-eslint/eslint-plugin": "^8.34.1",
70
71
  "@typescript-eslint/parser": "^8.34.1",
71
72
  "backblaze-b2": "^1.7.1",
@@ -80,7 +81,8 @@
80
81
  "prettier": "^3.5.3",
81
82
  "shapefile": "^0.6.6",
82
83
  "sql-formatter": "^15.6.5",
83
- "typescript": "^5.8.3"
84
+ "typescript": "^5.8.3",
85
+ "wa-sqlite": "^1.0.0"
84
86
  },
85
87
  "devDependencies": {
86
88
  "@commitlint/cli": "^19.8.1",
@@ -436,7 +436,6 @@ export type Database = {
436
436
  id: string;
437
437
  object_key: string | null;
438
438
  publish_status: Database["public"]["Enums"]["publish_status"];
439
- remote_path: string;
440
439
  set_id: string | null;
441
440
  storage_provider: string | null;
442
441
  target_id: string;
@@ -451,7 +450,6 @@ export type Database = {
451
450
  id?: string;
452
451
  object_key?: string | null;
453
452
  publish_status?: Database["public"]["Enums"]["publish_status"];
454
- remote_path: string;
455
453
  set_id?: string | null;
456
454
  storage_provider?: string | null;
457
455
  target_id: string;
@@ -466,7 +464,6 @@ export type Database = {
466
464
  id?: string;
467
465
  object_key?: string | null;
468
466
  publish_status?: Database["public"]["Enums"]["publish_status"];
469
- remote_path?: string;
470
467
  set_id?: string | null;
471
468
  storage_provider?: string | null;
472
469
  target_id?: string;
@@ -848,7 +845,6 @@ export type Database = {
848
845
  media_type: Database["public"]["Enums"]["media_type"];
849
846
  object_key: string | null;
850
847
  publish_status: Database["public"]["Enums"]["publish_status"] | null;
851
- remote_path: string | null;
852
848
  start_verse_id: string | null;
853
849
  storage_provider: string | null;
854
850
  updated_at: string | null;
@@ -871,7 +867,6 @@ export type Database = {
871
867
  media_type: Database["public"]["Enums"]["media_type"];
872
868
  object_key?: string | null;
873
869
  publish_status?: Database["public"]["Enums"]["publish_status"] | null;
874
- remote_path?: string | null;
875
870
  start_verse_id?: string | null;
876
871
  storage_provider?: string | null;
877
872
  updated_at?: string | null;
@@ -894,7 +889,6 @@ export type Database = {
894
889
  media_type?: Database["public"]["Enums"]["media_type"];
895
890
  object_key?: string | null;
896
891
  publish_status?: Database["public"]["Enums"]["publish_status"] | null;
897
- remote_path?: string | null;
898
892
  start_verse_id?: string | null;
899
893
  storage_provider?: string | null;
900
894
  updated_at?: string | null;