lua-cli 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -169,7 +169,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
169
169
  ## Support
170
170
 
171
171
  For support and questions:
172
- - Create an issue on [GitHub](https://github.com/heylua/lua-cli/issues)
172
+ - Create an issue on [GitHub](https://github.com/lua-ai-global/lua-cli/issues)
173
173
  - Contact: stefan@heylua.ai
174
174
 
175
175
  ## Changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lua-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Command-line interface for Lua AI platform - manage agents, organizations, and skills",
5
5
  "readmeFilename": "README.md",
6
6
  "main": "dist/index.js",
@@ -24,12 +24,12 @@
24
24
  "type": "module",
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/heylua/lua-cli.git"
27
+ "url": "https://github.com/lua-ai-global/lua-cli.git"
28
28
  },
29
- "homepage": "https://github.com/heylua/lua-cli#readme",
29
+ "homepage": "https://github.com/lua-ai-global/lua-cli#readme",
30
30
  "readme": "README.md",
31
31
  "bugs": {
32
- "url": "https://github.com/heylua/lua-cli/issues"
32
+ "url": "https://github.com/lua-ai-global/lua-cli/issues"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=16.0.0"