@rync/moorline-discord-default 0.0.2 → 0.0.3
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/manifest.json +3 -3
- package/moorline.dist.json +3 -3
- package/package.json +2 -9
- package/packages/plugins/rync/discord-runtime/index.mjs +68 -1022
- package/packages/plugins/rync/discord-runtime/manifest.json +3 -12
- package/packages/plugins/rync/discord-runtime/moorline.dist.json +2 -2
- package/packages/transports/rync/discord/index.mjs +333 -584
- package/packages/transports/rync/discord/manifest.json +2 -2
- package/packages/transports/rync/discord/moorline.dist.json +2 -2
- package/packages/plugins/rync/discord-runtime/modules/routing/coordination.md +0 -9
package/manifest.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "rync/discord-default",
|
|
3
3
|
"name": "rync/discord-default",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "bundle",
|
|
6
6
|
"description": "Rync Discord transport and Discord runtime features.",
|
|
7
7
|
"members": [
|
|
8
8
|
{
|
|
9
9
|
"kind": "transport",
|
|
10
10
|
"packageId": "rync/discord",
|
|
11
|
-
"version": "~0.0.
|
|
11
|
+
"version": "~0.0.3",
|
|
12
12
|
"activation": "select"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"kind": "plugin",
|
|
16
16
|
"packageId": "rync/discord-runtime",
|
|
17
|
-
"version": "~0.0.
|
|
17
|
+
"version": "~0.0.3",
|
|
18
18
|
"activation": "enable"
|
|
19
19
|
}
|
|
20
20
|
]
|
package/moorline.dist.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"display": {
|
|
4
4
|
"name": "Discord Default",
|
|
5
|
-
"description": "Discord transport plus
|
|
6
|
-
"version": "0.0.
|
|
5
|
+
"description": "Discord transport plus status command and project resource routing.",
|
|
6
|
+
"version": "0.0.3",
|
|
7
7
|
"category": "Recommended Transports",
|
|
8
8
|
"tags": [
|
|
9
9
|
"rync",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"setupOrder": 10
|
|
21
21
|
},
|
|
22
22
|
"release": {
|
|
23
|
-
"recommendedRef": "v0.0.
|
|
23
|
+
"recommendedRef": "v0.0.3",
|
|
24
24
|
"channel": "stable"
|
|
25
25
|
}
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rync/moorline-discord-default",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Rync Discord transport and Discord runtime features.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,14 +17,7 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
-
"moorline-package"
|
|
21
|
-
"moorline-kind-bundle",
|
|
22
|
-
"moorline-namespace-rync",
|
|
23
|
-
"moorline-id-rync-discord-default",
|
|
24
|
-
"rync",
|
|
25
|
-
"discord",
|
|
26
|
-
"bundle",
|
|
27
|
-
"transport"
|
|
20
|
+
"moorline-package"
|
|
28
21
|
],
|
|
29
22
|
"moorline": {
|
|
30
23
|
"schemaVersion": 1,
|