@sigmashake/ssg-darwin-arm64 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
- ae5af7018211773ac79a189e6efe498871c5a9fcff3f52e867fdd92b745c3cf0
1
+ f06629f500ff7209e0fa3f601fc08a09c7c4eb17b7a3ba9d67ddaf8fb44ef251
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg-darwin-arm64",
3
- "version": "0.29.139",
3
+ "version": "0.29.143",
4
4
  "description": "Platform binary (darwin/arm64) for @sigmashake/ssg",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["arm64"],
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
  }