@supabase/server 1.1.0-rc.58 → 1.1.0-rc.59

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 (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/server",
3
- "version": "1.1.0-rc.58",
3
+ "version": "1.1.0-rc.59",
4
4
  "description": "Server-side utilities for Supabase. Handles auth, client creation, and context injection so you write business logic, not boilerplate.",
5
5
  "keywords": [
6
6
  "edge",
@@ -52,6 +52,7 @@
52
52
  "engines": {
53
53
  "node": ">=20"
54
54
  },
55
+ "packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912",
55
56
  "scripts": {
56
57
  "build": "tsdown",
57
58
  "dev": "tsdown --watch",
@@ -68,11 +69,6 @@
68
69
  "pre-commit": "pnpm pretty-quick --staged",
69
70
  "commit-msg": "pnpm commitlint --edit \"$1\""
70
71
  },
71
- "pnpm": {
72
- "onlyBuiltDependencies": [
73
- "simple-git-hooks"
74
- ]
75
- },
76
72
  "peerDependencies": {
77
73
  "@supabase/supabase-js": "^2.0.0",
78
74
  "h3": "^2.0.0",