@travetto/scaffold 6.0.0-rc.2 → 6.0.0-rc.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,6 +29,7 @@ The [Web API](https://github.com/travetto/travetto/tree/main/module/web#readme "
29
29
  * [express](https://expressjs.com)
30
30
  * [koa](https://koajs.com/)
31
31
  * [fastify](https://www.fastify.io/)
32
+
32
33
  The code will establish some basic endpoints, specifically, `GET / ` as the root endpoint. This will return the contents of your `package.json` as an identification operation.
33
34
 
34
35
  ### Additional Web Features
@@ -51,6 +52,7 @@ The [Data Modeling Support](https://github.com/travetto/travetto/tree/main/modul
51
52
  * [SQL](https://en.wikipedia.org/wiki/SQL)
52
53
  * [DynamoDB](https://aws.amazon.com/dynamodb/)
53
54
  * [Firestore](https://firebase.google.com/docs/firestore)
55
+
54
56
  A default model is constructed, a [Todo](https://github.com/travetto/travetto/tree/main/module/scaffold/doc/model.ts#L4) class:
55
57
 
56
58
  **Code: Todo Model**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/scaffold",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0-rc.3",
4
4
  "description": "App Scaffold for the Travetto framework",
5
5
  "keywords": [
6
6
  "generator",
@@ -27,7 +27,7 @@
27
27
  "trv-scaffold": "bin/trv-scaffold.js"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/cli": "^6.0.0-rc.2",
30
+ "@travetto/cli": "^6.0.0-rc.3",
31
31
  "@travetto/runtime": "^6.0.0-rc.2",
32
32
  "enquirer": "^2.4.1",
33
33
  "mustache": "^4.2.0"