@ilife-tech/react-application-flow-renderer 1.2.32 → 1.2.33
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/dist/example.js +19 -19
- package/dist/example.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ilife-tech/react-application-flow-renderer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.33",
|
|
5
5
|
"description": "A dynamic application flow renderer for React applications with Universal API support(sqv2.0)",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -30,7 +30,10 @@
|
|
|
30
30
|
"storybook": "storybook dev -p 6006",
|
|
31
31
|
"build-storybook": "storybook build",
|
|
32
32
|
"analyze": "ANALYZE=true npm run build",
|
|
33
|
-
"generate-report": "node scripts/generate-dev-report.js"
|
|
33
|
+
"generate-report": "node scripts/generate-dev-report.js",
|
|
34
|
+
"sonar": "sonar-scanner",
|
|
35
|
+
"sonar:docker": "docker run --rm --network host -v \"$(pwd):/usr/src\" -w /usr/src sonarsource/sonar-scanner-cli:latest",
|
|
36
|
+
"sonar:mcp": "npx -y sonarqube-mcp-server@latest"
|
|
34
37
|
},
|
|
35
38
|
"keywords": [
|
|
36
39
|
"react",
|