golem-bridge 3.0.0 → 3.0.1

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 (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "name": "golem-bridge",
3
- "version": "3.0.0",
4
- "description": "Connects an AI coding agent to a running Roblox Studio session via the Golem plugin.",
5
- "bin": {
6
- "golem-bridge": "./cli.js"
7
- },
8
- "type": "commonjs",
9
- "files": ["cli.js", "golem-tools.md", "README.md"],
10
- "keywords": ["roblox", "roblox-studio", "ai", "cli"],
11
- "engines": {
12
- "node": ">=18"
13
- },
14
- "license": "MIT",
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/nickils/Golem.git"
18
- },
19
- "homepage": "https://github.com/nickils/Golem#readme",
20
- "bugs": {
21
- "url": "https://github.com/nickils/Golem/issues"
22
- }
23
- }
1
+ {
2
+ "name": "golem-bridge",
3
+ "version": "3.0.1",
4
+ "description": "Connects an AI coding agent to a running Roblox Studio session via the Golem plugin.",
5
+ "bin": {
6
+ "golem-bridge": "./cli.js"
7
+ },
8
+ "type": "commonjs",
9
+ "files": ["cli.js", "golem-tools.md", "README.md"],
10
+ "keywords": ["roblox", "roblox-studio", "ai", "cli"],
11
+ "engines": {
12
+ "node": ">=18"
13
+ },
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/nickils/Golem.git"
18
+ },
19
+ "homepage": "https://github.com/nickils/Golem#readme",
20
+ "bugs": {
21
+ "url": "https://github.com/nickils/Golem/issues"
22
+ }
23
+ }