openclaw-looloo 0.1.1 → 0.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.
- package/openclaw.plugin.json +1 -1
- package/package.json +7 -5
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"name": "openclaw-looloo",
|
|
4
4
|
"displayName": "LooLoo",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.2",
|
|
6
6
|
"description": "Phase 1 LooLoo plugin for token discovery, quotes, positions, and website trade confirmation links.",
|
|
7
7
|
"entry": "./src/index.mjs",
|
|
8
8
|
"skills": [
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-looloo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Phase 1 OpenClaw plugin for LooLoo discovery, quotes, positions, and trade intents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.mjs",
|
|
7
|
+
"openclaw": {
|
|
8
|
+
"extensions": [
|
|
9
|
+
"./openclaw.plugin.json"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
7
12
|
"openclaw.extensions": [
|
|
8
13
|
"./openclaw.plugin.json"
|
|
9
14
|
],
|
|
@@ -28,8 +33,5 @@
|
|
|
28
33
|
"automation",
|
|
29
34
|
"phase-1"
|
|
30
35
|
],
|
|
31
|
-
"license": "MIT"
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"openclaw-looloo": "file:openclaw-looloo-0.1.1.tgz"
|
|
34
|
-
}
|
|
36
|
+
"license": "MIT"
|
|
35
37
|
}
|