@spikard/wasm 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
8
- "version": "0.3.1",
8
+ "version": "0.3.3",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
Binary file
@@ -4,7 +4,7 @@
4
4
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
7
- "version": "0.3.1",
7
+ "version": "0.3.3",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
Binary file
@@ -5,7 +5,7 @@
5
5
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for Spikard HTTP framework via wasm-bindgen",
8
- "version": "0.3.1",
8
+ "version": "0.3.3",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spikard/wasm",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "WebAssembly bindings for spikard - High-performance HTTP framework",
5
5
  "main": "dist-bundler/spikard_wasm.js",
6
6
  "types": "dist-bundler/spikard_wasm.d.ts",