@codyswann/lisa 1.43.0 → 1.43.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.
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"react-native-svg": "^15.15.1",
|
|
106
106
|
"react-native-web": "^0.21.2",
|
|
107
107
|
"tailwindcss": "^3.4.7",
|
|
108
|
-
"tar": "^7.5.
|
|
108
|
+
"tar": "^7.5.8",
|
|
109
109
|
"text-encoding-polyfill": "^0.6.7",
|
|
110
110
|
"usehooks-ts": "^3.1.1",
|
|
111
111
|
"zod": "^4.3.5"
|
|
@@ -148,13 +148,15 @@
|
|
|
148
148
|
"resolutions": {
|
|
149
149
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
150
150
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
151
|
-
"
|
|
151
|
+
"fast-xml-parser": "^5.3.6",
|
|
152
|
+
"tar": "^7.5.8"
|
|
152
153
|
},
|
|
153
154
|
"overrides": {
|
|
154
155
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
155
156
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
157
|
+
"fast-xml-parser": "^5.3.6",
|
|
156
158
|
"zod-validation-error": "^4.0.0",
|
|
157
|
-
"tar": "^7.5.
|
|
159
|
+
"tar": "^7.5.8"
|
|
158
160
|
}
|
|
159
161
|
}
|
|
160
162
|
}
|
package/package.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"axios": ">=1.13.5"
|
|
92
92
|
},
|
|
93
93
|
"name": "@codyswann/lisa",
|
|
94
|
-
"version": "1.43.
|
|
94
|
+
"version": "1.43.1",
|
|
95
95
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
96
96
|
"main": "dist/index.js",
|
|
97
97
|
"bin": {
|