@fjall/clickhouse-migrations 0.99.3 → 0.99.4

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 (2) hide show
  1. package/dist/.minified +1 -1
  2. package/package.json +6 -3
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 8 files minified at 2026-05-22T22:51:41.320Z
1
+ 8 files minified at 2026-05-22T23:32:44.565Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/clickhouse-migrations",
3
- "version": "0.99.3",
3
+ "version": "0.99.4",
4
4
  "description": "Runtime helpers for ClickHouse migration containers — user provisioning, SQL file application, connection retry. Consumes the manifest contract published by @fjall/components-infrastructure ClickHouseDatabase.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,6 +14,9 @@
14
14
  "files": [
15
15
  "dist/"
16
16
  ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
17
20
  "scripts": {
18
21
  "clean": "rm -rf ./dist ./sourcemaps",
19
22
  "clean:node": "rm -rf ./node_modules",
@@ -41,11 +44,11 @@
41
44
  "@clickhouse/client": "^1.18.0"
42
45
  },
43
46
  "dependencies": {
44
- "@fjall/util": "^0.99.3",
47
+ "@fjall/util": "^0.99.4",
45
48
  "zod": "^4.4.3"
46
49
  },
47
50
  "engines": {
48
51
  "node": ">=22.0.0"
49
52
  },
50
- "gitHead": "e50d25185d5eab618e2a90622466296fa0cbffe8"
53
+ "gitHead": "4d52f0059ebb467b4a63603ed397dae36811d735"
51
54
  }