@blocklet/pages-kit-block-studio 0.4.129 → 0.4.130

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-block-studio",
3
- "version": "0.4.129",
3
+ "version": "0.4.130",
4
4
  "description": "Pages Kit block studio for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -141,7 +141,7 @@
141
141
  "zod": "^3.24.2",
142
142
  "zod-to-json-schema": "^3.24.4",
143
143
  "zod-to-ts": "^1.2.0",
144
- "@blocklet/pages-kit": "0.4.129"
144
+ "@blocklet/pages-kit": "0.4.130"
145
145
  },
146
146
  "devDependencies": {
147
147
  "@rollup/plugin-typescript": "^11.1.6",
@@ -166,7 +166,7 @@
166
166
  "zod": "^3.24.2",
167
167
  "zod-to-json-schema": "^3.24.4",
168
168
  "zod-to-ts": "^1.2.0",
169
- "@blocklet/pages-kit": "0.4.129"
169
+ "@blocklet/pages-kit": "0.4.130"
170
170
  },
171
171
  "scripts": {
172
172
  "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",