@pyreon/attrs 0.30.0 → 0.32.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 +5 -5
package/README.md CHANGED
@@ -139,7 +139,7 @@ Use `ExtractProps<typeof Button>` from `@pyreon/core` to recover the union when
139
139
 
140
140
  ## Documentation
141
141
 
142
- Full docs: [docs.pyreon.dev/docs/attrs](https://docs.pyreon.dev/docs/attrs) (or `docs/docs/attrs.md` in this repo).
142
+ Full docs: [docs.pyreon.dev/docs/attrs](https://docs.pyreon.dev/docs/attrs) (or `docs/src/content/docs/attrs.md` in this repo).
143
143
 
144
144
  ## License
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/attrs",
3
- "version": "0.30.0",
3
+ "version": "0.32.0",
4
4
  "description": "Attrs HOC chaining for Pyreon components",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/attrs#readme",
@@ -39,14 +39,14 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "peerDependencies": {
42
- "@pyreon/core": "^0.30.0"
42
+ "@pyreon/core": "^0.32.0"
43
43
  },
44
44
  "dependencies": {
45
- "@pyreon/ui-core": "^0.30.0"
45
+ "@pyreon/ui-core": "^0.32.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@pyreon/typescript": "^0.30.0",
49
- "@pyreon/vitest-config": "0.13.2",
48
+ "@pyreon/typescript": "^0.32.0",
49
+ "@pyreon/vitest-config": "0.13.3",
50
50
  "@vitus-labs/tools-rolldown": "^2.5.0"
51
51
  },
52
52
  "engines": {