@fideliosai/db 0.0.9 → 0.0.11

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 (87) hide show
  1. package/dist/migrations/migrations/0000_mature_masked_marvel.sql +208 -0
  2. package/dist/migrations/migrations/0001_fast_northstar.sql +87 -0
  3. package/dist/migrations/migrations/0002_big_zaladane.sql +1 -0
  4. package/dist/migrations/migrations/0003_shallow_quentin_quire.sql +5 -0
  5. package/dist/migrations/migrations/0004_issue_identifiers.sql +28 -0
  6. package/dist/migrations/migrations/0005_chief_luke_cage.sql +19 -0
  7. package/dist/migrations/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  8. package/dist/migrations/migrations/0007_new_quentin_quire.sql +20 -0
  9. package/dist/migrations/migrations/0008_amused_zzzax.sql +1 -0
  10. package/dist/migrations/migrations/0009_fast_jackal.sql +36 -0
  11. package/dist/migrations/migrations/0010_stale_justin_hammer.sql +37 -0
  12. package/dist/migrations/migrations/0011_windy_corsair.sql +18 -0
  13. package/dist/migrations/migrations/0012_perpetual_ser_duncan.sql +2 -0
  14. package/dist/migrations/migrations/0013_dashing_wasp.sql +4 -0
  15. package/dist/migrations/migrations/0014_many_mikhail_rasputin.sql +135 -0
  16. package/dist/migrations/migrations/0015_project_color_archived.sql +2 -0
  17. package/dist/migrations/migrations/0016_agent_icon.sql +1 -0
  18. package/dist/migrations/migrations/0017_tiresome_gabe_jones.sql +51 -0
  19. package/dist/migrations/migrations/0018_flat_sleepwalker.sql +26 -0
  20. package/dist/migrations/migrations/0019_public_victor_mancha.sql +18 -0
  21. package/dist/migrations/migrations/0020_white_anita_blake.sql +1 -0
  22. package/dist/migrations/migrations/0021_chief_vindicator.sql +1 -0
  23. package/dist/migrations/migrations/0022_company_brand_color.sql +1 -0
  24. package/dist/migrations/migrations/0023_fair_lethal_legion.sql +3 -0
  25. package/dist/migrations/migrations/0024_far_beast.sql +2 -0
  26. package/dist/migrations/migrations/0025_nasty_salo.sql +15 -0
  27. package/dist/migrations/migrations/0026_lying_pete_wisdom.sql +39 -0
  28. package/dist/migrations/migrations/0027_tranquil_tenebrous.sql +2 -0
  29. package/dist/migrations/migrations/0028_harsh_goliath.sql +54 -0
  30. package/dist/migrations/migrations/0029_plugin_tables.sql +177 -0
  31. package/dist/migrations/migrations/0030_rich_magneto.sql +12 -0
  32. package/dist/migrations/migrations/0031_zippy_magma.sql +51 -0
  33. package/dist/migrations/migrations/0032_pretty_doctor_octopus.sql +102 -0
  34. package/dist/migrations/migrations/0033_shiny_black_tarantula.sql +2 -0
  35. package/dist/migrations/migrations/0034_fat_dormammu.sql +2 -0
  36. package/dist/migrations/migrations/0035_marvelous_satana.sql +91 -0
  37. package/dist/migrations/migrations/0036_cheerful_nitro.sql +9 -0
  38. package/dist/migrations/migrations/0037_friendly_eddie_brock.sql +29 -0
  39. package/dist/migrations/migrations/0038_careless_iron_monger.sql +5 -0
  40. package/dist/migrations/migrations/0039_fat_magneto.sql +161 -0
  41. package/dist/migrations/migrations/0040_eager_shotgun.sql +5 -0
  42. package/dist/migrations/migrations/0041_curly_maria_hill.sql +1 -0
  43. package/dist/migrations/migrations/0042_spotty_the_renegades.sql +26 -0
  44. package/dist/migrations/migrations/0043_reflective_captain_universe.sql +6 -0
  45. package/dist/migrations/migrations/0044_illegal_toad.sql +56 -0
  46. package/dist/migrations/migrations/0045_workable_shockwave.sql +17 -0
  47. package/dist/migrations/migrations/meta/0000_snapshot.json +1743 -0
  48. package/dist/migrations/migrations/meta/0001_snapshot.json +2441 -0
  49. package/dist/migrations/migrations/meta/0002_snapshot.json +2454 -0
  50. package/dist/migrations/migrations/meta/0003_snapshot.json +2502 -0
  51. package/dist/migrations/migrations/meta/0005_snapshot.json +2719 -0
  52. package/dist/migrations/migrations/meta/0006_snapshot.json +3048 -0
  53. package/dist/migrations/migrations/meta/0007_snapshot.json +3258 -0
  54. package/dist/migrations/migrations/meta/0008_snapshot.json +3264 -0
  55. package/dist/migrations/migrations/meta/0009_snapshot.json +3587 -0
  56. package/dist/migrations/migrations/meta/0010_snapshot.json +3929 -0
  57. package/dist/migrations/migrations/meta/0011_snapshot.json +4068 -0
  58. package/dist/migrations/migrations/meta/0012_snapshot.json +4087 -0
  59. package/dist/migrations/migrations/meta/0013_snapshot.json +4118 -0
  60. package/dist/migrations/migrations/meta/0014_snapshot.json +5187 -0
  61. package/dist/migrations/migrations/meta/0017_snapshot.json +5215 -0
  62. package/dist/migrations/migrations/meta/0018_snapshot.json +5450 -0
  63. package/dist/migrations/migrations/meta/0019_snapshot.json +5603 -0
  64. package/dist/migrations/migrations/meta/0020_snapshot.json +5603 -0
  65. package/dist/migrations/migrations/meta/0021_snapshot.json +5609 -0
  66. package/dist/migrations/migrations/meta/0023_snapshot.json +5633 -0
  67. package/dist/migrations/migrations/meta/0024_snapshot.json +5693 -0
  68. package/dist/migrations/migrations/meta/0025_snapshot.json +5849 -0
  69. package/dist/migrations/migrations/meta/0027_snapshot.json +6205 -0
  70. package/dist/migrations/migrations/meta/0028_snapshot.json +6710 -0
  71. package/dist/migrations/migrations/meta/0029_snapshot.json +7899 -0
  72. package/dist/migrations/migrations/meta/0030_snapshot.json +8003 -0
  73. package/dist/migrations/migrations/meta/0031_snapshot.json +7242 -0
  74. package/dist/migrations/migrations/meta/0032_snapshot.json +7733 -0
  75. package/dist/migrations/migrations/meta/0033_snapshot.json +9038 -0
  76. package/dist/migrations/migrations/meta/0034_snapshot.json +9039 -0
  77. package/dist/migrations/migrations/meta/0035_snapshot.json +9959 -0
  78. package/dist/migrations/migrations/meta/0036_snapshot.json +10023 -0
  79. package/dist/migrations/migrations/meta/0037_snapshot.json +10263 -0
  80. package/dist/migrations/migrations/meta/0038_snapshot.json +11350 -0
  81. package/dist/migrations/migrations/meta/0039_snapshot.json +10308 -0
  82. package/dist/migrations/migrations/meta/0040_snapshot.json +10481 -0
  83. package/dist/migrations/migrations/meta/0041_snapshot.json +11393 -0
  84. package/dist/migrations/migrations/meta/0044_snapshot.json +11701 -0
  85. package/dist/migrations/migrations/meta/0045_snapshot.json +11857 -0
  86. package/dist/migrations/migrations/meta/_journal.json +328 -0
  87. package/package.json +2 -2
