@zenku/cli-darwin-arm64 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/LICENSE +9 -0
  2. package/package.json +3 -2
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ Copyright (c) 2026 Zenku. All rights reserved.
2
+
3
+ This software is proprietary and confidential. No part of this software may be
4
+ reproduced, distributed, or transmitted in any form or by any means, including
5
+ photocopying, recording, or other electronic or mechanical methods, without the
6
+ prior written permission of the copyright holder.
7
+
8
+ Unauthorized copying, modification, distribution, or use of this software, via
9
+ any medium, is strictly prohibited.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenku/cli-darwin-arm64",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Zenku CLI binary for macOS ARM64",
5
5
  "license": "UNLICENSED",
6
6
  "os": [
@@ -13,6 +13,7 @@
13
13
  "zenku": "zenku"
14
14
  },
15
15
  "files": [
16
- "zenku"
16
+ "zenku",
17
+ "LICENSE"
17
18
  ]
18
19
  }