@supabase/postgrest-js 2.80.1-canary.1 → 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
@@ -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-client-libs). To work on this package:
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
 
@@ -171,7 +171,7 @@ It performs these steps:
171
171
 
172
172
  ### Contributing
173
173
 
174
- We welcome contributions! Please see our [Contributing Guide](../../../docs/CONTRIBUTING.md) for details on how to get started.
174
+ We welcome contributions! Please see our [Contributing Guide](../../../CONTRIBUTING.md) for details on how to get started.
175
175
 
176
176
  For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.
177
177
 
@@ -1,2 +1,2 @@
1
- export declare const version = "2.80.1-canary.1";
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.1';
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"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@supabase/postgrest-js",
3
- "version": "2.80.1-canary.1",
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-client-libs/tree/main/packages/core/postgrest-js",
10
- "bugs": "https://github.com/supabase/js-client-libs/issues",
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-client-libs.git",
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 = '2.80.1-canary.1'
7
+ export const version = '999.9.2-canary.0'