@builder.io/sdk-solid 0.5.3 → 0.5.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ### 0.5.5
2
+
3
+ - Fix: remove `lru-cache` import and usage.
4
+
5
+ ### 0.5.4
6
+
7
+ - Fix build issues caused by extraneous `acorn` import.
8
+ - Put Edge runtime evaluator behind dynamic import.
9
+
1
10
  ### 0.5.2
2
11
 
3
12
  - No Changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-solid",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./solid-index.jsx",