@strictly/react-form 0.0.19 → 0.0.20

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 60.71 KB
11
- CJS ⚡️ Build success in 113ms
12
10
  ESM dist/index.js 56.70 KB
13
- ESM ⚡️ Build success in 113ms
11
+ ESM ⚡️ Build success in 136ms
12
+ CJS dist/index.cjs 60.71 KB
13
+ CJS ⚡️ Build success in 139ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 9852ms
15
+ DTS ⚡️ Build success in 9863ms
16
16
  DTS dist/index.d.cts 38.50 KB
17
17
  DTS dist/index.d.ts 38.50 KB
18
- Done in 10.92s.
18
+ Done in 11.05s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
- $ tsc
3
- Done in 7.61s.
2
+ $ tsc -b
3
+ Done in 0.34s.
@@ -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.10s.
package/package.json CHANGED
@@ -1,15 +1,5 @@
1
1
  {
2
2
  "author": "Chris <chris.glover@gmail.com> (@madmaw)",
3
- "dependencies": {
4
- "@mantine/core": "^7.13.4",
5
- "@mantine/hooks": "^7.13.4",
6
- "@strictly/base": "*",
7
- "@strictly/define": "*",
8
- "mobx": "^6.13.5",
9
- "mobx-react": "^9.1.1",
10
- "react": "^19.0.0 || ^18.3.1",
11
- "react-dom": "^19.0.0 || ^18.3.1"
12
- },
13
3
  "description": "Types and utilities for creating React forms",
14
4
  "devDependencies": {
15
5
  "@babel/plugin-proposal-decorators": "^7.25.9",
@@ -46,6 +36,16 @@
46
36
  ],
47
37
  "license": "MIT",
48
38
  "name": "@strictly/react-form",
39
+ "peerDependencies": {
40
+ "@mantine/core": "^7.13.4",
41
+ "@mantine/hooks": "^7.13.4",
42
+ "@strictly/base": "*",
43
+ "@strictly/define": "*",
44
+ "mobx": "^6.13.5",
45
+ "mobx-react": "^9.1.1",
46
+ "react": "^19.0.0 || ^18.3.1",
47
+ "react-dom": "^19.0.0 || ^18.3.1"
48
+ },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",
59
- "check-types": "tsc",
59
+ "check-types": "tsc -b",
60
60
  "clean": "del-cli dist .out .turbo",
61
61
  "lint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint . --max-warnings=0",
62
62
  "lint:fix": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint . --fix",
@@ -70,7 +70,7 @@
70
70
  "test:watch": "vitest"
71
71
  },
72
72
  "type": "module",
73
- "version": "0.0.19",
73
+ "version": "0.0.20",
74
74
  "exports": {
75
75
  ".": {
76
76
  "import": {