@rubytech/create-realagent-code 0.1.75 → 0.1.77
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,14 +1,104 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "maxy-
|
|
2
|
+
"name": "maxy-platform",
|
|
3
3
|
"owner": {
|
|
4
4
|
"name": "Rubytech LLC"
|
|
5
5
|
},
|
|
6
6
|
"plugins": [
|
|
7
|
+
{
|
|
8
|
+
"name": "admin",
|
|
9
|
+
"source": "./admin",
|
|
10
|
+
"version": "0.1.0"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "business-assistant",
|
|
14
|
+
"source": "./business-assistant",
|
|
15
|
+
"version": "0.1.0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "cloudflare",
|
|
19
|
+
"source": "./cloudflare",
|
|
20
|
+
"version": "0.1.0"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "contacts",
|
|
24
|
+
"source": "./contacts",
|
|
25
|
+
"version": "0.1.0"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "deep-research",
|
|
29
|
+
"source": "./deep-research",
|
|
30
|
+
"version": "0.1.0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "docs",
|
|
34
|
+
"source": "./docs",
|
|
35
|
+
"version": "0.1.0"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "email",
|
|
39
|
+
"source": "./email",
|
|
40
|
+
"version": "0.1.0"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "linkedin-import",
|
|
44
|
+
"source": "./linkedin-import",
|
|
45
|
+
"version": "0.1.0"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "memory",
|
|
49
|
+
"source": "./memory",
|
|
50
|
+
"version": "0.1.0"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "outlook",
|
|
54
|
+
"source": "./outlook",
|
|
55
|
+
"version": "0.1.0"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "projects",
|
|
59
|
+
"source": "./projects",
|
|
60
|
+
"version": "0.1.0"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "replicate",
|
|
64
|
+
"source": "./replicate",
|
|
65
|
+
"version": "0.1.0"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "sales",
|
|
69
|
+
"source": "./sales",
|
|
70
|
+
"version": "0.1.0"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "scheduling",
|
|
74
|
+
"source": "./scheduling",
|
|
75
|
+
"version": "0.1.0"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "tasks",
|
|
79
|
+
"source": "./tasks",
|
|
80
|
+
"version": "0.1.0"
|
|
81
|
+
},
|
|
7
82
|
{
|
|
8
83
|
"name": "teaching",
|
|
9
84
|
"source": "./teaching",
|
|
10
85
|
"version": "0.1.0"
|
|
11
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "waitlist",
|
|
89
|
+
"source": "./waitlist",
|
|
90
|
+
"version": "0.1.0"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "whatsapp",
|
|
94
|
+
"source": "./whatsapp",
|
|
95
|
+
"version": "0.1.0"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "workflows",
|
|
99
|
+
"source": "./workflows",
|
|
100
|
+
"version": "0.1.0"
|
|
101
|
+
},
|
|
12
102
|
{
|
|
13
103
|
"name": "writer-craft",
|
|
14
104
|
"source": "./writer-craft",
|
|
@@ -3633,6 +3633,7 @@ function walkPremiumBundles() {
|
|
|
3633
3633
|
}
|
|
3634
3634
|
const result = [];
|
|
3635
3635
|
for (const bundle of entries) {
|
|
3636
|
+
if (bundle.startsWith(".")) continue;
|
|
3636
3637
|
const bundleDir = resolve4(stagingRoot, bundle);
|
|
3637
3638
|
try {
|
|
3638
3639
|
if (!statSync2(bundleDir).isDirectory()) continue;
|