Skip to content

Commit

Permalink
Bump version + deps, update privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Dec 21, 2024
1 parent e69f2c5 commit 9ab10ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WakaTime for Figma is a browser extension that tracks your design time and activ
## Data Collection

### Authentication Data
- **Figma Authentication**: The extension uses Figma cookies to authenticate with Figma's official API. These cookies are only used for API authentication and are never stored or transmitted elsewhere.
- **Figma Authentication**: The extension uses your Figma Personal Access Token to authenticate with Figma's official API. Your PAT is only used for API authentication and is never stored or transmitted elsewhere.
- **WakaTime Authentication**: Your WakaTime API key and API URL are stored locally in your browser's secure storage. These credentials are only used to send activity data to WakaTime's servers.

### Activity Data
Expand All @@ -19,12 +19,12 @@ We collect the following information about your Figma usage:
### What we don't collect
- File contents or design assets
- Personal information beyond what's listed above
- Figma account credentials
- Screenshots or visual content
- Communication or messages

## Data Usage
- All collected data is sent directly to WakaTime's servers (or your specified alternative server for High Seas users)
- The Figma file is SHA256 hashed on the client-side, and neither the hash nor the original file are ever sent elsewhere
- Data is used solely for generating time tracking statistics and activity reports
- No data is sold or shared with third parties

Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "figma-wakatime",
"description": "Metrics, insights, and time tracking automatically generated from your Figma activity.",
"private": true,
"version": "1.0.4",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "wxt",
Expand All @@ -16,16 +16,16 @@
},
"devDependencies": {
"@catppuccin/daisyui": "^1.2.1",
"@figma/plugin-typings": "^1.105.0",
"@figma/plugin-typings": "^1.106.0",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.287",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-svelte": "^2.0.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"svelte": "^5.14.2",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"wxt": "^0.19.22",
Expand Down

0 comments on commit 9ab10ea

Please sign in to comment.