@mooncompany/uplink-chat 0.5.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/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ Copyright (c) 2026 Moon Company LLC. All rights reserved.
2
+ This software is proprietary. Unauthorized use, copying, or distribution is prohibited.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Uplink Chat
2
+
3
+ **This package has moved.**
4
+
5
+ Uplink Chat is no longer distributed via npm. Visit [uplinkchat.app](https://uplinkchat.app) for installation instructions.
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ console.log("Uplink Chat has moved. Visit https://uplinkchat.app for installation.");
2
+ process.exit(0);
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@mooncompany/uplink-chat",
3
+ "version": "0.5.2",
4
+ "description": "Uplink Chat has moved to a new distribution method. Visit https://uplinkchat.app for installation.",
5
+ "main": "index.js",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/mooncompany/uplink"
10
+ }
11
+ }