diff --git a/README.md b/README.md index cda0a98..0b0a274 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ Instead of using FFI and the libextism shared object, this library uses whatever ## Installation Install via npm: -``` -npm install @extism/extism@1.0.0-rc3 --save + +```shell +$ npm install @extism/extism ``` > **Note**: Keep in mind we will possibly have breaking changes b/w rc versions until we hit 1.0. diff --git a/package-lock.json b/package-lock.json index 8024de1..919f9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@extism/extism", - "version": "1.0.0-rc3", + "version": "0.0.0-replaced-by-ci", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@extism/extism", - "version": "1.0.0-rc3", + "version": "0.0.0-replaced-by-ci", "license": "BSD-3-Clause", "devDependencies": { "@bjorn3/browser_wasi_shim": "^0.2.14", diff --git a/package.json b/package.json index 0ede360..e8c41c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extism/extism", - "version": "1.0.0-rc3", + "version": "0.0.0-replaced-by-ci", "description": "Extism runtime for JavaScript", "scripts": { "build": "just build", @@ -14,7 +14,10 @@ "access": "public" }, "files": [ - "dist/*" + "dist/browser/*", + "dist/bun/*", + "dist/cjs/*", + "dist/esm/*" ], "module": "dist/esm/mod.js", "main": "dist/cjs/index.js",