@thetechfossil/upfiles 0.6.0 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetechfossil/upfiles",
3
- "version": "0.6.0",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight client and React components for Upfiles Plugin API (presigned S3)",
5
5
  "license": "MIT",
6
6
  "author": "UpFiles",
@@ -8,6 +8,8 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/your-org/upfiles.git"
10
10
  },
11
+ "homepage": "https://ttf-upfiles-docs.netlify.app/",
12
+ "documentation": "https://ttf-upfiles-docs.netlify.app/",
11
13
  "main": "dist/index.cjs",
12
14
  "module": "dist/index.mjs",
13
15
  "types": "dist/index.d.ts",
@@ -28,15 +30,14 @@
28
30
  "build": "tsup src/index.ts --format cjs,esm --dts --clean",
29
31
  "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
30
32
  "typecheck": "tsc -p tsconfig.json --noEmit",
31
- "prepublishOnly": "bun run build",
32
- "todo:list": "node scripts/todo-manager.js list",
33
- "todo:complete": "node scripts/todo-manager.js complete",
34
- "todo:add": "node scripts/todo-manager.js add"
33
+ "prepublishOnly": "bun run build"
35
34
  },
36
35
  "peerDependencies": {
37
- "react": ">=18"
36
+ "react": ">=18",
37
+ "@radix-ui/react-dialog": ">=1.0.0"
38
38
  },
39
39
  "devDependencies": {
40
+ "@radix-ui/react-dialog": "^1.1.15",
40
41
  "@types/react": "^19",
41
42
  "tsup": "^8.3.0",
42
43
  "typescript": "^5.6.2"