react-chain-of-responsibility 0.4.0-main.5f5cc2f → 0.4.0-main.9e06f00
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 +3 -2
- package/preview.js +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-chain-of-responsibility",
|
|
3
|
-
"version": "0.4.0-main.
|
|
3
|
+
"version": "0.4.0-main.9e06f00",
|
|
4
4
|
"description": "Using chain of responsibility design pattern for compositing and customizing React component.",
|
|
5
5
|
"files": [
|
|
6
|
+
"./*.js",
|
|
6
7
|
"./dist/"
|
|
7
8
|
],
|
|
8
9
|
"exports": {
|
|
@@ -166,7 +167,7 @@
|
|
|
166
167
|
},
|
|
167
168
|
"dependencies": {
|
|
168
169
|
"handler-chain": "^0.1.0",
|
|
169
|
-
"react-chain-of-responsibility": "^0.4.0-main.
|
|
170
|
+
"react-chain-of-responsibility": "^0.4.0-main.9e06f00",
|
|
170
171
|
"valibot": "^1.1.0"
|
|
171
172
|
}
|
|
172
173
|
}
|
package/preview.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./dist/react-chain-of-responsibility.preview');
|