create-platformatic 0.31.1 → 0.32.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/package.json +4 -4
- package/src/composer/README.md +1 -1
- package/src/db/README.md +1 -1
- package/src/runtime/README.md +1 -1
- package/src/service/README.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-platformatic",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "Create platformatic-db interactive tool",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"semver": "^7.5.1",
|
|
35
35
|
"undici": "^5.22.1",
|
|
36
36
|
"which": "^3.0.1",
|
|
37
|
-
"@platformatic/config": "0.
|
|
37
|
+
"@platformatic/config": "0.32.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"ajv": "^8.12.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"tap": "^16.3.6",
|
|
48
48
|
"typescript": "~5.1.6",
|
|
49
49
|
"yaml": "^2.3.1",
|
|
50
|
-
"@platformatic/db": "0.
|
|
51
|
-
"@platformatic/service": "0.
|
|
50
|
+
"@platformatic/db": "0.32.0",
|
|
51
|
+
"@platformatic/service": "0.32.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"test": "standard | snazzy && cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" c8 tap --no-coverage test/*test.mjs test/*/*test.mjs",
|
package/src/composer/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Platformatic Composer API
|
|
2
2
|
|
|
3
|
-
This is a generated [Platformatic Composer](https://
|
|
3
|
+
This is a generated [Platformatic Composer](https://docs.platformatic.dev/docs/reference/composer/introduction) application.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
package/src/db/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Platformatic DB API
|
|
2
2
|
|
|
3
|
-
This is a generated [Platformatic DB](https://
|
|
3
|
+
This is a generated [Platformatic DB](https://docs.platformatic.dev/docs/reference/db/introduction) application.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
package/src/runtime/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Platformatic Runtime API
|
|
2
2
|
|
|
3
|
-
This is a generated [Platformatic Runtime](https://
|
|
3
|
+
This is a generated [Platformatic Runtime](https://docs.platformatic.dev/docs/reference/runtime/introduction) application.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
package/src/service/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Platformatic Service API
|
|
2
2
|
|
|
3
|
-
This is a generated [Platformatic Service](https://
|
|
3
|
+
This is a generated [Platformatic Service](https://docs.platformatic.dev/docs/reference/service/introduction) application.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|