rapidlynk 0.4.2 → 0.5.50
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/bin/rapidlynk-darwin-arm64 +0 -0
- package/bin/rapidlynk-darwin-x64 +0 -0
- package/bin/rapidlynk-linux-x64 +0 -0
- package/bin/rapidlynk-win-x64.exe +0 -0
- package/package.json +12 -12
- package/rapidlynk +3 -3
- package/rapidlynk-0.3.0.tgz +0 -0
|
Binary file
|
package/bin/rapidlynk-darwin-x64
CHANGED
|
Binary file
|
package/bin/rapidlynk-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rapidlynk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Private, one-command project sharing",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"bin": {
|
|
7
|
-
"rapidlynk": "rapidlynk"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"postinstall": "node install.js"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "rapidlynk",
|
|
3
|
+
"version": "0.5.50",
|
|
4
|
+
"description": "Private, one-command project sharing",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"bin": {
|
|
7
|
+
"rapidlynk": "rapidlynk"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"postinstall": "node install.js"
|
|
11
|
+
}
|
|
12
|
+
}
|
package/rapidlynk
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
// This is a placeholder file to satisfy npm's "bin" field.
|
|
3
|
-
// The actual binary is copied to this location by the postinstall script (install.js).
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// This is a placeholder file to satisfy npm's "bin" field.
|
|
3
|
+
// The actual binary is copied to this location by the postinstall script (install.js).
|
package/rapidlynk-0.3.0.tgz
DELETED
|
Binary file
|