@e-sig/supabase 0.3.0 → 0.3.1

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 -1
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Opendelphi contributors
3
+ Copyright (c) 2026 VMVTech, Ltd.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@e-sig/supabase",
3
- "version": "0.3.0",
4
- "description": "Supabase adapters (CertStore / AuditLogStore / PdfStorageStore) for @e-sig/core self-contained PDF e-signature persistence on Supabase Postgres + Storage.",
3
+ "version": "0.3.1",
4
+ "description": "Supabase adapters (CertStore / AuditLogStore / PdfStorageStore) for @e-sig/core \u2014 self-contained PDF e-signature persistence on Supabase Postgres + Storage.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -48,14 +48,14 @@
48
48
  "homepage": "https://github.com/vmvtech/esig-suite/tree/main/packages/esig-supabase#readme",
49
49
  "peerDependencies": {
50
50
  "@supabase/supabase-js": ">=2",
51
- "@e-sig/core": "^0.4.0 || ^0.5.0 || ^0.6.0"
51
+ "@e-sig/core": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@supabase/supabase-js": "^2.98.0",
55
55
  "@types/node": "^22.0.0",
56
- "@e-sig/core": "^0.6.0",
56
+ "@e-sig/core": "^0.7.0",
57
57
  "typescript": "^5.4.0",
58
- "vitest": "^2.1.9"
58
+ "vitest": "^4.1.10"
59
59
  },
60
60
  "publishConfig": {
61
61
  "registry": "https://registry.npmjs.org",