@nyxa/automation 0.1.0 → 0.1.1

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/dist/kimi-code.js CHANGED
@@ -188,7 +188,7 @@ function createKimiConnection(input, output, options) {
188
188
  async function initializeAndAuthenticate(connection) {
189
189
  const initialized = await connection.initialize({
190
190
  clientCapabilities: {},
191
- clientInfo: { name: "@nyxa/automation", version: "0.1.0" },
191
+ clientInfo: { name: "@nyxa/automation", version: "0.1.1" },
192
192
  protocolVersion: PROTOCOL_VERSION,
193
193
  });
194
194
  if (initialized.protocolVersion !== PROTOCOL_VERSION) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyxa/automation",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Execute trusted TypeScript Workflows with local Harness CLIs.",
5
5
  "repository": {
6
6
  "type": "git",