@unity-china/codely-cli 1.0.0-rc.16 → 1.0.0-rc.17

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.
@@ -80,6 +80,11 @@
80
80
  * `TaskCompletionEvent` shape — preserving the existing CLI type surface
81
81
  * and keeping all current imports source-compatible.
82
82
  */
83
+ /*
84
+ * @license
85
+ * Copyright 2025 Google LLC
86
+ * SPDX-License-Identifier: Apache-2.0
87
+ */
83
88
 
84
89
  Bundled license information:
85
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.16",
3
+ "version": "1.0.0-rc.17",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },