@nexpress/plugin-block-stats 0.3.7 → 0.3.9
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexpress/plugin-block-stats",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Stats counter block — live document counts for any collection. Sample plugin showcasing data-bound blocks.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Nexpress",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"react": "^19.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@nexpress/blocks": "0.3.
|
|
37
|
-
"@nexpress/plugin-sdk": "0.3.
|
|
36
|
+
"@nexpress/blocks": "0.3.9",
|
|
37
|
+
"@nexpress/plugin-sdk": "0.3.9"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^22.0.0",
|