@bquery/bquery 1.8.1 → 1.8.2
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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bquery/bquery",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "The jQuery for the Modern Web Platform - Zero build, TypeScript-first library with reactivity, components, and motion",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/full.umd.js",
|
|
@@ -154,7 +154,8 @@
|
|
|
154
154
|
"registry": "https://registry.npmjs.org/"
|
|
155
155
|
},
|
|
156
156
|
"engines": {
|
|
157
|
-
"node": ">=
|
|
157
|
+
"node": ">=24.0.0",
|
|
158
|
+
"bun": ">=1.3.11"
|
|
158
159
|
},
|
|
159
160
|
"devDependencies": {
|
|
160
161
|
"@storybook/addon-docs": "^10.3.3",
|