@smorinlabs/togl-win32-x64 0.0.1 → 0.5.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/bin/toggle.exe ADDED
Binary file
package/bin/togl.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,22 @@
1
1
  {
2
2
  "name": "@smorinlabs/togl-win32-x64",
3
- "version": "0.0.1",
4
- "description": "Placeholder name reserved, project in development",
3
+ "version": "0.5.1",
4
+ "description": "Prebuilt togl/toggle binaries for Windows x64",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/smorin/toggle.git"
8
+ },
5
9
  "license": "MIT",
6
- "private": false
10
+ "os": [
11
+ "win32"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "bin"
18
+ ],
19
+ "engines": {
20
+ "node": ">=18"
21
+ }
7
22
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @smorinlabs/togl-win32-x64
2
-
3
- This name is reserved — a project is in development.
package/index.js DELETED
@@ -1 +0,0 @@
1
- module.exports = {};