chore: make SDK packages publishable

This commit is contained in:
Ubuntu 2026-06-08 18:08:12 +00:00
parent 4c61a73c02
commit 4d985ead9f
5 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@
"name": "@open-matrix/contracts", "name": "@open-matrix/contracts",
"version": "0.1.3", "version": "0.1.3",
"description": "Type contracts for Matrix substrate (placement, service registry, runtime presence). Almost zero runtime — one pure function (decideMatrixPlacementBind) plus pure types. Zero @open-matrix/core dependency. Extracted from @open-matrix/core during core-decontamination Phase 2 so schema evolution doesn't rebuild the actor kernel.", "description": "Type contracts for Matrix substrate (placement, service registry, runtime presence). Almost zero runtime — one pure function (decideMatrixPlacementBind) plus pure types. Zero @open-matrix/core dependency. Extracted from @open-matrix/core during core-decontamination Phase 2 so schema evolution doesn't rebuild the actor kernel.",
"private": true,
"type": "module", "type": "module",
"sideEffects": false, "sideEffects": false,
"main": "dist/index.js", "main": "dist/index.js",

View File

@ -1,6 +1,5 @@
{ {
"name": "@open-matrix/core", "name": "@open-matrix/core",
"private": true,
"version": "0.1.3", "version": "0.1.3",
"description": "Matrix runtime SDK \u2014 actors, Web Components, transports, serialization, and LISP-on-Protocol", "description": "Matrix runtime SDK \u2014 actors, Web Components, transports, serialization, and LISP-on-Protocol",
"type": "module", "type": "module",

View File

@ -1,6 +1,5 @@
{ {
"name": "@open-matrix/federation", "name": "@open-matrix/federation",
"private": true,
"version": "0.2.3", "version": "0.2.3",
"description": "Matrix federation layer: mailbox-based cross-realm messaging with legacy (matrix3) and modern (mxenv1) wire format support and security guardrails.", "description": "Matrix federation layer: mailbox-based cross-realm messaging with legacy (matrix3) and modern (mxenv1) wire format support and security guardrails.",
"license": "UNLICENSED", "license": "UNLICENSED",

View File

@ -3,7 +3,6 @@
"version": "0.1.3", "version": "0.1.3",
"type": "module", "type": "module",
"description": "Narrow Omega core/interpreter facade for Matrix membrane consumers", "description": "Narrow Omega core/interpreter facade for Matrix membrane consumers",
"private": true,
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/packages/omega-core/src/index.d.ts", "types": "./dist/packages/omega-core/src/index.d.ts",
"exports": { "exports": {

View File

@ -3,7 +3,6 @@
"version": "0.1.3", "version": "0.1.3",
"description": "Public Matrix actor SDK facade for package authors.", "description": "Public Matrix actor SDK facade for package authors.",
"type": "module", "type": "module",
"private": true,
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": { "exports": {