@supabase/gotrue-js 1.21.0 → 1.21.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.
@@ -1,2 +1,2 @@
1
- export declare const version = "1.21.0";
1
+ export declare const version = "1.21.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by genversion
5
- exports.version = '1.21.0';
5
+ exports.version = '1.21.1';
6
6
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "1.21.0";
1
+ export declare const version = "1.21.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export const version = '1.21.0';
2
+ export const version = '1.21.1';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/gotrue-js",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "Isomorphic GoTrue client",
5
5
  "keywords": [
6
6
  "gotrue",
@@ -28,8 +28,8 @@
28
28
  "test:suite": "jest --runInBand",
29
29
  "test:infra": "cd infra && docker-compose down && docker-compose pull && docker-compose up -d && sleep 10",
30
30
  "test:clean": "cd infra && docker-compose down --remove-orphans",
31
- "docs": "typedoc --mode file --target ES6 --theme minimal",
32
- "docs:json": "typedoc --json docs/spec.json --mode modules --includeDeclarations --excludeExternals"
31
+ "docs": "typedoc src/index.ts",
32
+ "docs:json": "typedoc src/index.ts --json docs/spec.json"
33
33
  },
34
34
  "dependencies": {
35
35
  "cross-fetch": "^3.0.6"
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '1.21.0'
2
+ export const version = '1.21.1'