toiljs 0.0.58 → 0.0.59

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +4 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.58] - 2026-06-20
4
+
5
+ ### Other Changes
6
+
7
+ - chore(release): 0.0.58 ([#193](https://github.com/dacely-cloud/toiljs/pull/193)) by @BlobMaster41
8
+
9
+
10
+
11
+
3
12
  ## [v0.0.56] - 2026-06-18
4
13
 
5
14
  ### Other Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "toiljs",
3
3
  "type": "module",
4
- "version": "0.0.58",
4
+ "version": "0.0.59",
5
5
  "author": "Dacely",
6
6
  "description": "The modern React framework: a file-based React frontend and a ToilScript-compiled WebAssembly backend.",
7
7
  "repository": {
@@ -144,6 +144,9 @@
144
144
  "react-dom": ">=18.0.0",
145
145
  "typescript": ">=6.0.0"
146
146
  },
147
+ "overrides": {
148
+ "elliptic": "file:./stubs/elliptic"
149
+ },
147
150
  "devDependencies": {
148
151
  "@babel/core": "^8.0.1",
149
152
  "@babel/preset-env": "^8.0.2",