create-platformatic 1.16.0 → 1.17.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-platformatic",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Create platformatic-db interactive tool",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,12 +36,12 @@
36
36
  "strip-ansi": "^7.1.0",
37
37
  "undici": "^6.0.0",
38
38
  "which": "^3.0.1",
39
- "@platformatic/config": "1.16.0",
40
- "@platformatic/utils": "1.16.0"
39
+ "@platformatic/utils": "1.17.0",
40
+ "@platformatic/config": "1.17.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "ajv": "^8.12.0",
44
- "c8": "^8.0.1",
44
+ "c8": "^9.0.0",
45
45
  "cross-env": "^7.0.3",
46
46
  "dotenv": "^16.3.1",
47
47
  "esmock": "^2.5.1",
@@ -49,12 +49,12 @@
49
49
  "standard": "^17.1.0",
50
50
  "typescript": "~5.3.0",
51
51
  "yaml": "^2.3.2",
52
- "@platformatic/db": "1.16.0",
53
- "@platformatic/service": "1.16.0"
52
+ "@platformatic/db": "1.17.0",
53
+ "@platformatic/service": "1.17.0"
54
54
  },
55
55
  "scripts": {
56
56
  "test:cli": "node --test ./test/cli",
57
- "test:unit": "standard | snazzy && cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" c8 node --test ./test/unit",
57
+ "test:unit": "pnpm run lint && cross-env NODE_OPTIONS=\"--loader=esmock --no-warnings\" c8 node --test ./test/unit",
58
58
  "test": "npm run test:unit && npm run test:cli",
59
59
  "lint": "standard | snazzy"
60
60
  }
@@ -25,7 +25,7 @@ npm start
25
25
 
26
26
  ### Explore
27
27
  - ⚡ The Platformatic DB server is running at http://localhost:3042/
28
- - 📔 View the REST API's Swagger documentation at http://localhost:3042/documentation/
28
+ - 📔 View the REST API's Swagger documentation at http://localhost:3042/documentation
29
29
  - 🔍 Try out the GraphiQL web UI at http://localhost:3042/graphiql
30
30
 
31
31