react-chain-of-responsibility 0.4.3-main.202512151007.a6ddded → 0.4.3-main.202512240619.c88c248
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-chain-of-responsibility",
|
|
3
|
-
"version": "0.4.3-main.
|
|
3
|
+
"version": "0.4.3-main.202512240619.c88c248",
|
|
4
4
|
"description": "Using chain of responsibility design pattern for compositing and customizing React component.",
|
|
5
5
|
"files": [
|
|
6
6
|
"./*.js",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
},
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"handler-chain": "^0.1.0",
|
|
170
|
-
"react-chain-of-responsibility": "^0.4.3-main.
|
|
170
|
+
"react-chain-of-responsibility": "^0.4.3-main.202512240619.c88c248",
|
|
171
171
|
"valibot": "^1.1.0"
|
|
172
172
|
}
|
|
173
173
|
}
|