@strictly/base 0.0.31 → 0.0.33

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.69 KB
11
- CJS ⚡️ Build success in 67ms
11
+ CJS ⚡️ Build success in 93ms
12
12
  ESM dist/index.js 8.55 KB
13
- ESM ⚡️ Build success in 66ms
13
+ ESM ⚡️ Build success in 96ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 4659ms
15
+ DTS ⚡️ Build success in 5245ms
16
16
  DTS dist/index.d.cts 6.83 KB
17
17
  DTS dist/index.d.ts 6.83 KB
18
- Done in 6.60s.
18
+ Done in 7.35s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.25s.
3
+ Done in 0.30s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ json -f package.json -f package.exports.json --merge > package.release.json
3
- Done in 0.12s.
3
+ Done in 0.11s.
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "author": "Chris <chris.glover@gmail.com> (@madmaw)",
3
- "dependencies": {
4
- "type-fest": "^4.27.0"
5
- },
3
+ "dependencies": {},
6
4
  "devDependencies": {
7
5
  "@strictly/support-vite": "*",
8
- "json": "^11.0.0"
6
+ "json": "^11.0.0",
7
+ "type-fest": "^4.27.0"
9
8
  },
10
9
  "homepage": "https://madmaw.github.io/strictly/base",
11
10
  "keywords": [
@@ -16,6 +15,9 @@
16
15
  "license": "MIT",
17
16
  "name": "@strictly/base",
18
17
  "packageManager": "yarn@1.22.22",
18
+ "peerDependencies": {
19
+ "type-fest": "^4.27.0"
20
+ },
19
21
  "publishConfig": {
20
22
  "access": "public"
21
23
  },
@@ -35,7 +37,7 @@
35
37
  "test:watch": "vitest"
36
38
  },
37
39
  "type": "module",
38
- "version": "0.0.31",
40
+ "version": "0.0.33",
39
41
  "exports": {
40
42
  ".": {
41
43
  "import": {