@codyswann/lisa 1.11.6 → 1.11.7

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.
@@ -55,7 +55,15 @@
55
55
  ],
56
56
  "ignoreBinaries": ["audit", "ast-grep", "maestro", "eas", "source-map-explorer"],
57
57
  "ignoreDependencies": [
58
+ "@gorhom/bottom-sheet",
59
+ "@hookform/resolvers",
60
+ "@react-native-async-storage/async-storage",
58
61
  "@react-native-community/netinfo",
62
+ "@react-native-masked-view/masked-view",
63
+ "@react-navigation/elements",
64
+ "@shopify/flash-list",
65
+ "@shopify/react-native-skia",
66
+ "@types/base-64",
59
67
  "aws-exports",
60
68
  "@babel/core",
61
69
  "@babel/plugin-proposal-export-namespace-from",
@@ -76,7 +84,10 @@
76
84
  "@types/glob",
77
85
  "@types/lodash.merge",
78
86
  "babel-plugin-istanbul",
87
+ "babel-plugin-module-resolver",
88
+ "base-64",
79
89
  "baseline-browser-mapping",
90
+ "date-fns",
80
91
  "date-fns-tz",
81
92
  "eslint-config-expo",
82
93
  "eslint-config-prettier",
@@ -94,25 +105,38 @@
94
105
  "eslint-plugin-tailwindcss",
95
106
  "eslint-plugin-ui-standards",
96
107
  "events",
108
+ "expo-application",
97
109
  "expo-atlas",
110
+ "expo-battery",
98
111
  "expo-clipboard",
112
+ "expo-crypto",
113
+ "expo-device",
114
+ "expo-linear-gradient",
99
115
  "expo-localization",
116
+ "expo-network",
100
117
  "expo-status-bar",
101
118
  "firebase",
102
119
  "glob",
103
120
  "globals",
104
121
  "i18n-js",
122
+ "jest-environment-jsdom",
105
123
  "jscodeshift",
106
124
  "lint-staged",
125
+ "lucide-react-native",
107
126
  "memfs",
127
+ "patch-package",
108
128
  "prettier-plugin-tailwindcss",
129
+ "react-hook-form",
109
130
  "react-native-element-dropdown",
131
+ "react-native-keyboard-controller",
132
+ "react-native-store-version",
110
133
  "tailwind-variants",
111
134
  "tar",
112
135
  "text-encoding-polyfill",
113
136
  "ts-jest",
114
137
  "ts-morph",
115
138
  "typescript-eslint",
139
+ "use-debounce",
116
140
  "usehooks-ts",
117
141
  "zod"
118
142
  ],
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@apollo/client": "^3.10.8",
25
+ "@expo/html-elements": "^0.12.5",
25
26
  "@expo/metro-runtime": "~6.1.2",
26
27
  "@gluestack-ui/core": "^3.0.10",
27
28
  "@gluestack-ui/utils": "^3.0.7",
package/package.json CHANGED
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "resolutions": {},
76
76
  "name": "@codyswann/lisa",
77
- "version": "1.11.6",
77
+ "version": "1.11.7",
78
78
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
79
79
  "main": "dist/index.js",
80
80
  "bin": {