@fefade/common 1.0.4 → 1.0.6
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/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +35 -4589
- package/dist/index.mjs +27 -4598
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fefade/common",
|
|
3
3
|
"description": "Containing common resources, constants, images, and utility functions that are used across various projects. This package aims to promote reusability and maintain consistency across different applications by centralizing commonly used assets and code.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"@changesets/cli": "^2.30.0",
|
|
39
39
|
"@types/node": "^25.5.2",
|
|
40
40
|
"prettier": "^3.8.1",
|
|
41
|
-
"rate-limiter-flexible": "^10.0.1",
|
|
42
41
|
"tsup": "^8.5.1",
|
|
43
42
|
"typescript": "^5.9.3",
|
|
44
43
|
"zod": "^4.3.6"
|