@pyreon/virtual 0.32.0 → 0.34.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -165,7 +165,7 @@ const { virtualItems } = useVirtualizer(() => ({
165
165
 
166
166
  ## Documentation
167
167
 
168
- Full docs: [docs.pyreon.dev/docs/virtual](https://docs.pyreon.dev/docs/virtual) (or `docs/src/content/docs/virtual.md` in this repo).
168
+ Full docs: [pyreon.dev/docs/virtual](https://pyreon.dev/docs/virtual) (or `docs/src/content/docs/virtual.md` in this repo).
169
169
 
170
170
  ## License
171
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/virtual",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "Pyreon adapter for TanStack Virtual",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/fundamentals/virtual#readme",
@@ -36,8 +36,8 @@
36
36
  "lint": "oxlint ."
37
37
  },
38
38
  "peerDependencies": {
39
- "@pyreon/core": "^0.32.0",
40
- "@pyreon/reactivity": "^0.32.0"
39
+ "@pyreon/core": "^0.34.0",
40
+ "@pyreon/reactivity": "^0.34.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "@tanstack/virtual-core": "^3.16.0"
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@happy-dom/global-registrator": "^20.9.0",
47
47
  "@pyreon/manifest": "0.13.2",
48
- "@pyreon/runtime-dom": "^0.32.0",
48
+ "@pyreon/runtime-dom": "^0.34.0",
49
49
  "@pyreon/vitest-config": "0.13.3"
50
50
  },
51
51
  "publishConfig": {