@superblocksteam/custom-components 1.14.0 → 1.14.1

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/custom-components",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Official Superblocks SDK for developing custom components",
5
5
  "homepage": "https://www.superblocks.com/",
6
6
  "keywords": [
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.6.1",
32
- "@superblocksteam/util": "1.14.0"
32
+ "@superblocksteam/util": "1.14.1"
33
33
  },
34
34
  "scripts": {
35
35
  "preinstall": "node -e \"if (process.versions.node.split('.')[0] < 20) { console.error('Incompatible Node version: Please use Node.js v16 or higher'); process.exit(1);}\"",