@superblocksteam/library 2.0.3-next.127 → 2.0.3-next.128

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/library",
3
- "version": "2.0.3-next.127",
3
+ "version": "2.0.3-next.128",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -32,7 +32,7 @@
32
32
  "@react-hook/resize-observer": "1.2.6",
33
33
  "@superblocksteam/fast-deep-equal": "3.1.4",
34
34
  "@superblocksteam/iso-currency": "2.0.0",
35
- "@superblocksteam/library-shared": "2.0.3-next.127",
35
+ "@superblocksteam/library-shared": "2.0.3-next.128",
36
36
  "@superblocksteam/shared": "0.8939.0",
37
37
  "antd": "4.24.15",
38
38
  "apca-w3": "^0.1.9",
@@ -142,7 +142,6 @@
142
142
  "kebabify": "./scripts/kebabify.ts",
143
143
  "lint": "eslint . --max-warnings 0 --cache --cache-strategy content --cache-location ~/.cache/eslint-library/",
144
144
  "lint:fix": "eslint . --fix",
145
- "pack-lib": "npm run build && npm pack",
146
145
  "preview": "vite preview",
147
146
  "test": "vitest run",
148
147
  "test:related": "vitest related --run $(git diff --cached --name-only --relative)",