@unity-china/codely-cli 1.0.0-rc.29 → 1.0.0-rc.30

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.
@@ -18,6 +18,10 @@
18
18
  *
19
19
  * The server API uses `team_*` field names, but this service maps them to
20
20
  * `org_*` at the boundary so that all consumers use consistent org terminology.
21
+ *
22
+ * CodelyOrgService is a stateless data layer — it does NOT track "current
23
+ * user" or "active user". It only provides get/set by user_id. The caller
24
+ * (CodelyOAuth2Client) owns user_id and passes it explicitly.
21
25
  */
22
26
  /**
23
27
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.29",
3
+ "version": "1.0.0-rc.30",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },