@musecat/functionkit 1.2.2 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -37,6 +37,8 @@ This package includes `.agents/references/` directory with detailed documentatio
37
37
 
38
38
  - [toss/react-simplikit](https://github.com/toss/react-simplikit/)
39
39
 
40
+ Built with [TypeScript](https://www.typescriptlang.org/) and [tsc-alias](https://github.com/Tober68/tsc-alias).
41
+
40
42
  ## License
41
43
 
42
44
  [MIT License](./LICENSE) © Musecat Team.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@musecat/functionkit",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "React 19 + TypeScript frontend utility library — hooks, components, datetime, cookie, and utils",
5
5
  "keywords": [
6
6
  "react",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "files": [
19
19
  "index.ts",
20
- "packages/",
20
+ "packages",
21
21
  ".agents/",
22
22
  "AGENTS.md",
23
23
  "CLAUDE.md",
@@ -63,5 +63,8 @@
63
63
  "jsdom": "^26.0.0",
64
64
  "prettier": "^3.9.5",
65
65
  "vitest": "^4.1.10"
66
+ },
67
+ "allowScripts": {
68
+ "esbuild@0.27.7": true
66
69
  }
67
70
  }