@contractspec/lib.presentation-runtime-react 33.0.0 → 34.0.1
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.
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.presentation-runtime-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.0.1",
|
|
4
4
|
"description": "React presentation runtime with workflow components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "^19.2.
|
|
30
|
+
"react": "^19.2.0",
|
|
31
31
|
"react-hook-form": "^7.70.0",
|
|
32
32
|
"zod": "^4.3.5",
|
|
33
|
-
"@contractspec/lib.presentation-runtime-core": "3.
|
|
33
|
+
"@contractspec/lib.presentation-runtime-core": "3.7.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@contractspec/lib.presentation-runtime-core": "3.
|
|
37
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
38
|
-
"@contractspec/lib.design-system": "3.
|
|
39
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
36
|
+
"@contractspec/lib.presentation-runtime-core": "3.7.1",
|
|
37
|
+
"@contractspec/lib.contracts-spec": "3.7.1",
|
|
38
|
+
"@contractspec/lib.design-system": "3.7.1",
|
|
39
|
+
"@contractspec/lib.ui-kit-web": "3.7.1"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist",
|
|
@@ -45,32 +45,32 @@
|
|
|
45
45
|
"exports": {
|
|
46
46
|
".": {
|
|
47
47
|
"types": "./dist/index.d.ts",
|
|
48
|
-
"bun": "./dist/index.js",
|
|
49
48
|
"browser": "./dist/browser/index.js",
|
|
49
|
+
"bun": "./dist/index.js",
|
|
50
50
|
"default": "./dist/index.js"
|
|
51
51
|
},
|
|
52
52
|
"./nativewind-env.d": {
|
|
53
53
|
"types": "./dist/nativewind-env.d.d.ts",
|
|
54
|
-
"bun": "./dist/nativewind-env.d.js",
|
|
55
54
|
"browser": "./dist/browser/nativewind-env.d.js",
|
|
55
|
+
"bun": "./dist/nativewind-env.d.js",
|
|
56
56
|
"default": "./dist/nativewind-env.d.js"
|
|
57
57
|
},
|
|
58
58
|
"./useWorkflow": {
|
|
59
59
|
"types": "./dist/useWorkflow.d.ts",
|
|
60
|
-
"bun": "./dist/useWorkflow.js",
|
|
61
60
|
"browser": "./dist/browser/useWorkflow.js",
|
|
61
|
+
"bun": "./dist/useWorkflow.js",
|
|
62
62
|
"default": "./dist/useWorkflow.js"
|
|
63
63
|
},
|
|
64
64
|
"./WorkflowStepper": {
|
|
65
65
|
"types": "./dist/WorkflowStepper.d.ts",
|
|
66
|
-
"bun": "./dist/WorkflowStepper.js",
|
|
67
66
|
"browser": "./dist/browser/WorkflowStepper.js",
|
|
67
|
+
"bun": "./dist/WorkflowStepper.js",
|
|
68
68
|
"default": "./dist/WorkflowStepper.js"
|
|
69
69
|
},
|
|
70
70
|
"./WorkflowStepRenderer": {
|
|
71
71
|
"types": "./dist/WorkflowStepRenderer.d.ts",
|
|
72
|
-
"bun": "./dist/WorkflowStepRenderer.js",
|
|
73
72
|
"browser": "./dist/browser/WorkflowStepRenderer.js",
|
|
73
|
+
"bun": "./dist/WorkflowStepRenderer.js",
|
|
74
74
|
"default": "./dist/WorkflowStepRenderer.js"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
@@ -79,32 +79,32 @@
|
|
|
79
79
|
"exports": {
|
|
80
80
|
".": {
|
|
81
81
|
"types": "./dist/index.d.ts",
|
|
82
|
-
"bun": "./dist/index.js",
|
|
83
82
|
"browser": "./dist/browser/index.js",
|
|
83
|
+
"bun": "./dist/index.js",
|
|
84
84
|
"default": "./dist/index.js"
|
|
85
85
|
},
|
|
86
86
|
"./nativewind-env.d": {
|
|
87
87
|
"types": "./dist/nativewind-env.d.d.ts",
|
|
88
|
-
"bun": "./dist/nativewind-env.d.js",
|
|
89
88
|
"browser": "./dist/browser/nativewind-env.d.js",
|
|
89
|
+
"bun": "./dist/nativewind-env.d.js",
|
|
90
90
|
"default": "./dist/nativewind-env.d.js"
|
|
91
91
|
},
|
|
92
92
|
"./useWorkflow": {
|
|
93
93
|
"types": "./dist/useWorkflow.d.ts",
|
|
94
|
-
"bun": "./dist/useWorkflow.js",
|
|
95
94
|
"browser": "./dist/browser/useWorkflow.js",
|
|
95
|
+
"bun": "./dist/useWorkflow.js",
|
|
96
96
|
"default": "./dist/useWorkflow.js"
|
|
97
97
|
},
|
|
98
98
|
"./WorkflowStepper": {
|
|
99
99
|
"types": "./dist/WorkflowStepper.d.ts",
|
|
100
|
-
"bun": "./dist/WorkflowStepper.js",
|
|
101
100
|
"browser": "./dist/browser/WorkflowStepper.js",
|
|
101
|
+
"bun": "./dist/WorkflowStepper.js",
|
|
102
102
|
"default": "./dist/WorkflowStepper.js"
|
|
103
103
|
},
|
|
104
104
|
"./WorkflowStepRenderer": {
|
|
105
105
|
"types": "./dist/WorkflowStepRenderer.d.ts",
|
|
106
|
-
"bun": "./dist/WorkflowStepRenderer.js",
|
|
107
106
|
"browser": "./dist/browser/WorkflowStepRenderer.js",
|
|
107
|
+
"bun": "./dist/WorkflowStepRenderer.js",
|
|
108
108
|
"default": "./dist/WorkflowStepRenderer.js"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -119,6 +119,6 @@
|
|
|
119
119
|
"homepage": "https://contractspec.io",
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"react-native-css": "^3.0.4",
|
|
122
|
-
"@contractspec/tool.bun": "3.
|
|
122
|
+
"@contractspec/tool.bun": "3.7.1"
|
|
123
123
|
}
|
|
124
124
|
}
|