@elizaos/plugin-roblox 2.0.3-beta.4 → 2.0.3-beta.6
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-roblox",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@elizaos/core": "2.0.3-beta.
|
|
32
|
+
"@elizaos/core": "2.0.3-beta.6"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@biomejs/biome": "^2.4.14",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"test:integration": "echo 'Integration tests require the elizaos CLI and live Roblox credentials'",
|
|
46
46
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
47
47
|
"lint:check": "bunx @biomejs/biome check .",
|
|
48
|
-
"clean": "rm
|
|
48
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
49
49
|
"format": "bunx @biomejs/biome format --write .",
|
|
50
50
|
"format:check": "bunx @biomejs/biome format .",
|
|
51
51
|
"build": "bun run build.ts",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"node": "ESM build available via exports.import"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
110
110
|
}
|