@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 ADDED
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2026-09-14)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * **core:** deprecate @kctools/bun-*, and use @kctools/bun-server instead ([b369475](https://github.com/kc-workspace/kcws/commit/b3694757cfd2cfee40fc05416483133f31ee3534))
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @kctools/bun-lit
2
+
3
+ Deprecated: Use `@kctools/bun-server` instead.
package/package.json CHANGED
@@ -1,34 +1,9 @@
1
1
  {
2
- "private": false,
3
2
  "name": "@kctools/bun-lit",
4
- "version": "0.0.0-beta.0",
5
- "description": "Use bun to start dev or prod server for lit website",
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
@@ -1,4 +0,0 @@
1
- // @generated by tsdown, DO NOT edit it manually
2
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=(e,t)=>e*t;exports.multiply=e;
3
- // Generated by @kcconfigs/tsdown
4
- //# sourceMappingURL=index.cjs.map
@@ -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
@@ -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
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;cAOa,WAAY,WAAW"}
package/dist/index.js DELETED
@@ -1,4 +0,0 @@
1
- // @generated by tsdown, DO NOT edit it manually
2
- const e=(e,t)=>e*t;export{e as multiply};
3
- // Generated by @kcconfigs/tsdown
4
- //# sourceMappingURL=index.js.map
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
@@ -1,10 +0,0 @@
1
- /**
2
- * Multiplies two numbers and returns the result.
3
- *
4
- * @param a - The first number
5
- * @param b - The second number
6
- * @returns The product of a and b
7
- */
8
- export const multiply = (a: number, b: number): number => {
9
- return a * b;
10
- };