diff --git a/.github/workflows/jsr-publish.yml b/.github/workflows/jsr-publish.yml index a79b0fc..0268b10 100644 --- a/.github/workflows/jsr-publish.yml +++ b/.github/workflows/jsr-publish.yml @@ -1,4 +1,4 @@ -# Publish @polymorph/websocket-deltic (js/deltic) to JSR. +# Publish @polymorph/websocket (js/deltic) to JSR. # # Auth is GitHub Actions OIDC: the package's GitHub-repository link on # jsr.io authorizes runs from this repository — no tokens. Dispatch diff --git a/js/deltic/deno.json b/js/deltic/deno.json index e8f6588..096d0c2 100644 --- a/js/deltic/deno.json +++ b/js/deltic/deno.json @@ -1,5 +1,5 @@ { - "name": "@polymorph/websocket-deltic", + "name": "@polymorph/websocket", "version": "0.1.0", "license": "Apache-2.0", "exports": "./websocket.ts", diff --git a/rust/wasmtime/Cargo.toml b/rust/wasmtime/Cargo.toml index b831a4f..e3fcab0 100644 --- a/rust/wasmtime/Cargo.toml +++ b/rust/wasmtime/Cargo.toml @@ -3,7 +3,7 @@ name = "wasmtime-websocket" version = "0.1.0" edition = "2021" description = "Wasmtime host implementation of the polymorph:websocket interfaces over tokio-tungstenite" -license = "MIT OR Apache-2.0" +license = "Apache-2.0" [dependencies] futures = { workspace = true }