@titocandradev/neatcore 0.2.6 → 0.2.7

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,3 +140,9 @@ Because small utilities are often underestimated.
140
140
 
141
141
  NeatCore is designed as a strongly-typed engineering utility foundation
142
142
  --- not just another helper library.
143
+
144
+ ## Documentation
145
+
146
+ Read full API Design Guideline here:
147
+
148
+ 👉 https://github.com/tcandra24/neat-core/blob/main/docs/API_DESIGN_GUIDELINE.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titocandradev/neatcore",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "description": "A clean, zero-dependency, TypeScript-first utility core.",
6
6
  "homepage": "https://github.com/tcandra24/neat-core#readme",