@strictly/base 0.0.21 → 0.0.22

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.
@@ -8,11 +8,11 @@ $ tsup
8
8
  CJS Build start
9
9
  ESM Build start
10
10
  CJS dist/index.cjs 10.35 KB
11
- CJS ⚡️ Build success in 83ms
11
+ CJS ⚡️ Build success in 71ms
12
12
  ESM dist/index.js 8.27 KB
13
- ESM ⚡️ Build success in 84ms
13
+ ESM ⚡️ Build success in 106ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 4814ms
15
+ DTS ⚡️ Build success in 4992ms
16
16
  DTS dist/index.d.cts 6.68 KB
17
17
  DTS dist/index.d.ts 6.68 KB
18
- Done in 6.47s.
18
+ Done in 7.18s.
package/package.json CHANGED
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "author": "Chris <chris.glover@gmail.com> (@madmaw)",
3
+ "dependencies": {
4
+ "type-fest": "^4.27.0"
5
+ },
3
6
  "devDependencies": {
4
7
  "@strictly/support-vite": "*",
5
8
  "json": "^11.0.0"
@@ -13,9 +16,6 @@
13
16
  "license": "MIT",
14
17
  "name": "@strictly/base",
15
18
  "packageManager": "yarn@1.22.22",
16
- "peerDependencies": {
17
- "type-fest": "^4.27.0"
18
- },
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
@@ -35,7 +35,7 @@
35
35
  "test:watch": "vitest"
36
36
  },
37
37
  "type": "module",
38
- "version": "0.0.21",
38
+ "version": "0.0.22",
39
39
  "exports": {
40
40
  ".": {
41
41
  "import": {