@tandryio/opencode 0.1.0-alpha.4 → 0.1.0-alpha.5

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/dist/index.js +1 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21116,13 +21116,7 @@ var Presence = external_exports.object({
21116
21116
  tier: Tier,
21117
21117
  /** Reported by a connected push host; absent for pull hosts. */
21118
21118
  busy: external_exports.boolean().optional(),
21119
- lastActiveAt: external_exports.number(),
21120
- /**
21121
- * Deprecated. Clients up to 0.1.0-alpha.3 require it; it now equals
21122
- * `state === "online"` for push members and is false for pull members.
21123
- * Nothing new reads it. Remove once those clients are gone.
21124
- */
21125
- wakeable: external_exports.boolean().optional()
21119
+ lastActiveAt: external_exports.number()
21126
21120
  });
21127
21121
  var Visibility = external_exports.enum(["room", "dm"]);
21128
21122
  var MessageKind = external_exports.enum(["text", "intro"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tandryio/opencode",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "files": [