@strictly/define 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.
@@ -7,12 +7,12 @@ $ tsup
7
7
  CLI Target: es6
8
8
  CJS Build start
9
9
  ESM Build start
10
- CJS dist/index.cjs 33.05 KB
11
- CJS ⚡️ Build success in 83ms
12
10
  ESM dist/index.js 30.47 KB
13
- ESM ⚡️ Build success in 87ms
11
+ ESM ⚡️ Build success in 109ms
12
+ CJS dist/index.cjs 33.05 KB
13
+ CJS ⚡️ Build success in 114ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 7232ms
15
+ DTS ⚡️ Build success in 7277ms
16
16
  DTS dist/index.d.cts 42.22 KB
17
17
  DTS dist/index.d.ts 42.22 KB
18
- Done in 8.31s.
18
+ Done in 8.51s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.31s.
3
+ Done in 0.36s.
@@ -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.11s.
3
+ Done in 0.12s.
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
  },
@@ -14,8 +17,7 @@
14
17
  "packageManager": "yarn@1.22.22",
15
18
  "peerDependencies": {
16
19
  "@strictly/base": "*",
17
- "mobx": "^6.13.5",
18
- "type-fest": "^4.27.0"
20
+ "mobx": "^6.0.0"
19
21
  },
20
22
  "publishConfig": {
21
23
  "access": "public"
@@ -36,7 +38,7 @@
36
38
  "test:watch": "vitest"
37
39
  },
38
40
  "type": "module",
39
- "version": "0.0.21",
41
+ "version": "0.0.22",
40
42
  "exports": {
41
43
  ".": {
42
44
  "import": {