release-note 0.0.3 → 0.0.5
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/dist/bin.cjs +57 -98
- package/dist/bin.mjs +50 -92
- package/dist/chunk-CNf5ZN-e.mjs +37 -0
- package/dist/chunk-Cek0wNdY.cjs +64 -0
- package/dist/dist-BKDBZrkD.mjs +1372 -0
- package/dist/dist-DGil98Eq.cjs +1373 -0
- package/dist/{generate-DqPPuOfE.cjs → generate-BvQfZAwr.cjs} +4812 -5562
- package/dist/{generate-omq2Fgxt.mjs → generate-CLz75nUt.mjs} +4782 -5524
- package/dist/index.cjs +2 -4
- package/dist/index.d.cts +1 -2
- package/dist/index.d.mts +1 -2
- package/dist/index.mjs +1 -3
- package/dist/token-BTkzJW-X.mjs +56 -0
- package/dist/token-K-kJmAE8.cjs +60 -0
- package/package.json +1 -2
- package/dist/asyncToGenerator-J8hMsHFb.mjs +0 -139
- package/dist/asyncToGenerator-OdY5smjc.cjs +0 -190
- package/dist/bin.cjs.map +0 -1
- package/dist/bin.mjs.map +0 -1
- package/dist/dist-Cjmk9o-a.cjs +0 -1362
- package/dist/dist-Cjmk9o-a.cjs.map +0 -1
- package/dist/dist-WE8_S7U0.mjs +0 -1357
- package/dist/dist-WE8_S7U0.mjs.map +0 -1
- package/dist/generate-DqPPuOfE.cjs.map +0 -1
- package/dist/generate-omq2Fgxt.mjs.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/token-CI4ILhUM.cjs +0 -70
- package/dist/token-CI4ILhUM.cjs.map +0 -1
- package/dist/token-Cbnu-uz2.mjs +0 -66
- package/dist/token-Cbnu-uz2.mjs.map +0 -1
package/dist/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import * as generate from './generate/index.js'\n\nexport default generate.generateReleaseNote\nexport const releaseNote = generate.generateReleaseNote\n"],"mappings":";;;;;;;AAEA,IAAA,cAAA,iBAAA;AACA,MAAa,cAAA,iBAAA"}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["generate.generateReleaseNote"],"sources":["../src/index.ts"],"sourcesContent":["import * as generate from './generate/index.js'\n\nexport default generate.generateReleaseNote\nexport const releaseNote = generate.generateReleaseNote\n"],"mappings":";;AAEA,IAAA,cAAeA;AACf,MAAa,cAAcA"}
|
package/dist/token-CI4ILhUM.cjs
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
const require_asyncToGenerator = require("./asyncToGenerator-OdY5smjc.cjs");
|
|
2
|
-
const require_generate = require("./generate-DqPPuOfE.cjs");
|
|
3
|
-
//#region node_modules/.pnpm/@vercel+oidc@3.2.0/node_modules/@vercel/oidc/dist/token.js
|
|
4
|
-
var require_token = /* @__PURE__ */ require_asyncToGenerator.__commonJSMin(((exports, module) => {
|
|
5
|
-
require_asyncToGenerator.init_asyncToGenerator();
|
|
6
|
-
var __defProp = Object.defineProperty;
|
|
7
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
-
var __export = (target, all) => {
|
|
11
|
-
for (var name in all) __defProp(target, name, {
|
|
12
|
-
get: all[name],
|
|
13
|
-
enumerable: true
|
|
14
|
-
});
|
|
15
|
-
};
|
|
16
|
-
var __copyProps = (to, from, except, desc) => {
|
|
17
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
|
-
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
19
|
-
get: () => from[key],
|
|
20
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
return to;
|
|
24
|
-
};
|
|
25
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
26
|
-
var token_exports = {};
|
|
27
|
-
__export(token_exports, { refreshToken: () => refreshToken });
|
|
28
|
-
module.exports = __toCommonJS(token_exports);
|
|
29
|
-
var import_token_error = require_generate.require_token_error();
|
|
30
|
-
var import_token_util = require_generate.require_token_util();
|
|
31
|
-
function refreshToken(_x) {
|
|
32
|
-
return _refreshToken.apply(this, arguments);
|
|
33
|
-
}
|
|
34
|
-
function _refreshToken() {
|
|
35
|
-
_refreshToken = require_asyncToGenerator._asyncToGenerator(function* (options) {
|
|
36
|
-
let projectId = options === null || options === void 0 ? void 0 : options.project;
|
|
37
|
-
let teamId = options === null || options === void 0 ? void 0 : options.team;
|
|
38
|
-
if (!projectId && !teamId) {
|
|
39
|
-
const projectInfo = (0, import_token_util.findProjectInfo)();
|
|
40
|
-
projectId = projectInfo.projectId;
|
|
41
|
-
teamId = projectInfo.teamId;
|
|
42
|
-
} else if (!projectId || !teamId) {
|
|
43
|
-
var _projectId, _teamId;
|
|
44
|
-
const projectInfo = (0, import_token_util.findProjectInfo)();
|
|
45
|
-
projectId = (_projectId = projectId) !== null && _projectId !== void 0 ? _projectId : projectInfo.projectId;
|
|
46
|
-
teamId = (_teamId = teamId) !== null && _teamId !== void 0 ? _teamId : projectInfo.teamId;
|
|
47
|
-
}
|
|
48
|
-
if (!projectId) throw new import_token_error.VercelOidcTokenError("Failed to refresh OIDC token: No project specified. Try re-linking your project with `vc link`");
|
|
49
|
-
let maybeToken = (0, import_token_util.loadToken)(projectId);
|
|
50
|
-
if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token), options === null || options === void 0 ? void 0 : options.expirationBufferMs)) {
|
|
51
|
-
const authToken = yield (0, import_token_util.getVercelToken)({ expirationBufferMs: options === null || options === void 0 ? void 0 : options.expirationBufferMs });
|
|
52
|
-
maybeToken = yield (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);
|
|
53
|
-
if (!maybeToken) throw new import_token_error.VercelOidcTokenError("Failed to refresh OIDC token");
|
|
54
|
-
(0, import_token_util.saveToken)(maybeToken, projectId);
|
|
55
|
-
}
|
|
56
|
-
process.env.VERCEL_OIDC_TOKEN = maybeToken.token;
|
|
57
|
-
});
|
|
58
|
-
return _refreshToken.apply(this, arguments);
|
|
59
|
-
}
|
|
60
|
-
0 && (module.exports = { refreshToken });
|
|
61
|
-
}));
|
|
62
|
-
//#endregion
|
|
63
|
-
Object.defineProperty(exports, "default", {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function() {
|
|
66
|
-
return require_token();
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
|
|
70
|
-
//# sourceMappingURL=token-CI4ILhUM.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token-CI4ILhUM.cjs","names":[],"sources":["../node_modules/.pnpm/@vercel+oidc@3.2.0/node_modules/@vercel/oidc/dist/token.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar token_exports = {};\n__export(token_exports, {\n refreshToken: () => refreshToken\n});\nmodule.exports = __toCommonJS(token_exports);\nvar import_token_error = require(\"./token-error\");\nvar import_token_util = require(\"./token-util\");\nasync function refreshToken(options) {\n let projectId = options?.project;\n let teamId = options?.team;\n if (!projectId && !teamId) {\n const projectInfo = (0, import_token_util.findProjectInfo)();\n projectId = projectInfo.projectId;\n teamId = projectInfo.teamId;\n } else if (!projectId || !teamId) {\n const projectInfo = (0, import_token_util.findProjectInfo)();\n projectId = projectId ?? projectInfo.projectId;\n teamId = teamId ?? projectInfo.teamId;\n }\n if (!projectId) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: No project specified. Try re-linking your project with `vc link`\"\n );\n }\n let maybeToken = (0, import_token_util.loadToken)(projectId);\n if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token), options?.expirationBufferMs)) {\n const authToken = await (0, import_token_util.getVercelToken)({\n expirationBufferMs: options?.expirationBufferMs\n });\n maybeToken = await (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);\n if (!maybeToken) {\n throw new import_token_error.VercelOidcTokenError(\"Failed to refresh OIDC token\");\n }\n (0, import_token_util.saveToken)(maybeToken, projectId);\n }\n process.env.VERCEL_OIDC_TOKEN = maybeToken.token;\n return;\n}\n// Annotate the CommonJS export names for ESM import in node:\n0 && (module.exports = {\n refreshToken\n});\n"],"x_google_ignoreList":[0],"mappings":";;;;;CACA,IAAI,YAAY,OAAO;CACvB,IAAI,mBAAmB,OAAO;CAC9B,IAAI,oBAAoB,OAAO;CAC/B,IAAI,eAAe,OAAO,UAAU;CACpC,IAAI,YAAY,QAAQ,QAAQ;EAC9B,KAAK,IAAI,QAAQ,KACf,UAAU,QAAQ,MAAM;GAAE,KAAK,IAAI;GAAO,YAAY;EAAK,CAAC;CAChE;CACA,IAAI,eAAe,IAAI,MAAM,QAAQ,SAAS;EAC5C,IAAI,QAAQ,OAAO,SAAS,YAAY,OAAO,SAAS;QACjD,IAAI,OAAO,kBAAkB,IAAI,GACpC,IAAI,CAAC,aAAa,KAAK,IAAI,GAAG,KAAK,QAAQ,QACzC,UAAU,IAAI,KAAK;IAAE,WAAW,KAAK;IAAM,YAAY,EAAE,OAAO,iBAAiB,MAAM,GAAG,MAAM,KAAK;GAAW,CAAC;EAAA;EAEvH,OAAO;CACT;CACA,IAAI,gBAAgB,QAAQ,YAAY,UAAU,CAAC,GAAG,cAAc,EAAE,OAAO,KAAK,CAAC,GAAG,GAAG;CACzF,IAAI,gBAAgB,CAAC;CACrB,SAAS,eAAe,EACtB,oBAAoB,aACtB,CAAC;CACD,OAAO,UAAU,aAAa,aAAa;CAC3C,IAAI,qBAAA,iBAAA,oBAAA;CACJ,IAAI,oBAAA,iBAAA,mBAAA;CACJ,SAAe,aAAa,IAAA;;;;iFAAS;GACnC,IAAI,YAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAY,QAAS;GACzB,IAAI,SAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAS,QAAS;GACtB,IAAI,CAAC,aAAa,CAAC,QAAQ;IACzB,MAAM,eAAe,GAAG,kBAAkB,iBAAiB;IAC3D,YAAY,YAAY;IACxB,SAAS,YAAY;GACvB,OAAO,IAAI,CAAC,aAAa,CAAC,QAAQ;;IAChC,MAAM,eAAe,GAAG,kBAAkB,iBAAiB;IAC3D,aAAA,aAAY,eAAA,QAAA,eAAA,KAAA,IAAA,aAAa,YAAY;IACrC,UAAA,UAAS,YAAA,QAAA,YAAA,KAAA,IAAA,UAAU,YAAY;GACjC;GACA,IAAI,CAAC,WACH,MAAM,IAAI,mBAAmB,qBAC3B,gGACF;GAEF,IAAI,cAAc,GAAG,kBAAkB,WAAW,SAAS;GAC3D,IAAI,CAAC,eAAe,GAAG,kBAAkB,YAAY,GAAG,kBAAkB,iBAAiB,WAAW,KAAK,GAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAG,QAAS,kBAAkB,GAAG;IAC1I,MAAM,YAAY,OAAO,GAAG,kBAAkB,gBAAgB,EAC5D,oBAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAoB,QAAS,mBAC/B,CAAC;IACD,aAAa,OAAO,GAAG,kBAAkB,oBAAoB,WAAW,WAAW,MAAM;IACzF,IAAI,CAAC,YACH,MAAM,IAAI,mBAAmB,qBAAqB,8BAA8B;IAElF,CAAC,GAAG,kBAAkB,WAAW,YAAY,SAAS;GACxD;GACA,QAAQ,IAAI,oBAAoB,WAAW;EAE7C,CAAA;;;CAEA,MAAM,OAAO,UAAU,EACrB,aACF"}
|
package/dist/token-Cbnu-uz2.mjs
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { a as __commonJSMin, n as init_asyncToGenerator, t as _asyncToGenerator } from "./asyncToGenerator-J8hMsHFb.mjs";
|
|
2
|
-
import { n as require_token_util, r as require_token_error } from "./generate-omq2Fgxt.mjs";
|
|
3
|
-
//#region node_modules/.pnpm/@vercel+oidc@3.2.0/node_modules/@vercel/oidc/dist/token.js
|
|
4
|
-
var require_token = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5
|
-
init_asyncToGenerator();
|
|
6
|
-
var __defProp = Object.defineProperty;
|
|
7
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
9
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
-
var __export = (target, all) => {
|
|
11
|
-
for (var name in all) __defProp(target, name, {
|
|
12
|
-
get: all[name],
|
|
13
|
-
enumerable: true
|
|
14
|
-
});
|
|
15
|
-
};
|
|
16
|
-
var __copyProps = (to, from, except, desc) => {
|
|
17
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
|
-
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
19
|
-
get: () => from[key],
|
|
20
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
return to;
|
|
24
|
-
};
|
|
25
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
26
|
-
var token_exports = {};
|
|
27
|
-
__export(token_exports, { refreshToken: () => refreshToken });
|
|
28
|
-
module.exports = __toCommonJS(token_exports);
|
|
29
|
-
var import_token_error = require_token_error();
|
|
30
|
-
var import_token_util = require_token_util();
|
|
31
|
-
function refreshToken(_x) {
|
|
32
|
-
return _refreshToken.apply(this, arguments);
|
|
33
|
-
}
|
|
34
|
-
function _refreshToken() {
|
|
35
|
-
_refreshToken = _asyncToGenerator(function* (options) {
|
|
36
|
-
let projectId = options === null || options === void 0 ? void 0 : options.project;
|
|
37
|
-
let teamId = options === null || options === void 0 ? void 0 : options.team;
|
|
38
|
-
if (!projectId && !teamId) {
|
|
39
|
-
const projectInfo = (0, import_token_util.findProjectInfo)();
|
|
40
|
-
projectId = projectInfo.projectId;
|
|
41
|
-
teamId = projectInfo.teamId;
|
|
42
|
-
} else if (!projectId || !teamId) {
|
|
43
|
-
var _projectId, _teamId;
|
|
44
|
-
const projectInfo = (0, import_token_util.findProjectInfo)();
|
|
45
|
-
projectId = (_projectId = projectId) !== null && _projectId !== void 0 ? _projectId : projectInfo.projectId;
|
|
46
|
-
teamId = (_teamId = teamId) !== null && _teamId !== void 0 ? _teamId : projectInfo.teamId;
|
|
47
|
-
}
|
|
48
|
-
if (!projectId) throw new import_token_error.VercelOidcTokenError("Failed to refresh OIDC token: No project specified. Try re-linking your project with `vc link`");
|
|
49
|
-
let maybeToken = (0, import_token_util.loadToken)(projectId);
|
|
50
|
-
if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token), options === null || options === void 0 ? void 0 : options.expirationBufferMs)) {
|
|
51
|
-
const authToken = yield (0, import_token_util.getVercelToken)({ expirationBufferMs: options === null || options === void 0 ? void 0 : options.expirationBufferMs });
|
|
52
|
-
maybeToken = yield (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);
|
|
53
|
-
if (!maybeToken) throw new import_token_error.VercelOidcTokenError("Failed to refresh OIDC token");
|
|
54
|
-
(0, import_token_util.saveToken)(maybeToken, projectId);
|
|
55
|
-
}
|
|
56
|
-
process.env.VERCEL_OIDC_TOKEN = maybeToken.token;
|
|
57
|
-
});
|
|
58
|
-
return _refreshToken.apply(this, arguments);
|
|
59
|
-
}
|
|
60
|
-
0 && (module.exports = { refreshToken });
|
|
61
|
-
}));
|
|
62
|
-
//#endregion
|
|
63
|
-
export default require_token();
|
|
64
|
-
export {};
|
|
65
|
-
|
|
66
|
-
//# sourceMappingURL=token-Cbnu-uz2.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token-Cbnu-uz2.mjs","names":[],"sources":["../node_modules/.pnpm/@vercel+oidc@3.2.0/node_modules/@vercel/oidc/dist/token.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar token_exports = {};\n__export(token_exports, {\n refreshToken: () => refreshToken\n});\nmodule.exports = __toCommonJS(token_exports);\nvar import_token_error = require(\"./token-error\");\nvar import_token_util = require(\"./token-util\");\nasync function refreshToken(options) {\n let projectId = options?.project;\n let teamId = options?.team;\n if (!projectId && !teamId) {\n const projectInfo = (0, import_token_util.findProjectInfo)();\n projectId = projectInfo.projectId;\n teamId = projectInfo.teamId;\n } else if (!projectId || !teamId) {\n const projectInfo = (0, import_token_util.findProjectInfo)();\n projectId = projectId ?? projectInfo.projectId;\n teamId = teamId ?? projectInfo.teamId;\n }\n if (!projectId) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: No project specified. Try re-linking your project with `vc link`\"\n );\n }\n let maybeToken = (0, import_token_util.loadToken)(projectId);\n if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token), options?.expirationBufferMs)) {\n const authToken = await (0, import_token_util.getVercelToken)({\n expirationBufferMs: options?.expirationBufferMs\n });\n maybeToken = await (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);\n if (!maybeToken) {\n throw new import_token_error.VercelOidcTokenError(\"Failed to refresh OIDC token\");\n }\n (0, import_token_util.saveToken)(maybeToken, projectId);\n }\n process.env.VERCEL_OIDC_TOKEN = maybeToken.token;\n return;\n}\n// Annotate the CommonJS export names for ESM import in node:\n0 && (module.exports = {\n refreshToken\n});\n"],"x_google_ignoreList":[0],"mappings":";;;;;CACA,IAAI,YAAY,OAAO;CACvB,IAAI,mBAAmB,OAAO;CAC9B,IAAI,oBAAoB,OAAO;CAC/B,IAAI,eAAe,OAAO,UAAU;CACpC,IAAI,YAAY,QAAQ,QAAQ;EAC9B,KAAK,IAAI,QAAQ,KACf,UAAU,QAAQ,MAAM;GAAE,KAAK,IAAI;GAAO,YAAY;EAAK,CAAC;CAChE;CACA,IAAI,eAAe,IAAI,MAAM,QAAQ,SAAS;EAC5C,IAAI,QAAQ,OAAO,SAAS,YAAY,OAAO,SAAS;QACjD,IAAI,OAAO,kBAAkB,IAAI,GACpC,IAAI,CAAC,aAAa,KAAK,IAAI,GAAG,KAAK,QAAQ,QACzC,UAAU,IAAI,KAAK;IAAE,WAAW,KAAK;IAAM,YAAY,EAAE,OAAO,iBAAiB,MAAM,GAAG,MAAM,KAAK;GAAW,CAAC;EAAA;EAEvH,OAAO;CACT;CACA,IAAI,gBAAgB,QAAQ,YAAY,UAAU,CAAC,GAAG,cAAc,EAAE,OAAO,KAAK,CAAC,GAAG,GAAG;CACzF,IAAI,gBAAgB,CAAC;CACrB,SAAS,eAAe,EACtB,oBAAoB,aACtB,CAAC;CACD,OAAO,UAAU,aAAa,aAAa;CAC3C,IAAI,qBAAA,oBAAA;CACJ,IAAI,oBAAA,mBAAA;CACJ,SAAe,aAAa,IAAA;;;;wDAAS;GACnC,IAAI,YAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAY,QAAS;GACzB,IAAI,SAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAS,QAAS;GACtB,IAAI,CAAC,aAAa,CAAC,QAAQ;IACzB,MAAM,eAAe,GAAG,kBAAkB,iBAAiB;IAC3D,YAAY,YAAY;IACxB,SAAS,YAAY;GACvB,OAAO,IAAI,CAAC,aAAa,CAAC,QAAQ;;IAChC,MAAM,eAAe,GAAG,kBAAkB,iBAAiB;IAC3D,aAAA,aAAY,eAAA,QAAA,eAAA,KAAA,IAAA,aAAa,YAAY;IACrC,UAAA,UAAS,YAAA,QAAA,YAAA,KAAA,IAAA,UAAU,YAAY;GACjC;GACA,IAAI,CAAC,WACH,MAAM,IAAI,mBAAmB,qBAC3B,gGACF;GAEF,IAAI,cAAc,GAAG,kBAAkB,WAAW,SAAS;GAC3D,IAAI,CAAC,eAAe,GAAG,kBAAkB,YAAY,GAAG,kBAAkB,iBAAiB,WAAW,KAAK,GAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAG,QAAS,kBAAkB,GAAG;IAC1I,MAAM,YAAY,OAAO,GAAG,kBAAkB,gBAAgB,EAC5D,oBAAA,YAAA,QAAA,YAAA,KAAA,IAAA,KAAA,IAAoB,QAAS,mBAC/B,CAAC;IACD,aAAa,OAAO,GAAG,kBAAkB,oBAAoB,WAAW,WAAW,MAAM;IACzF,IAAI,CAAC,YACH,MAAM,IAAI,mBAAmB,qBAAqB,8BAA8B;IAElF,CAAC,GAAG,kBAAkB,WAAW,YAAY,SAAS;GACxD;GACA,QAAQ,IAAI,oBAAoB,WAAW;EAE7C,CAAA;;;CAEA,MAAM,OAAO,UAAU,EACrB,aACF"}
|