create-platformatic 2.70.0 → 2.71.0-alpha.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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-platformatic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0-alpha.1",
|
|
4
4
|
"description": "Create platformatic application interactive tool",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"strip-ansi": "^7.1.0",
|
|
32
32
|
"undici": "^7.0.0",
|
|
33
33
|
"which": "^3.0.1",
|
|
34
|
-
"@platformatic/config": "2.
|
|
35
|
-
"@platformatic/generators": "2.
|
|
36
|
-
"@platformatic/utils": "2.
|
|
34
|
+
"@platformatic/config": "2.71.0-alpha.1",
|
|
35
|
+
"@platformatic/generators": "2.71.0-alpha.1",
|
|
36
|
+
"@platformatic/utils": "2.71.0-alpha.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^22.5.0",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"neostandard": "^0.12.0",
|
|
49
49
|
"typescript": "~5.8.0",
|
|
50
50
|
"yaml": "^2.4.1",
|
|
51
|
-
"@platformatic/db": "2.
|
|
52
|
-
"@platformatic/runtime": "2.
|
|
53
|
-
"@platformatic/
|
|
54
|
-
"@platformatic/
|
|
51
|
+
"@platformatic/db": "2.71.0-alpha.1",
|
|
52
|
+
"@platformatic/runtime": "2.71.0-alpha.1",
|
|
53
|
+
"@platformatic/service": "2.71.0-alpha.1",
|
|
54
|
+
"@platformatic/composer": "2.71.0-alpha.1"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
|
-
"test:cli": "borp --pattern \"test/cli/*test.mjs\" --timeout=
|
|
58
|
-
"test:unit": "pnpm run lint && cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" borp --pattern \"test/unit/*test.mjs\" --timeout=
|
|
57
|
+
"test:cli": "borp --pattern \"test/cli/*test.mjs\" --timeout=1200000 --concurrency=1",
|
|
58
|
+
"test:unit": "pnpm run lint && cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" borp --pattern \"test/unit/*test.mjs\" --timeout=1200000 --concurrency=1",
|
|
59
59
|
"test": "npm run test:unit && npm run test:cli",
|
|
60
60
|
"lint": "eslint"
|
|
61
61
|
}
|