@strictly/define 0.0.32 → 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
  ESM dist/index.js 34.08 KB
11
- ESM ⚡️ Build success in 119ms
11
+ ESM ⚡️ Build success in 99ms
12
12
  CJS dist/index.cjs 36.67 KB
13
- CJS ⚡️ Build success in 126ms
13
+ CJS ⚡️ Build success in 111ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 5988ms
15
+ DTS ⚡️ Build success in 6036ms
16
16
  DTS dist/index.d.cts 41.82 KB
17
17
  DTS dist/index.d.ts 41.82 KB
18
- Done in 7.55s.
18
+ Done in 7.44s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.29s.
3
+ Done in 0.27s.
package/package.json CHANGED
@@ -1,10 +1,9 @@
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
- "@strictly/support-vite": "*"
5
+ "@strictly/support-vite": "*",
6
+ "type-fest": "^4.27.0"
8
7
  },
9
8
  "homepage": "https://madmaw.github.io/strictly/define",
10
9
  "keywords": [
@@ -17,7 +16,8 @@
17
16
  "packageManager": "yarn@1.22.22",
18
17
  "peerDependencies": {
19
18
  "@strictly/base": "*",
20
- "mobx": "^6.0.0"
19
+ "mobx": "^6.0.0",
20
+ "type-fest": "^4.27.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  "test:watch": "vitest"
39
39
  },
40
40
  "type": "module",
41
- "version": "0.0.32",
41
+ "version": "0.0.33",
42
42
  "exports": {
43
43
  ".": {
44
44
  "import": {