@puq/type 0.0.5 → 0.0.8
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/README.md +12 -6
- package/package.json +7 -6
package/README.md
CHANGED
@@ -12,13 +12,19 @@ Common model and utility types
|
|
12
12
|
|
13
13
|
`pnpm add @puq/type`
|
14
14
|
|
15
|
-
##
|
15
|
+
## Funding
|
16
16
|
|
17
|
-
|
18
|
-
All rights reserved.
|
17
|
+
Thank you for using `@puq/type` It's an open-source project, and maintaining it takes time and effort. If you find this library useful, please consider supporting its ongoing development. Your contributions help ensure that the project stays up-to-date, secure, and well-maintained.
|
19
18
|
|
20
|
-
|
19
|
+
[Instant Funding](https://cash.app/$puqlib)
|
21
20
|
|
22
|
-
|
21
|
+
### Your funding will go toward
|
23
22
|
|
24
|
-
|
23
|
+
- **Bug fixes and updates** to ensure compatibility with the latest versions of dependencies.
|
24
|
+
- **New features** that will make the library even more powerful.
|
25
|
+
- **Documentation** improvements to help users get the most out of [Your Library Name].
|
26
|
+
- **General maintenance** to keep the library running smoothly and securely.
|
27
|
+
|
28
|
+
Contact to the developer: [robert.brightline@gmail.com]
|
29
|
+
|
30
|
+
[Support the developer](https://cash.app/$puqlib)
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@puq/type",
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "0.0.8",
|
4
|
+
"displayName": "@puq/type",
|
5
|
+
"license": "MIT",
|
6
6
|
"publishConfig": {
|
7
7
|
"access": "public",
|
8
8
|
"tag": "latest"
|
@@ -39,9 +39,7 @@
|
|
39
39
|
}
|
40
40
|
],
|
41
41
|
"funding": [
|
42
|
-
"https://
|
43
|
-
"https://rbrightline.github.io/donate",
|
44
|
-
"https://rbrightline.github.io/support"
|
42
|
+
"https://cash.app/$puqlib"
|
45
43
|
],
|
46
44
|
"icon": "https://raw.githubusercontent.com/rbrightline/puq/refs/heads/main/libs/type/favicon.png",
|
47
45
|
"type": "module",
|
@@ -75,6 +73,9 @@
|
|
75
73
|
"skipTypeCheck": true,
|
76
74
|
"stripLeadingPaths": true
|
77
75
|
}
|
76
|
+
},
|
77
|
+
"doc": {
|
78
|
+
"command": "cd libs/type && npx compodoc -d ../../public/type -p tsconfig.lib.json -n type"
|
78
79
|
}
|
79
80
|
}
|
80
81
|
},
|