@elizaos/plugin-mysticism 2.0.3-beta.2 → 2.0.3-beta.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-mysticism",
3
3
  "description": "Mystical divination engines for ElizaOS — Tarot, I Ching, and Astrology readings",
4
- "version": "2.0.3-beta.2",
4
+ "version": "2.0.3-beta.4",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -44,12 +44,13 @@
44
44
  }
45
45
  },
46
46
  "files": [
47
+ "registry-entry.json",
47
48
  "dist",
48
49
  "README.md",
49
50
  "package.json"
50
51
  ],
51
52
  "peerDependencies": {
52
- "@elizaos/core": "2.0.3-beta.2"
53
+ "@elizaos/core": "2.0.3-beta.4"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@biomejs/biome": "^2.4.14",
@@ -61,7 +62,7 @@
61
62
  "build": "bun run build.ts",
62
63
  "dev": "bun --hot build.ts",
63
64
  "test": "vitest run --config vitest.config.ts",
64
- "typecheck": "tsc --noEmit --noCheck",
65
+ "typecheck": "tsgo --noEmit",
65
66
  "lint": "bunx @biomejs/biome check --write --unsafe .",
66
67
  "lint:check": "bunx @biomejs/biome check .",
67
68
  "clean": "rm -rf dist .turbo",
@@ -92,5 +93,5 @@
92
93
  }
93
94
  }
94
95
  },
95
- "gitHead": "82fe0f44215954c2417328203f5bd6510985c1fc"
96
+ "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
96
97
  }
@@ -0,0 +1,48 @@
1
+ {
2
+ "id": "mysticism",
3
+ "name": "Mysticism",
4
+ "description": "Mystical divination engines for ElizaOS — Tarot, I Ching, and Astrology readings",
5
+ "npmName": "@elizaos/plugin-mysticism",
6
+ "version": "2.0.0-beta.0",
7
+ "source": "bundled",
8
+ "tags": ["mysticism", "tarot", "iching", "astrology", "divination"],
9
+ "config": {
10
+ "MYSTICISM_PRICE_TAROT": {
11
+ "type": "number",
12
+ "required": false,
13
+ "sensitive": false,
14
+ "label": "Price Tarot",
15
+ "help": "Price in SOL for this reading type",
16
+ "advanced": false
17
+ },
18
+ "MYSTICISM_PRICE_ICHING": {
19
+ "type": "number",
20
+ "required": false,
21
+ "sensitive": false,
22
+ "label": "Price Iching",
23
+ "help": "Price in SOL for this reading type",
24
+ "advanced": false
25
+ },
26
+ "MYSTICISM_PRICE_ASTROLOGY": {
27
+ "type": "number",
28
+ "required": false,
29
+ "sensitive": false,
30
+ "label": "Price Astrology",
31
+ "help": "Price in SOL for this reading type",
32
+ "advanced": false
33
+ }
34
+ },
35
+ "render": {
36
+ "visible": true,
37
+ "pinTo": [],
38
+ "style": "card",
39
+ "icon": "Sparkle",
40
+ "group": "gaming",
41
+ "groupOrder": 11,
42
+ "actions": ["enable", "configure"]
43
+ },
44
+ "resources": {},
45
+ "dependsOn": [],
46
+ "kind": "plugin",
47
+ "subtype": "gaming"
48
+ }