Skip to content

Commit da13071

Browse files
committed
upload dist [skip-ci]
1 parent 4111307 commit da13071

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/FormAPIEx.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var version = "0.5.2";
4444
// src/const.ts
4545
var NAME = "FormAPIEx";
4646
var VERSION = version.split(".").map((v) => Number(v));
47-
var AUTHOR = "student_2333 <lgc2333@126.com>";
47+
var AUTHOR = "LgCookie <lgc2333@126.com>";
4848
var LICENSE = "Apache-2.0";
4949
var FormClose = Symbol(`${NAME}_FormClose`);
5050

lib/FormAPIEx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const NAME = "FormAPIEx";
22
export const VERSION: [number, number, number];
3-
export const AUTHOR = "student_2333 <lgc2333@126.com>";
3+
export const AUTHOR = "LgCookie <lgc2333@126.com>";
44
export const LICENSE = "Apache-2.0";
55
export const FormClose: unique symbol;
66
export type FormClose = typeof FormClose;

lib/FormAPIEx.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var version = "0.5.2";
44
// src/const.ts
55
var NAME = "FormAPIEx";
66
var VERSION = version.split(".").map((v) => Number(v));
7-
var AUTHOR = "student_2333 <lgc2333@126.com>";
7+
var AUTHOR = "LgCookie <lgc2333@126.com>";
88
var LICENSE = "Apache-2.0";
99
var FormClose = Symbol(`${NAME}_FormClose`);
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "lib/FormAPIEx.mjs",
88
"types": "lib/FormAPIEx.d.ts",
99
"license": "Apache-2.0",
10-
"author": "student_2333 <lgc2333@126.com>",
10+
"author": "LgCookie <lgc2333@126.com>",
1111
"keywords": [
1212
"liteloader",
1313
"liteloaderbds",

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"info": {
77
"name": "FormAPIEx",
88
"description": "Work with LSE forms easily!",
9-
"author": "student_2333",
9+
"author": "LgCookie",
1010
"tags": ["library", "lse", "quickjs", "form"]
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)