@rithien/discord_bridge 0.3.0 → 0.3.1
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/CHANGELOG.md +4 -0
- package/dist/web/manifest.json +2 -2
- package/dist/web/static/{discord_bridge.611b8899ce001451b081.js → discord_bridge.eaba035721d3f5e2800a.js} +1 -1
- package/dist/web/static/{package_json.14b21c0791a49b7b3105.js → package_json.6913a79fb10a66dbc3ca.js} +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.1 - rithien fork
|
|
4
|
+
|
|
5
|
+
- Added the `clusterio-plugin` keyword to package.json so Clusterio (alpha 14+) recognises the package as a plugin. Without it, `npx clusteriocontroller plugin add` only warns and skips registration.
|
|
6
|
+
|
|
3
7
|
## v0.3.0 - rithien fork
|
|
4
8
|
|
|
5
9
|
- Forked from Hornwitser/discord_bridge v0.2.5.
|
package/dist/web/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.js": "static/main.75bf3c903fc16e7f86b5.js",
|
|
3
|
-
"discord_bridge.js": "static/discord_bridge.
|
|
3
|
+
"discord_bridge.js": "static/discord_bridge.eaba035721d3f5e2800a.js",
|
|
4
4
|
"static/info_js.js": "static/info_js.3e97e6576d2e451b2fd6.js",
|
|
5
|
-
"static/package_json.js": "static/package_json.
|
|
5
|
+
"static/package_json.js": "static/package_json.6913a79fb10a66dbc3ca.js"
|
|
6
6
|
}
|
|
@@ -123,7 +123,7 @@ __webpack_require__.d(exports, {
|
|
|
123
123
|
/******/ // This function allow to reference async chunks
|
|
124
124
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
125
125
|
/******/ // return url for filenames based on template
|
|
126
|
-
/******/ return "static/" + chunkId + "." + {"info_js":"3e97e6576d2e451b2fd6","package_json":"
|
|
126
|
+
/******/ return "static/" + chunkId + "." + {"info_js":"3e97e6576d2e451b2fd6","package_json":"6913a79fb10a66dbc3ca"}[chunkId] + ".js";
|
|
127
127
|
/******/ };
|
|
128
128
|
/******/ })();
|
|
129
129
|
/******/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
\**********************/
|
|
16
16
|
(module) {
|
|
17
17
|
|
|
18
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rithien/discord_bridge","version":"0.3.
|
|
18
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rithien/discord_bridge","version":"0.3.1","description":"Clusterio plugin bridging chat between instances and Discord, with per-instance channel routing","main":"info.js","scripts":{"test":"echo \\"Error: no test specified\\" && exit 1","prepare":"webpack-cli --env production"},"keywords":["clusterio","clusterio-plugin","factorio","discord"],"author":"rithien <jacek@zaluzje.bialystok.pl>","license":"MIT","peerDependencies":{"@clusterio/lib":"^2.0.0-alpha.14"},"devDependencies":{"@clusterio/lib":"^2.0.0-alpha.14","@clusterio/web_ui":"^2.0.0-alpha.14","webpack":"^5.88.2","webpack-cli":"^5.1.4","webpack-merge":"^5.9.0"},"dependencies":{"discord.js":"^14.14.1"},"publishConfig":{"access":"public"}}');
|
|
19
19
|
|
|
20
20
|
/***/ }
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rithien/discord_bridge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Clusterio plugin bridging chat between instances and Discord, with per-instance channel routing",
|
|
5
5
|
"main": "info.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"clusterio",
|
|
12
|
+
"clusterio-plugin",
|
|
12
13
|
"factorio",
|
|
13
14
|
"discord"
|
|
14
15
|
],
|