create-foldkit-app 0.30.0 → 0.30.1

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "channel": "stable",
4
- "sourceCommit": "e7394af1026fa87f10fab2b35fab55e5848ce602",
4
+ "sourceCommit": "2266cc0cacd60f00d6d57adab45aaff8229b0aec",
5
5
  "packages": {
6
- "create-foldkit-app": "0.30.0",
6
+ "create-foldkit-app": "0.30.1",
7
7
  "@foldkit/devtools": "0.152.0",
8
8
  "@foldkit/devtools-mcp": "0.18.0",
9
9
  "foldkit": "0.152.0",
@@ -106,7 +106,9 @@ const program = Effect.gen(function* () {
106
106
  ),
107
107
  )
108
108
  }
109
- const html = Server.injectIntoTemplate(template, result.application)
109
+ const html = Server.injectIntoTemplate(template, result.application, {
110
+ containerId: CONTAINER_ID,
111
+ })
110
112
  const outputFile = outputFileFor(path)
111
113
 
112
114
  yield* fs.makeDirectory(dirname(outputFile), { recursive: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-foldkit-app",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "Create Foldkit applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",