@ls-stack/utils 3.2.1 → 3.2.2

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/dist/main.d.cts +32 -32
  2. package/package.json +1 -3
package/dist/main.d.cts CHANGED
@@ -1,32 +1,32 @@
1
- ///<reference path="arrayUtils.d.ts" />
2
- ///<reference path="assertions.d.ts" />
3
- ///<reference path="cache.d.ts" />
4
- ///<reference path="castValues.d.ts" />
5
- ///<reference path="consoleFmt.d.ts" />
6
- ///<reference path="conversions.d.ts" />
7
- ///<reference path="createThrottleController.d.ts" />
8
- ///<reference path="debounce.d.ts" />
9
- ///<reference path="dedent.d.ts" />
10
- ///<reference path="deepEqual.d.ts" />
11
- ///<reference path="enhancedMap.d.ts" />
12
- ///<reference path="exhaustiveMatch.d.ts" />
13
- ///<reference path="getValueStableKey.d.ts" />
14
- ///<reference path="interpolate.d.ts" />
15
- ///<reference path="levenshtein.d.ts" />
16
- ///<reference path="mathUtils.d.ts" />
17
- ///<reference path="objUtils.d.ts" />
18
- ///<reference path="parallelAsyncCalls.d.ts" />
19
- ///<reference path="promiseUtils.d.ts" />
20
- ///<reference path="retryOnError.d.ts" />
21
- ///<reference path="runShellCmd.d.ts" />
22
- ///<reference path="safeJson.d.ts" />
23
- ///<reference path="shallowEqual.d.ts" />
24
- ///<reference path="sleep.d.ts" />
25
- ///<reference path="stringUtils.d.ts" />
26
- ///<reference path="testUtils.d.ts" />
27
- ///<reference path="time.d.ts" />
28
- ///<reference path="tsResult.d.ts" />
29
- ///<reference path="typingFnUtils.d.ts" />
30
- ///<reference path="typingTestUtils.d.ts" />
31
- ///<reference path="typingUtils.d.ts" />
32
- ///<reference path="yamlStringify.d.ts" />
1
+ ///<reference path="arrayUtils.d.cts" />
2
+ ///<reference path="assertions.d.cts" />
3
+ ///<reference path="cache.d.cts" />
4
+ ///<reference path="castValues.d.cts" />
5
+ ///<reference path="consoleFmt.d.cts" />
6
+ ///<reference path="conversions.d.cts" />
7
+ ///<reference path="createThrottleController.d.cts" />
8
+ ///<reference path="debounce.d.cts" />
9
+ ///<reference path="dedent.d.cts" />
10
+ ///<reference path="deepEqual.d.cts" />
11
+ ///<reference path="enhancedMap.d.cts" />
12
+ ///<reference path="exhaustiveMatch.d.cts" />
13
+ ///<reference path="getValueStableKey.d.cts" />
14
+ ///<reference path="interpolate.d.cts" />
15
+ ///<reference path="levenshtein.d.cts" />
16
+ ///<reference path="mathUtils.d.cts" />
17
+ ///<reference path="objUtils.d.cts" />
18
+ ///<reference path="parallelAsyncCalls.d.cts" />
19
+ ///<reference path="promiseUtils.d.cts" />
20
+ ///<reference path="retryOnError.d.cts" />
21
+ ///<reference path="runShellCmd.d.cts" />
22
+ ///<reference path="safeJson.d.cts" />
23
+ ///<reference path="shallowEqual.d.cts" />
24
+ ///<reference path="sleep.d.cts" />
25
+ ///<reference path="stringUtils.d.cts" />
26
+ ///<reference path="testUtils.d.cts" />
27
+ ///<reference path="time.d.cts" />
28
+ ///<reference path="tsResult.d.cts" />
29
+ ///<reference path="typingFnUtils.d.cts" />
30
+ ///<reference path="typingTestUtils.d.cts" />
31
+ ///<reference path="typingUtils.d.cts" />
32
+ ///<reference path="yamlStringify.d.cts" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ls-stack/utils",
3
3
  "description": "Typescript utils",
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "license": "MIT",
6
6
  "files": [
7
7
  "dist"
@@ -10,9 +10,7 @@
10
10
  "author": "Lucas Santos",
11
11
  "type": "module",
12
12
  "sideEffects": false,
13
- "types": "./dist/main.d.ts",
14
13
  "module": "./dist/main.js",
15
- "main": "./dist/main.cjs",
16
14
  "exports": {
17
15
  ".": {
18
16
  "import": {