Skip to content

Commit

Permalink
upload dist [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jan 20, 2025
1 parent 4111307 commit da13071
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/FormAPIEx.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var version = "0.5.2";
// src/const.ts
var NAME = "FormAPIEx";
var VERSION = version.split(".").map((v) => Number(v));
var AUTHOR = "student_2333 <[email protected]>";
var AUTHOR = "LgCookie <[email protected]>";
var LICENSE = "Apache-2.0";
var FormClose = Symbol(`${NAME}_FormClose`);

Expand Down
2 changes: 1 addition & 1 deletion lib/FormAPIEx.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const NAME = "FormAPIEx";
export const VERSION: [number, number, number];
export const AUTHOR = "student_2333 <[email protected]>";
export const AUTHOR = "LgCookie <[email protected]>";
export const LICENSE = "Apache-2.0";
export const FormClose: unique symbol;
export type FormClose = typeof FormClose;
Expand Down
2 changes: 1 addition & 1 deletion lib/FormAPIEx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var version = "0.5.2";
// src/const.ts
var NAME = "FormAPIEx";
var VERSION = version.split(".").map((v) => Number(v));
var AUTHOR = "student_2333 <[email protected]>";
var AUTHOR = "LgCookie <[email protected]>";
var LICENSE = "Apache-2.0";
var FormClose = Symbol(`${NAME}_FormClose`);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "lib/FormAPIEx.mjs",
"types": "lib/FormAPIEx.d.ts",
"license": "Apache-2.0",
"author": "student_2333 <[email protected]>",
"author": "LgCookie <[email protected]>",
"keywords": [
"liteloader",
"liteloaderbds",
Expand Down
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"info": {
"name": "FormAPIEx",
"description": "Work with LSE forms easily!",
"author": "student_2333",
"author": "LgCookie",
"tags": ["library", "lse", "quickjs", "form"]
},
"dependencies": {
Expand Down

0 comments on commit da13071

Please sign in to comment.