Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Instead of using FFI and the libextism shared object, this library uses whatever

Install via npm:
```
npm install @extism/extism@1.0.0-rc1 --save
npm install @extism/extism@1.0.0-rc2 --save
```

> **Note**: Keep in mind we will possibly have breaking changes b/w rc versions until we hit 1.0.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extism/extism",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"description": "Extism runtime for JavaScript",
"scripts": {
"build": "node build.js && tsc --emitDeclarationOnly --project ./tsconfig.node.json --declaration --outDir dist && tsc --emitDeclarationOnly --project ./tsconfig.browser.json --declaration --outDir dist",
Expand Down