clingo-wasm
Advanced tools
Comparing version 0.0.14 to 0.1.0
{ | ||
"name": "clingo-wasm", | ||
"version": "0.0.14", | ||
"version": "0.1.0", | ||
"description": "Clingo compiled to WebAssembly", | ||
@@ -31,18 +31,18 @@ "repository": "https://github.com/domoritz/clingo-wasm", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.0", | ||
"@babel/preset-env": "^7.19.0", | ||
"@babel/core": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/jest": "^29.0.1", | ||
"@types/node": "^18.7.16", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "^18.11.9", | ||
"exports-loader": "^4.0.0", | ||
"file-loader": "^6.2.0", | ||
"gh-pages": "^4.0.0", | ||
"jest": "^29.0.3", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"serve": "^14.0.1", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.8.3", | ||
"webpack": "^5.74.0", | ||
"serve": "^14.1.1", | ||
"ts-loader": "^9.4.1", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-server": "^4.11.0", | ||
"webpack-dev-server": "^4.11.1", | ||
"worker-loader": "^3.0.8" | ||
@@ -49,0 +49,0 @@ }, |
@@ -5,3 +5,3 @@ # Clingo WebAssembly | ||
[![CDN](https://data.jsdelivr.com/v1/package/npm/clingo-wasm/badge?style=rounded)](https://www.jsdelivr.com/package/npm/clingo-wasm) | ||
[![Clingo version](https://img.shields.io/badge/Clingo-5.6.0-blue)](https://github.com/potassco/clingo) | ||
[![Clingo version](https://img.shields.io/badge/Clingo-5.6.2-blue)](https://github.com/potassco/clingo) | ||
[![Lua version](https://img.shields.io/badge/Lua-5.3.6-blue)](https://github.com/lua/lua) | ||
@@ -14,4 +14,2 @@ [![Emscripten version](https://img.shields.io/badge/Emscripten-3.1.18-blue)](https://emscripten.org) | ||
**The API is not finalized and may change.** | ||
This repo combines work from two previous repos: https://github.com/Aluriak/webclingo-example and https://github.com/domoritz/wasm-clingo. | ||
@@ -18,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5162009
16
63