gityo 0.0.0 → 1.0.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.
@@ -0,0 +1,38 @@
1
+ import { t as __commonJSMin } from "./chunk-CjLZ-eKX.js";
2
+ var require_token_error = /* @__PURE__ */ __commonJSMin(((exports, module) => {
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
16
+ get: () => from[key],
17
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
18
+ });
19
+ }
20
+ return to;
21
+ };
22
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
23
+ var token_error_exports = {};
24
+ __export(token_error_exports, { VercelOidcTokenError: () => VercelOidcTokenError });
25
+ module.exports = __toCommonJS(token_error_exports);
26
+ var VercelOidcTokenError = class extends Error {
27
+ constructor(message, cause) {
28
+ super(message);
29
+ this.name = "VercelOidcTokenError";
30
+ this.cause = cause;
31
+ }
32
+ toString() {
33
+ if (this.cause) return `${this.name}: ${this.message}: ${this.cause}`;
34
+ return `${this.name}: ${this.message}`;
35
+ }
36
+ };
37
+ }));
38
+ export { require_token_error as t };
@@ -1,4 +1,5 @@
1
- import { a as __require, n as __commonJSMin, t as require_token_error } from "./token-error-CU3wZACz.js";
1
+ import { i as __require, t as __commonJSMin } from "./chunk-CjLZ-eKX.js";
2
+ import { t as require_token_error } from "./token-error-sREvYv2J.js";
2
3
  var require_token_io = /* @__PURE__ */ __commonJSMin(((exports, module) => {
3
4
  var __create$2 = Object.create;
4
5
  var __defProp$3 = Object.defineProperty;
@@ -0,0 +1,4 @@
1
+ import "./token-error-sREvYv2J.js";
2
+ import { t as require_token_util } from "./token-util-eghGY8Pt.js";
3
+ export default require_token_util();
4
+ export {};
@@ -1,5 +1,6 @@
1
- import { n as __commonJSMin, t as require_token_error } from "./token-error-CU3wZACz.js";
2
- import { t as require_token_util } from "./token-util-C_UzU8Nz.js";
1
+ import { t as __commonJSMin } from "./chunk-CjLZ-eKX.js";
2
+ import { t as require_token_error } from "./token-error-sREvYv2J.js";
3
+ import { t as require_token_util } from "./token-util-eghGY8Pt.js";
3
4
  var require_token = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4
5
  var __defProp = Object.defineProperty;
5
6
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;