free-types-core 0.4.2 → 0.4.4
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 +1 -6
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-types-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "A type-level library enabling the creation and the manipulation of type constructors which are detached from their type parameters.",
|
|
5
5
|
"keywords:": [
|
|
6
6
|
"higher kinded type",
|
|
7
7
|
"type constructor",
|
|
8
8
|
"typescript"
|
|
9
9
|
],
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/index.js"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
10
|
"main": "./dist/index.js",
|
|
16
11
|
"types": "./dist/index.d.ts",
|
|
17
12
|
"files": [
|