@celsian/adapter-railway 0.3.15 → 0.3.16

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celsian/adapter-railway",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "CelsianJS adapter for Railway — generates Procfile, Dockerfile, and health check config",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "dist"
18
18
  ],
19
19
  "dependencies": {
20
- "@celsian/core": "0.3.15"
20
+ "@celsian/core": "0.3.16"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"