react-chain-of-responsibility 0.4.0-main.a4b61d2 → 0.4.0-main.d864102
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-chain-of-responsibility",
|
|
3
|
-
"version": "0.4.0-main.
|
|
3
|
+
"version": "0.4.0-main.d864102",
|
|
4
4
|
"description": "Using chain of responsibility design pattern for compositing and customizing React component.",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist/"
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"precommit:typescript:production": "tsc --noEmit --project ./src/tsconfig.precommit.production.json",
|
|
51
51
|
"precommit:typescript:test": "tsc --noEmit --project ./src/tsconfig.precommit.test.json",
|
|
52
52
|
"prepack": "cp ../../CHANGELOG.md . && cp ../../LICENSE . && cp ../../README.md .",
|
|
53
|
+
"start": "npm run build -- --onSuccess \"touch ../pages/package.json\" --watch",
|
|
53
54
|
"switch": "cat package.json | jq --arg SWITCH_NAME $SWITCH_NAME -r '(.[\"switch:\" + $SWITCH_NAME] // {}) as $TEMPLATE | .devDependencies += ($TEMPLATE.devDependencies // {}) | .dependencies += ($TEMPLATE.dependencies // {})' | tee ./package.json.tmp && mv ./package.json.tmp ./package.json",
|
|
54
55
|
"test": "jest"
|
|
55
56
|
},
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
},
|
|
154
155
|
"dependencies": {
|
|
155
156
|
"handler-chain": "^0.1.0",
|
|
156
|
-
"react-chain-of-responsibility": "^0.4.0-main.
|
|
157
|
+
"react-chain-of-responsibility": "^0.4.0-main.d864102",
|
|
157
158
|
"valibot": "^1.1.0"
|
|
158
159
|
}
|
|
159
160
|
}
|