@@ -0,0 +1,328 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "postgresql",
4
+ "entries": [
5
+ {
6
+ "idx": 0,
7
+ "version": "7",
8
+ "when": 1771300567463,
9
+ "tag": "0000_mature_masked_marvel",
10
+ "breakpoints": true
11
+ },
12
+ {
13
+ "idx": 1,
14
+ "version": "7",
15
+ "when": 1771349039633,
16
+ "tag": "0001_fast_northstar",
17
+ "breakpoints": true
18
+ },
19
+ {
20
+ "idx": 2,
21
+ "version": "7",
22
+ "when": 1771349403162,
23
+ "tag": "0002_big_zaladane",
24
+ "breakpoints": true
25
+ },
26
+ {
27
+ "idx": 3,
28
+ "version": "7",
29
+ "when": 1771456737635,
30
+ "tag": "0003_shallow_quentin_quire",
31
+ "breakpoints": true
32
+ },
33
+ {
34
+ "idx": 4,
35
+ "version": "7",
36
+ "when": 1771545600000,
37
+ "tag": "0004_issue_identifiers",
38
+ "breakpoints": true
39
+ },
40
+ {
41
+ "idx": 5,
42
+ "version": "7",
43
+ "when": 1771545601000,
44
+ "tag": "0005_chief_luke_cage",
45
+ "breakpoints": true
46
+ },
47
+ {
48
+ "idx": 6,
49
+ "version": "7",
50
+ "when": 1771545602000,
51
+ "tag": "0006_overjoyed_mister_sinister",
52
+ "breakpoints": true
53
+ },
54
+ {
55
+ "idx": 7,
56
+ "version": "7",
57
+ "when": 1771545603000,
58
+ "tag": "0007_new_quentin_quire",
59
+ "breakpoints": true
60
+ },
61
+ {
62
+ "idx": 8,
63
+ "version": "7",
64
+ "when": 1771534160426,
65
+ "tag": "0008_amused_zzzax",
66
+ "breakpoints": true
67
+ },
68
+ {
69
+ "idx": 9,
70
+ "version": "7",
71
+ "when": 1771534211029,
72
+ "tag": "0009_fast_jackal",
73
+ "breakpoints": true
74
+ },
75
+ {
76
+ "idx": 10,
77
+ "version": "7",
78
+ "when": 1771605173513,
79
+ "tag": "0010_stale_justin_hammer",
80
+ "breakpoints": true
81
+ },
82
+ {
83
+ "idx": 11,
84
+ "version": "7",
85
+ "when": 1771616419708,
86
+ "tag": "0011_windy_corsair",
87
+ "breakpoints": true
88
+ },
89
+ {
90
+ "idx": 12,
91
+ "version": "7",
92
+ "when": 1771619674673,
93
+ "tag": "0012_perpetual_ser_duncan",
94
+ "breakpoints": true
95
+ },
96
+ {
97
+ "idx": 13,
98
+ "version": "7",
99
+ "when": 1771623691139,
100
+ "tag": "0013_dashing_wasp",
101
+ "breakpoints": true
102
+ },
103
+ {
104
+ "idx": 14,
105
+ "version": "7",
106
+ "when": 1771691806349,
107
+ "tag": "0014_many_mikhail_rasputin",
108
+ "breakpoints": true
109
+ },
110
+ {
111
+ "idx": 15,
112
+ "version": "7",
113
+ "when": 1771865100000,
114
+ "tag": "0015_project_color_archived",
115
+ "breakpoints": true
116
+ },
117
+ {
118
+ "idx": 16,
119
+ "version": "7",
120
+ "when": 1771955900000,
121
+ "tag": "0016_agent_icon",
122
+ "breakpoints": true
123
+ },
124
+ {
125
+ "idx": 17,
126
+ "version": "7",
127
+ "when": 1771883888199,
128
+ "tag": "0017_tiresome_gabe_jones",
129
+ "breakpoints": true
130
+ },
131
+ {
132
+ "idx": 18,
133
+ "version": "7",
134
+ "when": 1771897769629,
135
+ "tag": "0018_flat_sleepwalker",
136
+ "breakpoints": true
137
+ },
138
+ {
139
+ "idx": 19,
140
+ "version": "7",
141
+ "when": 1772029333401,
142
+ "tag": "0019_public_victor_mancha",
143
+ "breakpoints": true
144
+ },
145
+ {
146
+ "idx": 20,
147
+ "version": "7",
148
+ "when": 1772032176413,
149
+ "tag": "0020_white_anita_blake",
150
+ "breakpoints": true
151
+ },
152
+ {
153
+ "idx": 21,
154
+ "version": "7",
155
+ "when": 1772122471656,
156
+ "tag": "0021_chief_vindicator",
157
+ "breakpoints": true
158
+ },
159
+ {
160
+ "idx": 22,
161
+ "version": "7",
162
+ "when": 1772186400000,
163
+ "tag": "0022_company_brand_color",
164
+ "breakpoints": true
165
+ },
166
+ {
167
+ "idx": 23,
168
+ "version": "7",
169
+ "when": 1772139727599,
170
+ "tag": "0023_fair_lethal_legion",
171
+ "breakpoints": true
172
+ },
173
+ {
174
+ "idx": 24,
175
+ "version": "7",
176
+ "when": 1772806603601,
177
+ "tag": "0024_far_beast",
178
+ "breakpoints": true
179
+ },
180
+ {
181
+ "idx": 25,
182
+ "version": "7",
183
+ "when": 1772807461603,
184
+ "tag": "0025_nasty_salo",
185
+ "breakpoints": true
186
+ },
187
+ {
188
+ "idx": 26,
189
+ "version": "7",
190
+ "when": 1773089625430,
191
+ "tag": "0026_lying_pete_wisdom",
192
+ "breakpoints": true
193
+ },
194
+ {
195
+ "idx": 27,
196
+ "version": "7",
197
+ "when": 1773150731736,
198
+ "tag": "0027_tranquil_tenebrous",
199
+ "breakpoints": true
200
+ },
201
+ {
202
+ "idx": 28,
203
+ "version": "7",
204
+ "when": 1773432085646,
205
+ "tag": "0028_harsh_goliath",
206
+ "breakpoints": true
207
+ },
208
+ {
209
+ "idx": 29,
210
+ "version": "7",
211
+ "when": 1773417600000,
212
+ "tag": "0029_plugin_tables",
213
+ "breakpoints": true
214
+ },
215
+ {
216
+ "idx": 30,
217
+ "version": "7",
218
+ "when": 1773670925214,
219
+ "tag": "0030_rich_magneto",
220
+ "breakpoints": true
221
+ },
222
+ {
223
+ "idx": 31,
224
+ "version": "7",
225
+ "when": 1773511922713,
226
+ "tag": "0031_zippy_magma",
227
+ "breakpoints": true
228
+ },
229
+ {
230
+ "idx": 32,
231
+ "version": "7",
232
+ "when": 1773542934499,
233
+ "tag": "0032_pretty_doctor_octopus",
234
+ "breakpoints": true
235
+ },
236
+ {
237
+ "idx": 33,
238
+ "version": "7",
239
+ "when": 1773664961967,
240
+ "tag": "0033_shiny_black_tarantula",
241
+ "breakpoints": true
242
+ },
243
+ {
244
+ "idx": 34,
245
+ "version": "7",
246
+ "when": 1773697572188,
247
+ "tag": "0034_fat_dormammu",
248
+ "breakpoints": true
249
+ },
250
+ {
251
+ "idx": 35,
252
+ "version": "7",
253
+ "when": 1773698696169,
254
+ "tag": "0035_marvelous_satana",
255
+ "breakpoints": true
256
+ },
257
+ {
258
+ "idx": 36,
259
+ "version": "7",
260
+ "when": 1773756213455,
261
+ "tag": "0036_cheerful_nitro",
262
+ "breakpoints": true
263
+ },
264
+ {
265
+ "idx": 37,
266
+ "version": "7",
267
+ "when": 1773756922363,
268
+ "tag": "0037_friendly_eddie_brock",
269
+ "breakpoints": true
270
+ },
271
+ {
272
+ "idx": 38,
273
+ "version": "7",
274
+ "when": 1773931592563,
275
+ "tag": "0038_careless_iron_monger",
276
+ "breakpoints": true
277
+ },
278
+ {
279
+ "idx": 39,
280
+ "version": "7",
281
+ "when": 1773926116580,
282
+ "tag": "0039_fat_magneto",
283
+ "breakpoints": true
284
+ },
285
+ {
286
+ "idx": 40,
287
+ "version": "7",
288
+ "when": 1773927102783,
289
+ "tag": "0040_eager_shotgun",
290
+ "breakpoints": true
291
+ },
292
+ {
293
+ "idx": 41,
294
+ "version": "7",
295
+ "when": 1774011294562,
296
+ "tag": "0041_curly_maria_hill",
297
+ "breakpoints": true
298
+ },
299
+ {
300
+ "idx": 42,
301
+ "version": "7",
302
+ "when": 1774031825634,
303
+ "tag": "0042_spotty_the_renegades",
304
+ "breakpoints": true
305
+ },
306
+ {
307
+ "idx": 43,
308
+ "version": "7",
309
+ "when": 1774008910991,
310
+ "tag": "0043_reflective_captain_universe",
311
+ "breakpoints": true
312
+ },
313
+ {
314
+ "idx": 44,
315
+ "version": "7",
316
+ "when": 1774269579794,
317
+ "tag": "0044_illegal_toad",
318
+ "breakpoints": true
319
+ },
320
+ {
321
+ "idx": 45,
322
+ "version": "7",
323
+ "when": 1774530504348,
324
+ "tag": "0045_workable_shockwave",
325
+ "breakpoints": true
326
+ }
327
+ ]
328
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fideliosai/db",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/fideliosai/fidelios",
6
6
  "bugs": {
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@aws-sdk/client-s3": "^3.888.0",
33
- "@fideliosai/shared": "0.0.9",
33
+ "@fideliosai/shared": "0.0.11",
34
34
  "drizzle-orm": "^0.38.4",
35
35
  "embedded-postgres": "^18.1.0-beta.16",
36
36
  "postgres": "^3.4.5"