@superblocksteam/library 2.0.43-next.4 → 2.0.43-next.6

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/README.md +0 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,13 +31,6 @@ For example, `SUPERBLOCKS_CODE_SANDBOX_TEMPLATE_ID=6f8q2z`
31
31
 
32
32
  ---
33
33
 
34
- Then there is a one time task to setup built assets (non-editor UI):
35
-
36
- ```
37
- cd packages/ui
38
- npm run copy-built-assets
39
- ```
40
-
41
34
  You'll also want to ensure you've compiled the new CLI and library:
42
35
 
43
36
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/library",
3
- "version": "2.0.43-next.4",
3
+ "version": "2.0.43-next.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -38,7 +38,7 @@
38
38
  "@react-hook/resize-observer": "1.2.6",
39
39
  "@superblocksteam/fast-deep-equal": "3.1.4",
40
40
  "@superblocksteam/iso-currency": "2.0.0",
41
- "@superblocksteam/library-shared": "2.0.43-next.4",
41
+ "@superblocksteam/library-shared": "2.0.43-next.6",
42
42
  "@superblocksteam/shared": "0.9503.0",
43
43
  "apca-w3": "^0.1.9",
44
44
  "clsx": "^2.1.1",