diff --git a/JS/jsonnet/README.md b/JS/jsonnet/README.md index b27e0d803..9a8602ee0 100644 --- a/JS/jsonnet/README.md +++ b/JS/jsonnet/README.md @@ -7,7 +7,7 @@ This project aim to running Jsonnet in Wasm. The code is written in Rust and com - [x] Jsonnet Snippet evaluation - [x] External variable support - [ ] External function support -- [ ] Jsonnet file evaluation +- [x] Jsonnet file evaluation ## Usage diff --git a/JS/jsonnet/package.json b/JS/jsonnet/package.json index d36cf5f82..bd3af7e37 100644 --- a/JS/jsonnet/package.json +++ b/JS/jsonnet/package.json @@ -1,6 +1,6 @@ { "name": "@arakoodev/jsonnet", - "version": "0.1.2", + "version": "0.2.0", "main": "src/index.js", "type": "module", "types": "src/index.d.ts"