@unity-china/codely-cli 1.0.0-rc.12 → 1.0.0-rc.13

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.
@@ -28,6 +28,11 @@
28
28
  * Copyright 2026 Codely
29
29
  * SPDX-License-Identifier: Apache-2.0
30
30
  */
31
+ /**
32
+ * @license
33
+ * Copyright 2026 Google LLC
34
+ * SPDX-License-Identifier: Apache-2.0
35
+ */
31
36
  /**
32
37
  * @license
33
38
  * Copyright 2025 Qwen
@@ -50,11 +55,6 @@
50
55
  * - Uses Codely OAuth cli_api_key for authentication
51
56
  * - All network errors are silently handled to not affect CLI operation
52
57
  */
53
- /**
54
- * @license
55
- * Copyright 2026 Google LLC
56
- * SPDX-License-Identifier: Apache-2.0
57
- */
58
58
  /**
59
59
  * @license
60
60
  * Copyright 2026 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.12",
3
+ "version": "1.0.0-rc.13",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },