@clickraft/cli 0.8.1 → 0.8.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,4 @@
1
- ## [0.8.1](https://github.com/clickraft/cli/compare/v0.8.0...v0.8.1) (2026-05-30)
2
-
3
- ### Bug Fixes
4
-
5
- * **schemas:** use two-arg z.record for Zod 4 compatibility ([66f99a0](https://github.com/clickraft/cli/commit/66f99a02c7d1cc9e3e0c08c953f626495447ef47))
1
+ ## [0.8.2](https://github.com/clickraft/cli/compare/v0.8.1...v0.8.2) (2026-05-31)
6
2
 
7
3
  # Changelog
8
4
 
package/LICENSE CHANGED
@@ -1,16 +1,13 @@
1
- MIT License
1
+ Copyright (c) 2026 Clickraft. All rights reserved.
2
2
 
3
- Copyright (c) 2026 Clickraft
3
+ This software and its associated documentation files (the "Software") are the
4
+ proprietary and confidential property of Clickraft. No license, express or
5
+ implied, is granted to any person to use, copy, modify, merge, publish,
6
+ distribute, sublicense, or sell copies of the Software, in whole or in part,
7
+ without the prior written permission of Clickraft.
4
8
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
9
+ Unauthorized copying, distribution, or use of the Software, via any medium, is
10
+ strictly prohibited.
14
11
 
15
12
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
13
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
package/README.md CHANGED
@@ -104,4 +104,4 @@ npm test
104
104
 
105
105
  ## License
106
106
 
107
- MIT — see [LICENSE](./LICENSE)
107
+ Proprietary — Copyright (c) 2026 Clickraft, all rights reserved. See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@clickraft/cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "The Clickraft CLI — generate images, manage assets, and author visual workflows.",
5
5
  "homepage": "https://clickraft.ai",
6
6
  "bugs": "https://github.com/clickraft/cli/issues",
7
- "license": "MIT",
7
+ "license": "UNLICENSED",
8
8
  "author": "Clickraft",
9
9
  "repository": {
10
10
  "type": "git",
@@ -77,7 +77,6 @@
77
77
  "vitest": "^2.0.0"
78
78
  },
79
79
  "publishConfig": {
80
- "access": "public",
81
- "provenance": true
80
+ "access": "public"
82
81
  }
83
82
  }