wattpm-utils 3.0.6 → 3.2.0
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/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -15,12 +15,12 @@ Watt Utils, utilities for the Platformatic's Node.js application server.
|
|
|
15
15
|
npx wattpm-utils [command]
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
Follow our [Quick Start Guide](https://platformatic.dev/docs/getting-started/quick-start
|
|
18
|
+
Follow our [Quick Start Guide](https://platformatic.dev/docs/getting-started/quick-start)
|
|
19
19
|
guide to get up and running with Platformatic.
|
|
20
20
|
|
|
21
21
|
## Documentation
|
|
22
22
|
|
|
23
|
-
- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start
|
|
23
|
+
- [Getting Started](https://docs.platformatic.dev/docs/getting-started/quick-start)
|
|
24
24
|
- [Reference](https://docs.platformatic.dev/docs/reference/watt/overview)
|
|
25
25
|
- [Guides](https://docs.platformatic.dev/docs/guides/build-modular-monolith)
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wattpm-utils",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "The Node.js Application Server Utilities Commands",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/platformatic/platformatic/issues"
|
|
15
15
|
},
|
|
16
|
-
"homepage": "https://docs.platformatic.dev/docs/getting-started/quick-start
|
|
16
|
+
"homepage": "https://docs.platformatic.dev/docs/getting-started/quick-start",
|
|
17
17
|
"bin": {
|
|
18
18
|
"watt-utils": "./bin/cli.js",
|
|
19
19
|
"wattpm-utils": "./bin/cli.js"
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dotenv": "^16.4.5",
|
|
29
29
|
"execa": "^9.4.0",
|
|
30
30
|
"semver": "^7.7.0",
|
|
31
|
-
"@platformatic/foundation": "3.0
|
|
32
|
-
"
|
|
33
|
-
"
|
|
31
|
+
"@platformatic/foundation": "3.2.0",
|
|
32
|
+
"@platformatic/runtime": "3.2.0",
|
|
33
|
+
"create-wattpm": "3.2.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"cleaner-spec-reporter": "^0.5.0",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"neostandard": "^0.12.0",
|
|
41
41
|
"typescript": "^5.5.4",
|
|
42
42
|
"undici": "^7.0.0",
|
|
43
|
-
"@platformatic/node": "3.0
|
|
43
|
+
"@platformatic/node": "3.2.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
|
-
"node": ">=22.
|
|
46
|
+
"node": ">=22.19.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js",
|