@sigmashake/ssg-darwin-x64 0.29.138 → 0.29.140

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,8 @@
1
+ Copyright (c) 2024 Sigma Shake. All rights reserved.
2
+
3
+ This software and its source code are proprietary and confidential. No part of
4
+ this software may be reproduced, distributed, modified, or transmitted in any
5
+ form or by any means without the prior written permission of Sigma Shake.
6
+
7
+ Unauthorized copying, distribution, modification, or use of this software,
8
+ via any medium, is strictly prohibited.
package/bin/ssg CHANGED
Binary file
package/bin/ssg.sha256 CHANGED
@@ -1 +1 @@
1
- 37fa67391bf48b6965f9fe4f565abc0a638de63c9511dacd50db03582a3b908c
1
+ 16b166dc686a5e8e4b81dd281a2c3a0d17cedbff5640b0f37111298d9c780120
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg-darwin-x64",
3
- "version": "0.29.138",
3
+ "version": "0.29.140",
4
4
  "description": "Platform binary (darwin/x64) for @sigmashake/ssg",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["x64"],
7
- "files": ["bin/", "public/"],
8
- "license": "UNLICENSED",
7
+ "files": ["bin/", "public/", "LICENSE"],
8
+ "license": "SEE LICENSE IN LICENSE",
9
9
  "publishConfig": { "access": "public" }
10
10
  }