@tutti-os/workspace-file-reference 0.0.8 → 0.0.10

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
@@ -5,7 +5,7 @@ Reusable workspace file reference contracts, picker state, and optional React UI
5
5
  This package owns host-neutral file reference selection behavior for workspace
6
6
  surfaces that need to browse, search, upload, preview, open, or share file
7
7
  references. Hosts provide concrete file-system access through package contracts;
8
- desktop preload calls, nextopd transport wiring, host absolute paths, and
8
+ desktop preload calls, tuttid transport wiring, host absolute paths, and
9
9
  product-specific integration stay in the consuming host adapter.
10
10
 
11
11
  The package uses logical workspace paths and keeps reference picking reusable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workspace-file-reference",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -36,9 +36,9 @@
36
36
  "directory": "packages/workspace/file-reference"
37
37
  },
38
38
  "dependencies": {
39
- "@tutti-os/ui-react-hooks": "0.0.8",
40
- "@tutti-os/ui-system": "0.0.8",
41
- "@tutti-os/workspace-file-preview": "0.0.8",
39
+ "@tutti-os/ui-react-hooks": "0.0.10",
40
+ "@tutti-os/ui-system": "0.0.10",
41
+ "@tutti-os/workspace-file-preview": "0.0.10",
42
42
  "valtio": "^2.3.2"
43
43
  },
44
44
  "devDependencies": {
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^19.1.0",
58
58
  "valtio": "^2.3.2"
59
59
  },
60
- "nextop": {
60
+ "tutti": {
61
61
  "tailwindSourceRoot": "src"
62
62
  },
63
63
  "publishConfig": {