@pyreon/meta 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 +35 -35
package/README.md CHANGED
@@ -115,7 +115,7 @@ Heavy upstream deps stay lazy at the source-package level:
115
115
 
116
116
  ## Documentation
117
117
 
118
- Full docs: [docs.pyreon.dev/docs/meta](https://docs.pyreon.dev/docs/meta) (or `docs/src/content/docs/meta.md` in this repo).
118
+ Full docs: [pyreon.dev/docs/meta](https://pyreon.dev/docs/meta) (or `docs/src/content/docs/meta.md` in this repo).
119
119
 
120
120
  ## License
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/meta",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "Pyreon Meta — barrel package re-exporting the full Pyreon fundamentals ecosystem",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/zero/meta#readme",
@@ -37,42 +37,42 @@
37
37
  "lint": "oxlint ."
38
38
  },
39
39
  "peerDependencies": {
40
- "@pyreon/reactivity": "^0.32.0"
40
+ "@pyreon/reactivity": "^0.34.0"
41
41
  },
42
42
  "dependencies": {
43
- "@pyreon/attrs": "^0.32.0",
44
- "@pyreon/charts": "^0.32.0",
45
- "@pyreon/code": "^0.32.0",
46
- "@pyreon/connector-document": "^0.32.0",
47
- "@pyreon/coolgrid": "^0.32.0",
48
- "@pyreon/dnd": "^0.32.0",
49
- "@pyreon/document": "^0.32.0",
50
- "@pyreon/document-primitives": "^0.32.0",
51
- "@pyreon/elements": "^0.32.0",
52
- "@pyreon/feature": "^0.32.0",
53
- "@pyreon/flow": "^0.32.0",
54
- "@pyreon/form": "^0.32.0",
55
- "@pyreon/hooks": "^0.32.0",
56
- "@pyreon/hotkeys": "^0.32.0",
57
- "@pyreon/i18n": "^0.32.0",
58
- "@pyreon/kinetic": "^0.32.0",
59
- "@pyreon/kinetic-presets": "^0.32.0",
60
- "@pyreon/machine": "^0.32.0",
61
- "@pyreon/permissions": "^0.32.0",
62
- "@pyreon/query": "^0.32.0",
63
- "@pyreon/rocketstyle": "^0.32.0",
64
- "@pyreon/rx": "^0.32.0",
65
- "@pyreon/state-tree": "^0.32.0",
66
- "@pyreon/storage": "^0.32.0",
67
- "@pyreon/store": "^0.32.0",
68
- "@pyreon/styler": "^0.32.0",
69
- "@pyreon/table": "^0.32.0",
70
- "@pyreon/toast": "^0.32.0",
71
- "@pyreon/ui-core": "^0.32.0",
72
- "@pyreon/unistyle": "^0.32.0",
73
- "@pyreon/url-state": "^0.32.0",
74
- "@pyreon/validation": "^0.32.0",
75
- "@pyreon/virtual": "^0.32.0"
43
+ "@pyreon/attrs": "^0.34.0",
44
+ "@pyreon/charts": "^0.34.0",
45
+ "@pyreon/code": "^0.34.0",
46
+ "@pyreon/connector-document": "^0.34.0",
47
+ "@pyreon/coolgrid": "^0.34.0",
48
+ "@pyreon/dnd": "^0.34.0",
49
+ "@pyreon/document": "^0.34.0",
50
+ "@pyreon/document-primitives": "^0.34.0",
51
+ "@pyreon/elements": "^0.34.0",
52
+ "@pyreon/feature": "^0.34.0",
53
+ "@pyreon/flow": "^0.34.0",
54
+ "@pyreon/form": "^0.34.0",
55
+ "@pyreon/hooks": "^0.34.0",
56
+ "@pyreon/hotkeys": "^0.34.0",
57
+ "@pyreon/i18n": "^0.34.0",
58
+ "@pyreon/kinetic": "^0.34.0",
59
+ "@pyreon/kinetic-presets": "^0.34.0",
60
+ "@pyreon/machine": "^0.34.0",
61
+ "@pyreon/permissions": "^0.34.0",
62
+ "@pyreon/query": "^0.34.0",
63
+ "@pyreon/rocketstyle": "^0.34.0",
64
+ "@pyreon/rx": "^0.34.0",
65
+ "@pyreon/state-tree": "^0.34.0",
66
+ "@pyreon/storage": "^0.34.0",
67
+ "@pyreon/store": "^0.34.0",
68
+ "@pyreon/styler": "^0.34.0",
69
+ "@pyreon/table": "^0.34.0",
70
+ "@pyreon/toast": "^0.34.0",
71
+ "@pyreon/ui-core": "^0.34.0",
72
+ "@pyreon/unistyle": "^0.34.0",
73
+ "@pyreon/url-state": "^0.34.0",
74
+ "@pyreon/validation": "^0.34.0",
75
+ "@pyreon/virtual": "^0.34.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@pyreon/vitest-config": "0.13.3"