@praxisui/files-upload 9.0.4-rc.2 → 9.0.4-rc.4

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 CHANGED
@@ -13,7 +13,7 @@ The component owns the upload UI and Praxis upload client contract. The host own
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npm i @praxisui/files-upload@latest
16
+ npm i @praxisui/files-upload@rc
17
17
  ```
18
18
 
19
19
  Peer dependencies:
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-07-31T10:13:34.390Z",
3
+ "generatedAt": "2026-07-31T20:05:40.240Z",
4
4
  "packageName": "@praxisui/files-upload",
5
- "packageVersion": "9.0.4-rc.2",
5
+ "packageVersion": "9.0.4-rc.4",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@praxisui/files-upload",
3
- "version": "9.0.4-rc.2",
3
+ "version": "9.0.4-rc.4",
4
4
  "description": "File upload components and services for Praxis UI with presigned and direct strategies, quotas and rate-limit handling.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/cdk": "^21.0.0",
8
8
  "@angular/core": "^21.0.0",
9
9
  "@angular/material": "^21.0.0",
10
- "@praxisui/core": "^9.0.4-rc.2",
11
- "@praxisui/dynamic-fields": "^9.0.4-rc.2",
12
- "@praxisui/settings-panel": "^9.0.4-rc.2",
10
+ "@praxisui/core": "^9.0.4-rc.4",
11
+ "@praxisui/dynamic-fields": "^9.0.4-rc.4",
12
+ "@praxisui/settings-panel": "^9.0.4-rc.4",
13
13
  "@angular/forms": "^21.0.0",
14
14
  "@angular/router": "^21.0.0",
15
- "@praxisui/ai": "^9.0.4-rc.2",
15
+ "@praxisui/ai": "^9.0.4-rc.4",
16
16
  "rxjs": "~7.8.0"
17
17
  },
18
18
  "dependencies": {