@supabase/functions-js 2.80.1-canary.0 → 999.9.2-canary.0

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.
package/README.md CHANGED
@@ -1,11 +1,18 @@
1
1
  # `functions-js`
2
2
 
3
+ <div align="center">
4
+
5
+ [![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)
6
+
7
+ </div>
8
+
3
9
  JS Client library to interact with Supabase Functions.
4
10
 
5
11
  ## Docs
6
12
 
7
13
  - **API Reference**: <https://supabase.com/docs/reference/javascript/functions-invoke>
8
14
  - **Functions Guide**: <https://supabase.com/docs/guides/functions>
15
+ - **Typedoc**: <https://supabase.github.io/supabase-js/functions-js/v2/spec.json>
9
16
 
10
17
  ## Quick Start
11
18
 
@@ -37,7 +44,7 @@ const { data, error } = await functions.invoke('hello-world', {
37
44
 
38
45
  ## Development
39
46
 
40
- This package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/js-client-libs). To work on this package:
47
+ This package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/supabase-js). To work on this package:
41
48
 
42
49
  ### Building
43
50
 
@@ -1,2 +1,2 @@
1
- export declare const version = "2.80.1-canary.0";
1
+ export declare const version = "999.9.2-canary.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,oBAAoB,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,qBAAqB,CAAA"}
@@ -7,5 +7,5 @@ exports.version = void 0;
7
7
  // - Debugging and support (identifying which version is running)
8
8
  // - Telemetry and logging (version reporting in errors/analytics)
9
9
  // - Ensuring build artifacts match the published package version
10
- exports.version = '2.80.1-canary.0';
10
+ exports.version = '999.9.2-canary.0';
11
11
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAA,6EAA6E;AAC7E,gEAAgE;AAChE,uEAAuE;AACvE,iEAAiE;AACjE,kEAAkE;AAClE,iEAAiE;AACpD,QAAA,OAAO,GAAG,iBAAiB,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAA,6EAA6E;AAC7E,gEAAgE;AAChE,uEAAuE;AACvE,iEAAiE;AACjE,kEAAkE;AAClE,iEAAiE;AACpD,QAAA,OAAO,GAAG,kBAAkB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const version = "2.80.1-canary.0";
1
+ export declare const version = "999.9.2-canary.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,oBAAoB,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,qBAAqB,CAAA"}
@@ -4,5 +4,5 @@
4
4
  // - Debugging and support (identifying which version is running)
5
5
  // - Telemetry and logging (version reporting in errors/analytics)
6
6
  // - Ensuring build artifacts match the published package version
7
- export const version = '2.80.1-canary.0';
7
+ export const version = '999.9.2-canary.0';
8
8
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAC7E,gEAAgE;AAChE,uEAAuE;AACvE,iEAAiE;AACjE,kEAAkE;AAClE,iEAAiE;AACjE,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAC7E,gEAAgE;AAChE,uEAAuE;AACvE,iEAAiE;AACjE,kEAAkE;AAClE,iEAAiE;AACjE,MAAM,CAAC,MAAM,OAAO,GAAG,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/functions-js",
3
- "version": "2.80.1-canary.0",
3
+ "version": "999.9.2-canary.0",
4
4
  "description": "JS Client library to interact with Supabase Functions.",
5
5
  "main": "dist/main/index.js",
6
6
  "module": "dist/module/index.js",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/supabase/js-client-libs.git",
22
+ "url": "https://github.com/supabase/supabase-js.git",
23
23
  "directory": "packages/core/functions-js"
24
24
  },
25
25
  "keywords": [
@@ -33,9 +33,9 @@
33
33
  ],
34
34
  "license": "MIT",
35
35
  "bugs": {
36
- "url": "https://github.com/supabase/js-client-libs/issues"
36
+ "url": "https://github.com/supabase/supabase-js/issues"
37
37
  },
38
- "homepage": "https://github.com/supabase/js-client-libs/tree/main/packages/core/functions-js",
38
+ "homepage": "https://github.com/supabase/supabase-js/tree/master/packages/core/functions-js",
39
39
  "dependencies": {
40
40
  "@supabase/node-fetch": "2.6.15"
41
41
  },
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  // - Debugging and support (identifying which version is running)
5
5
  // - Telemetry and logging (version reporting in errors/analytics)
6
6
  // - Ensuring build artifacts match the published package version
7
- export const version = '2.80.1-canary.0'
7
+ export const version = '999.9.2-canary.0'