diff --git a/packages/affine-vscode/README.adoc b/packages/affine-vscode/README.adoc index e3c8ebf2..5108cc92 100644 --- a/packages/affine-vscode/README.adoc +++ b/packages/affine-vscode/README.adoc @@ -113,6 +113,7 @@ ABI lands. Phase 2 — bindings landed. The pilot affinescript port (issue #63) and external-extension ports (issue #64: my-lang, rsr-certifier) consume -this adapter; the long-term plan is to publish it to npm so consumers -do not have to vendor `mod.js`. Phase 4 (rattlescript-face sweep) still -to do. +this adapter. npm publish wiring is in place (issue #104: +`affine-vscode-publish.yml` ships the package on `affine-vscode-v*` +tag pushes); the first publish + downstream un-vendoring is gated on +that issue. Phase 4 (rattlescript-face sweep) still to do. diff --git a/packages/affine-vscode/deno.json b/packages/affine-vscode/deno.json index e5b31654..efa23541 100644 --- a/packages/affine-vscode/deno.json +++ b/packages/affine-vscode/deno.json @@ -4,5 +4,5 @@ "exports": { ".": "./mod.js" }, - "license": "PMPL-1.0-or-later" + "license": "MPL-2.0" } diff --git a/packages/affine-vscode/package.json b/packages/affine-vscode/package.json index 9b41d9f5..378e6234 100644 --- a/packages/affine-vscode/package.json +++ b/packages/affine-vscode/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "JS-side adapter for AffineScript's stdlib/Vscode.affine + stdlib/VscodeLanguageClient.affine binding modules. Resolves each extern fn to a real vscode / vscode-languageclient call and maintains the FFI handle table.", "main": "./mod.js", - "license": "PMPL-1.0-or-later", + "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/hyperpolymath/affinescript.git",