Skip to content

Commit

Permalink
feat: full rewrite using getAll and setAll cookie methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed May 28, 2024
1 parent b115940 commit 6428ea5
Show file tree
Hide file tree
Showing 16 changed files with 2,756 additions and 319 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/coverage
/node_modules
/*.tgz
__snapshots__
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.spec.js
*.spec.js.map
*.spec.ts
__snapshots__
333 changes: 333 additions & 0 deletions docs/design.md

Large diffs are not rendered by default.

37 changes: 1 addition & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@eslint/js": "^9.3.0",
"@supabase/supabase-js": "^2.43.4",
"@types/cookie": "^0.6.0",
"@types/ramda": "^0.30.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand All @@ -51,7 +50,6 @@
"@rollup/rollup-linux-x64-gnu": "^4.9.5"
},
"dependencies": {
"cookie": "^0.6.0",
"ramda": "^0.30.0"
"cookie": "^0.6.0"
}
}
Loading

0 comments on commit 6428ea5

Please sign in to comment.