create-wattpm 3.52.0 → 3.52.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.
- package/lib/index.js +1 -1
- package/package.json +7 -7
package/lib/index.js
CHANGED
|
@@ -520,7 +520,7 @@ export async function createApplication (
|
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
if (generator.applications.some(({ application }) => application.module === '@platformatic/db' && application.config.database === 'sqlite')) {
|
|
523
|
-
content += '\nallowBuilds:\n
|
|
523
|
+
content += '\nallowBuilds:\n better-sqlite3: true'
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
await writeFile(pnpmWorkspacePath, content)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-wattpm",
|
|
3
|
-
"version": "3.52.
|
|
3
|
+
"version": "3.52.2",
|
|
4
4
|
"description": "Create platformatic application interactive tool",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"resolve": "^1.22.8",
|
|
25
25
|
"undici": "^7.0.0",
|
|
26
26
|
"which": "^3.0.1",
|
|
27
|
-
"@platformatic/
|
|
28
|
-
"@platformatic/
|
|
27
|
+
"@platformatic/generators": "3.52.2",
|
|
28
|
+
"@platformatic/foundation": "3.52.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.5.0",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"semver": "^7.6.0",
|
|
40
40
|
"typescript": "~5.8.0",
|
|
41
41
|
"yaml": "^2.4.1",
|
|
42
|
-
"@platformatic/gateway": "3.52.
|
|
43
|
-
"@platformatic/db": "3.52.
|
|
44
|
-
"@platformatic/service": "3.52.
|
|
45
|
-
"@platformatic/runtime": "3.52.
|
|
42
|
+
"@platformatic/gateway": "3.52.2",
|
|
43
|
+
"@platformatic/db": "3.52.2",
|
|
44
|
+
"@platformatic/service": "3.52.2",
|
|
45
|
+
"@platformatic/runtime": "3.52.2"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=22.19.0"
|