@tutti-os/workspace-file-manager 0.0.65 → 0.0.67

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/LICENSE +1 -2
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  Apache License
3
2
  Version 2.0, January 2004
4
3
  http://www.apache.org/licenses/
@@ -187,7 +186,7 @@
187
186
  same "printed page" as the copyright notice for easier
188
187
  identification within third-party archives.
189
188
 
190
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2025-2026 The Tutti Authors
191
190
 
192
191
  Licensed under the Apache License, Version 2.0 (the "License");
193
192
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workspace-file-manager",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -28,9 +28,9 @@
28
28
  "directory": "packages/workspace/file-manager"
29
29
  },
30
30
  "dependencies": {
31
- "@tutti-os/ui-i18n-runtime": "0.0.65",
32
- "@tutti-os/ui-system": "0.0.65",
33
- "@tutti-os/workspace-file-preview": "0.0.65"
31
+ "@tutti-os/ui-i18n-runtime": "0.0.67",
32
+ "@tutti-os/ui-system": "0.0.67",
33
+ "@tutti-os/workspace-file-preview": "0.0.67"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^24.0.1",