@moorline/contracts 0.0.3 → 0.0.4

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.
@@ -1,4 +1,4 @@
1
- export declare const CAPABILITIES: readonly ["command.exec", "fs.read", "fs.write", "memory.read", "memory.write", "session.inspect", "session.create", "session.direct", "session.archive", "session.resume", "session.delete", "package.state.read", "package.state.write", "package.job.manage", "package.work.manage", "provider.headless.run", "net.connect", "runtime.control", "sidecar.manage", "transport.message.send", "transport.action.register", "transport.actions.register", "transport.presence.set", "transport.resource.create", "transport.resource.update", "transport.resource.delete", "transport.native.action.map", "transport.native.interaction"];
1
+ export declare const CAPABILITIES: readonly ["command.exec", "fs.read", "fs.write", "memory.read", "memory.write", "session.inspect", "session.create", "session.direct", "session.archive", "session.resume", "session.delete", "package.state.read", "package.state.write", "package.job.manage", "package.work.manage", "provider.headless.run", "net.connect", "runtime.control", "sidecar.manage", "transport.message.send", "transport.actions.register", "transport.presence.set", "transport.resource.create", "transport.resource.update", "transport.resource.delete", "transport.native.action.map", "transport.native.interaction"];
2
2
  export type CoreCapability = (typeof CAPABILITIES)[number];
3
3
  export type PackageLocalCapability = `package:${string}`;
4
4
  export type Capability = CoreCapability | PackageLocalCapability;
@@ -19,7 +19,6 @@ export const CAPABILITIES = [
19
19
  'runtime.control',
20
20
  'sidecar.manage',
21
21
  'transport.message.send',
22
- 'transport.action.register',
23
22
  'transport.actions.register',
24
23
  'transport.presence.set',
25
24
  'transport.resource.create',
@@ -1 +1 @@
1
- {"version":3,"file":"capabilities.js","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,cAAc;IACd,SAAS;IACT,UAAU;IACV,aAAa;IACb,cAAc;IACd,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,oBAAoB;IACpB,qBAAqB;IACrB,oBAAoB;IACpB,qBAAqB;IACrB,uBAAuB;IACvB,aAAa;IACb,iBAAiB;IACjB,gBAAgB;IAChB,wBAAwB;IACxB,2BAA2B;IAC3B,4BAA4B;IAC5B,wBAAwB;IACxB,2BAA2B;IAC3B,2BAA2B;IAC3B,2BAA2B;IAC3B,6BAA6B;IAC7B,8BAA8B;CACtB,CAAC;AAMX,MAAM,UAAU,YAAY,CAAC,KAAa;IACxC,OAAQ,YAAkC,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AAC7F,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,KAAa;IACpD,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,SAAiB,EAAE,UAAsB;IAC7E,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,UAAU,CAAC,UAAU,CAAC,WAAW,SAAS,GAAG,CAAC,CAAC;AACxD,CAAC"}
1
+ {"version":3,"file":"capabilities.js","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,cAAc;IACd,SAAS;IACT,UAAU;IACV,aAAa;IACb,cAAc;IACd,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,oBAAoB;IACpB,qBAAqB;IACrB,oBAAoB;IACpB,qBAAqB;IACrB,uBAAuB;IACvB,aAAa;IACb,iBAAiB;IACjB,gBAAgB;IAChB,wBAAwB;IACxB,4BAA4B;IAC5B,wBAAwB;IACxB,2BAA2B;IAC3B,2BAA2B;IAC3B,2BAA2B;IAC3B,6BAA6B;IAC7B,8BAA8B;CACtB,CAAC;AAMX,MAAM,UAAU,YAAY,CAAC,KAAa;IACxC,OAAQ,YAAkC,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AAC7F,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,KAAa;IACpD,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,SAAiB,EAAE,UAAsB;IAC7E,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,UAAU,CAAC,UAAU,CAAC,WAAW,SAAS,GAAG,CAAC,CAAC;AACxD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moorline/contracts",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Moorline package and runtime contract definitions",
5
5
  "type": "module",
6
6
  "private": false,