@sigmashake/ssg-darwin-x64 0.29.139 → 0.29.143

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
Binary file
package/bin/ssg.sha256 CHANGED
@@ -1 +1 @@
1
- 854961978c226152aa9e4aadc2017f46f26afc2a91bd24ade817e2693e39bf34
1
+ 108765921f5f5c60ddd487295addf9ad43ddf4da20bca4cdeb3e8aa9d7642103
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg-darwin-x64",
3
- "version": "0.29.139",
3
+ "version": "0.29.143",
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
  }