create-agentuity 0.0.43 → 0.0.45

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -54,7 +54,7 @@ After creating your project, you can run:
54
54
  bun run dev
55
55
  ```
56
56
 
57
- Starts the development server at http://localhost:3000
57
+ Starts the development server at http://localhost:3500
58
58
 
59
59
  ### Build
60
60
 
@@ -151,4 +151,4 @@ export default router;
151
151
 
152
152
  ## License
153
153
 
154
- MIT
154
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "create-agentuity",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
+ "license": "Apache-2.0",
5
+ "author": "Agentuity employees and contributors",
4
6
  "description": "Create a new Agentuity project",
5
7
  "type": "module",
6
8
  "bin": {
@@ -19,8 +21,6 @@
19
21
  "scaffold",
20
22
  "bun"
21
23
  ],
22
- "author": "Agentuity",
23
- "license": "MIT",
24
24
  "dependencies": {
25
25
  "@agentuity/cli": "latest"
26
26
  },