@sigmashake/ssg-darwin-arm64 0.29.139 → 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 +8 -0
- package/bin/ssg +0 -0
- package/bin/ssg.sha256 +1 -1
- package/package.json +3 -3
- package/public/assets/app.css +1 -1
- package/public/assets/app.js +18 -18
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
|
-
|
|
1
|
+
6608f26c39f87a7c6a7e986962b8918df2694cb2370090afd81387384fac5c6e
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigmashake/ssg-darwin-arm64",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.140",
|
|
4
4
|
"description": "Platform binary (darwin/arm64) for @sigmashake/ssg",
|
|
5
5
|
"os": ["darwin"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
7
|
-
"files": ["bin/", "public/"],
|
|
8
|
-
"license": "
|
|
7
|
+
"files": ["bin/", "public/", "LICENSE"],
|
|
8
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
9
9
|
"publishConfig": { "access": "public" }
|
|
10
10
|
}
|