@strictly/base 0.0.19 → 0.0.21

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.
@@ -7,12 +7,12 @@ $ tsup
7
7
  CLI Target: es6
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.js 8.27 KB
11
- ESM ⚡️ Build success in 48ms
12
10
  CJS dist/index.cjs 10.35 KB
13
- CJS ⚡️ Build success in 58ms
11
+ CJS ⚡️ Build success in 83ms
12
+ ESM dist/index.js 8.27 KB
13
+ ESM ⚡️ Build success in 84ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 3116ms
15
+ DTS ⚡️ Build success in 4814ms
16
16
  DTS dist/index.d.cts 6.68 KB
17
17
  DTS dist/index.d.ts 6.68 KB
18
- Done in 4.18s.
18
+ Done in 6.47s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
- $ tsc
3
- Done in 1.36s.
2
+ $ tsc -b
3
+ Done in 0.24s.
package/package.json CHANGED
@@ -13,6 +13,9 @@
13
13
  "license": "MIT",
14
14
  "name": "@strictly/base",
15
15
  "packageManager": "yarn@1.22.22",
16
+ "peerDependencies": {
17
+ "type-fest": "^4.27.0"
18
+ },
16
19
  "publishConfig": {
17
20
  "access": "public"
18
21
  },
@@ -23,7 +26,7 @@
23
26
  },
24
27
  "scripts": {
25
28
  "build": "tsup",
26
- "check-types": "tsc",
29
+ "check-types": "tsc -b",
27
30
  "clean": "del-cli dist .out .turbo",
28
31
  "lint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint . --max-warnings=0",
29
32
  "lint:fix": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint . --fix",
@@ -32,7 +35,7 @@
32
35
  "test:watch": "vitest"
33
36
  },
34
37
  "type": "module",
35
- "version": "0.0.19",
38
+ "version": "0.0.21",
36
39
  "exports": {
37
40
  ".": {
38
41
  "import": {