@quatrain/cloudwrapper-supabase 1.1.33 → 1.1.35

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/README.md +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -38,6 +38,10 @@ const supabaseEnv = new SupabaseWrapper({
38
38
  CloudWrapper.addAdapter('supabase', supabaseEnv, true)
39
39
  ```
40
40
 
41
+ ## Documentation
42
+
43
+ For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
44
+
41
45
  ## License
42
46
 
43
47
  AGPL-3.0-only
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@quatrain/cloudwrapper-supabase",
3
- "version": "1.1.33",
3
+ "version": "1.1.35",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "Cloud Wrapper adapter for Supabase",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/quatrain/Core.git",
8
+ "url": "git+https://github.com/Quatrain/Core.git",
9
9
  "directory": "packages/cloudwrapper-supabase"
10
10
  },
11
11
  "main": "dist/index.js",
@@ -19,13 +19,13 @@
19
19
  ],
20
20
  "author": "Quatrain Développement SAS <developers@quatrain.com>",
21
21
  "peerDependencies": {
22
- "@quatrain/core": "^1.1.48"
22
+ "@quatrain/core": "^1.1.50"
23
23
  },
24
24
  "dependencies": {
25
- "@quatrain/backend": "^1.1.34",
26
- "@quatrain/cloudwrapper": "^1.1.24",
27
- "@quatrain/core": "^1.1.48",
28
- "@quatrain/storage": "^1.1.30",
25
+ "@quatrain/backend": "^1.1.36",
26
+ "@quatrain/cloudwrapper": "^1.1.26",
27
+ "@quatrain/core": "^1.1.50",
28
+ "@quatrain/storage": "^1.1.32",
29
29
  "@supabase/supabase-js": "^2.87.3",
30
30
  "ws": "^8.18.3"
31
31
  },