create-twenty-app 0.6.1 → 0.6.2

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.
@@ -3,6 +3,9 @@
3
3
  - Documentation: https://docs.twenty.com/developers/extend/capabilities/apps
4
4
  - Rich app example: https://github.com/twentyhq/twenty/tree/main/packages/twenty-sdk/src/cli/__tests__/apps/rich-app
5
5
 
6
+ ## UUID requirement
7
+ - All generated UUIDs must be valid UUID v4.
8
+
6
9
  ## Common Pitfalls
7
10
 
8
11
  - Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-twenty-app",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Command-line interface to create Twenty application",
5
5
  "main": "dist/cli.cjs",
6
6
  "bin": "dist/cli.cjs",