@oscarpalmer/atoms 0.182.0 → 0.182.1
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/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oscarpalmer/atoms",
|
|
3
|
-
"version": "0.182.
|
|
3
|
+
"version": "0.182.1",
|
|
4
4
|
"description": "Atomic utilities for making your JavaScript better.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"helper",
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
"types": "./dist/is.d.mts",
|
|
106
106
|
"default": "./dist/is.mjs"
|
|
107
107
|
},
|
|
108
|
+
"./kalas": {
|
|
109
|
+
"types": "./dist/kalas.d.mts",
|
|
110
|
+
"default": "./dist/kalas.mjs"
|
|
111
|
+
},
|
|
108
112
|
"./logger": {
|
|
109
113
|
"types": "./dist/logger.d.mts",
|
|
110
114
|
"default": "./dist/logger.mjs"
|
|
@@ -200,6 +204,10 @@
|
|
|
200
204
|
"types": "./dist/string/match.d.mts",
|
|
201
205
|
"default": "./dist/string/match.mjs"
|
|
202
206
|
},
|
|
207
|
+
"./string/normalize": {
|
|
208
|
+
"types": "./dist/string/normalize.d.mts",
|
|
209
|
+
"default": "./dist/string/normalize.mjs"
|
|
210
|
+
},
|
|
203
211
|
"./string/template": {
|
|
204
212
|
"types": "./dist/string/template.d.mts",
|
|
205
213
|
"default": "./dist/string/template.mjs"
|