@fluixi/utils 1.0.0-alpha.75 → 1.0.0-alpha.77

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 (1) hide show
  1. package/package.json +1 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/utils",
3
- "version": "1.0.0-alpha.75",
3
+ "version": "1.0.0-alpha.77",
4
4
  "description": "Zero-dependency, strongly-typed utilities for everyday TypeScript.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -37,24 +37,12 @@
37
37
  "require": "./dist/lib/primitive/index.cjs",
38
38
  "default": "./dist/lib/primitive/index.js"
39
39
  },
40
- "./primitive/types": {
41
- "types": "./dist/lib/primitive/types/index.d.ts",
42
- "import": "./dist/lib/primitive/types/index.mjs",
43
- "require": "./dist/lib/primitive/types/index.cjs",
44
- "default": "./dist/lib/primitive/types/index.js"
45
- },
46
40
  "./object": {
47
41
  "types": "./dist/lib/object/index.d.ts",
48
42
  "import": "./dist/lib/object/index.mjs",
49
43
  "require": "./dist/lib/object/index.cjs",
50
44
  "default": "./dist/lib/object/index.js"
51
45
  },
52
- "./object/types": {
53
- "types": "./dist/lib/object/types/index.d.ts",
54
- "import": "./dist/lib/object/types/index.mjs",
55
- "require": "./dist/lib/object/types/index.cjs",
56
- "default": "./dist/lib/object/types/index.js"
57
- },
58
46
  "./maths": {
59
47
  "types": "./dist/lib/maths/index.d.ts",
60
48
  "import": "./dist/lib/maths/index.mjs",
@@ -91,12 +79,6 @@
91
79
  "require": "./dist/lib/dom/index.cjs",
92
80
  "default": "./dist/lib/dom/index.js"
93
81
  },
94
- "./dom/types": {
95
- "types": "./dist/lib/dom/types/index.d.ts",
96
- "import": "./dist/lib/dom/types/index.mjs",
97
- "require": "./dist/lib/dom/types/index.cjs",
98
- "default": "./dist/lib/dom/types/index.js"
99
- },
100
82
  "./functions": {
101
83
  "types": "./dist/lib/functions/index.d.ts",
102
84
  "import": "./dist/lib/functions/index.mjs",
@@ -109,24 +91,12 @@
109
91
  "require": "./dist/lib/compare/index.cjs",
110
92
  "default": "./dist/lib/compare/index.js"
111
93
  },
112
- "./functions/types": {
113
- "types": "./dist/lib/functions/types/index.d.ts",
114
- "import": "./dist/lib/functions/types/index.mjs",
115
- "require": "./dist/lib/functions/types/index.cjs",
116
- "default": "./dist/lib/functions/types/index.js"
117
- },
118
94
  "./array": {
119
95
  "types": "./dist/lib/array/index.d.ts",
120
96
  "import": "./dist/lib/array/index.mjs",
121
97
  "require": "./dist/lib/array/index.cjs",
122
98
  "default": "./dist/lib/array/index.js"
123
99
  },
124
- "./array/types": {
125
- "types": "./dist/lib/array/types/index.d.ts",
126
- "import": "./dist/lib/array/types/index.mjs",
127
- "require": "./dist/lib/array/types/index.cjs",
128
- "default": "./dist/lib/array/types/index.js"
129
- },
130
100
  "./color": {
131
101
  "types": "./dist/lib/color/index.d.ts",
132
102
  "import": "./dist/lib/color/index.mjs",