@supabase/postgrest-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 +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.d.ts.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/package.json +4 -4
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Isomorphic JavaScript client for [PostgREST](https://postgrest.org). The goal of this library is to make an "ORM-like" restful interface.
|
|
9
9
|
|
|
10
|
-
Full documentation can be found [here](https://supabase.github.io/postgrest-js/v2).
|
|
10
|
+
Full documentation can be found [here](https://supabase.github.io/supabase-js/postgrest-js/v2/spec.json).
|
|
11
11
|
|
|
12
12
|
### Quick start
|
|
13
13
|
|
|
@@ -46,7 +46,7 @@ const postgrest = new PostgrestClient(REST_URL, {
|
|
|
46
46
|
|
|
47
47
|
## Development
|
|
48
48
|
|
|
49
|
-
This package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/js
|
|
49
|
+
This package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/supabase-js). To work on this package:
|
|
50
50
|
|
|
51
51
|
### Building
|
|
52
52
|
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "
|
|
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,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO,qBAAqB,CAAA"}
|
package/dist/cjs/version.js
CHANGED
|
@@ -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 = '
|
|
10
|
+
exports.version = '999.9.2-canary.0';
|
|
11
11
|
//# sourceMappingURL=version.js.map
|
package/dist/cjs/version.js.map
CHANGED
|
@@ -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,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supabase/postgrest-js",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "999.9.2-canary.0",
|
|
4
4
|
"description": "Isomorphic PostgREST client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postgrest",
|
|
7
7
|
"supabase"
|
|
8
8
|
],
|
|
9
|
-
"homepage": "https://github.com/supabase/js
|
|
10
|
-
"bugs": "https://github.com/supabase/js
|
|
9
|
+
"homepage": "https://github.com/supabase/supabase-js/tree/master/packages/core/postgrest-js",
|
|
10
|
+
"bugs": "https://github.com/supabase/supabase-js/issues",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"author": "Supabase",
|
|
13
13
|
"files": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"types": "./dist/cjs/index.d.ts",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/supabase/js
|
|
32
|
+
"url": "https://github.com/supabase/supabase-js.git",
|
|
33
33
|
"directory": "packages/core/postgrest-js"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
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 = '
|
|
7
|
+
export const version = '999.9.2-canary.0'
|