@lakitu/sdk 0.1.30 → 0.1.31
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../../cli/commands/build.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;
|
|
1
|
+
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../../cli/commands/build.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAiND,wBAAsB,KAAK,CAAC,OAAO,EAAE,YAAY,iBAgBhD"}
|
|
@@ -156,7 +156,10 @@ RUN chmod +x /home/user/start.sh && \\
|
|
|
156
156
|
cd /home/user/lakitu && /home/user/.bun/bin/bun install
|
|
157
157
|
|
|
158
158
|
# Python Playwright for FlareSolverr bot bypass
|
|
159
|
-
RUN pip3 install playwright && playwright install chromium
|
|
159
|
+
RUN pip3 install playwright && playwright install-deps chromium
|
|
160
|
+
USER user
|
|
161
|
+
RUN playwright install chromium
|
|
162
|
+
USER root
|
|
160
163
|
|
|
161
164
|
# Create CLI tools
|
|
162
165
|
RUN printf '#!/bin/bash\\nbun run /home/user/lakitu/runtime/pdf/pdf-generator.ts "$$@"\\n' > /usr/local/bin/generate-pdf && chmod +x /usr/local/bin/generate-pdf
|