@coffer-org/server 2.2.1 → 2.2.2

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.
@@ -145,7 +145,7 @@ export function makeTable(em, table) {
145
145
  const sources = new Set(c.from);
146
146
  for (const t of c.to) {
147
147
  if (info.columns.has(t.name) && !sources.has(t.name)) {
148
- throw new Error(`[migrations] ${table}.${t.name}: цільова колонка convert вже існує і не є джереломвикористай changeType/renameColumn`);
148
+ throw new Error(`[migrations] ${table}.${t.name}: convert target column already exists and is not a source use changeType/renameColumn`);
149
149
  }
150
150
  }
151
151
  const sqlite = dialectOf(em) === 'sqlite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffer-org/server",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"
@@ -24,8 +24,8 @@
24
24
  "postpack": "node ../../scripts/swap-exports.mjs src"
25
25
  },
26
26
  "dependencies": {
27
- "@coffer-org/core": "^2.1.1",
28
- "@coffer-org/sdk": "^2.1.0",
27
+ "@coffer-org/core": "^2.1.2",
28
+ "@coffer-org/sdk": "^2.1.1",
29
29
  "@extractus/oembed-extractor": "^4.1.0",
30
30
  "@fastify/cors": "^11.2.0",
31
31
  "@fastify/multipart": "^10.0.0",