@kctools/bun-lit 0.0.0-beta.0 → 0.1.0
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/CHANGELOG.md +8 -0
- package/README.md +3 -0
- package/package.json +3 -42
- package/dist/index.cjs +0 -4
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -14
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.ts +0 -14
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +0 -1
- package/src/index.ts +0 -10
package/CHANGELOG.md
ADDED
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,34 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"private": false,
|
|
3
2
|
"name": "@kctools/bun-lit",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"description": "
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Deprecated; use @kctools/bun-server instead",
|
|
5
|
+
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
|
-
"devDependencies": {
|
|
8
|
-
"@biomejs/biome": "2.5.7",
|
|
9
|
-
"tsdown": "0.22.7",
|
|
10
|
-
"vitest": "4.1.10",
|
|
11
|
-
"@kcconfigs/biome": "2.0.4",
|
|
12
|
-
"@kcconfigs/vitest": "0.3.0",
|
|
13
|
-
"@kcconfigs/tsdown": "0.2.8",
|
|
14
|
-
"@kcconfigs/tsconfig": "1.1.5"
|
|
15
|
-
},
|
|
16
|
-
"main": "./dist/index.js",
|
|
17
|
-
"types": "./dist/index.d.cts",
|
|
18
|
-
"exports": {
|
|
19
|
-
".": {
|
|
20
|
-
"source": "./src/index.ts",
|
|
21
|
-
"typedoc": "./src/index.ts",
|
|
22
|
-
"require": {
|
|
23
|
-
"types": "./dist/index.d.cts",
|
|
24
|
-
"default": "./dist/index.cjs"
|
|
25
|
-
},
|
|
26
|
-
"default": {
|
|
27
|
-
"types": "./dist/index.d.ts",
|
|
28
|
-
"default": "./dist/index.js"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
7
|
"license": "AGPL-3.0-only",
|
|
33
8
|
"homepage": "https://github.com/kc-workspace/kcws/tree/main/packages/@kctools/bun-lit",
|
|
34
9
|
"repository": {
|
|
@@ -56,21 +31,7 @@
|
|
|
56
31
|
"src",
|
|
57
32
|
"!*.test.*"
|
|
58
33
|
],
|
|
59
|
-
"engines": {
|
|
60
|
-
"node": ">=14"
|
|
61
|
-
},
|
|
62
34
|
"publishConfig": {
|
|
63
35
|
"access": "public"
|
|
64
|
-
},
|
|
65
|
-
"scripts": {
|
|
66
|
-
"build": "tsdown",
|
|
67
|
-
"test": "vitest run --configLoader native",
|
|
68
|
-
"fix": "biome check --fix --unsafe",
|
|
69
|
-
"fix:lint": "biome lint --fix --unsafe",
|
|
70
|
-
"fix:format": "biome format --fix",
|
|
71
|
-
"check": "pnpm run check:lint && pnpm run check:format && pnpm run check:type",
|
|
72
|
-
"check:lint": "biome lint",
|
|
73
|
-
"check:format": "biome format",
|
|
74
|
-
"check:type": "tsc --noEmit"
|
|
75
36
|
}
|
|
76
37
|
}
|
package/dist/index.cjs
DELETED
package/dist/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/**\n * Multiplies two numbers and returns the result.\n *\n * @param a - The first number\n * @param b - The second number\n * @returns The product of a and b\n */\nexport const multiply = (a: number, b: number): number => {\n\treturn a * b;\n};\n"],"mappings":";mEAOA,MAAa,GAAY,EAAW,IAC5B,EAAI"}
|
package/dist/index.d.cts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// @generated by tsdown, DO NOT edit it manually
|
|
2
|
-
//#region src/index.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Multiplies two numbers and returns the result.
|
|
5
|
-
*
|
|
6
|
-
* @param a - The first number
|
|
7
|
-
* @param b - The second number
|
|
8
|
-
* @returns The product of a and b
|
|
9
|
-
*/
|
|
10
|
-
declare const multiply: (a: number, b: number) => number;
|
|
11
|
-
//#endregion
|
|
12
|
-
export { multiply };
|
|
13
|
-
// Generated by @kcconfigs/tsdown
|
|
14
|
-
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;cAOa,WAAY,WAAW"}
|
package/dist/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// @generated by tsdown, DO NOT edit it manually
|
|
2
|
-
//#region src/index.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Multiplies two numbers and returns the result.
|
|
5
|
-
*
|
|
6
|
-
* @param a - The first number
|
|
7
|
-
* @param b - The second number
|
|
8
|
-
* @returns The product of a and b
|
|
9
|
-
*/
|
|
10
|
-
declare const multiply: (a: number, b: number) => number;
|
|
11
|
-
//#endregion
|
|
12
|
-
export { multiply };
|
|
13
|
-
// Generated by @kcconfigs/tsdown
|
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;cAOa,WAAY,WAAW"}
|
package/dist/index.js
DELETED
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["/**\n * Multiplies two numbers and returns the result.\n *\n * @param a - The first number\n * @param b - The second number\n * @returns The product of a and b\n */\nexport const multiply = (a: number, b: number): number => {\n\treturn a * b;\n};\n"],"mappings":";AAOA,MAAa,GAAY,EAAW,IAC5B,EAAI"}
|
package/src/index.ts
DELETED