@powerhousedao/ph-cli 2.5.0-dev.1 → 2.5.0-dev.2
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/package.json
CHANGED
|
@@ -20,8 +20,7 @@ else
|
|
|
20
20
|
# =============================================================================
|
|
21
21
|
# Package Installation
|
|
22
22
|
# =============================================================================
|
|
23
|
-
sudo apt install -y postgresql postgresql-contrib nginx
|
|
24
|
-
sudo ln -sf /usr/share/nginx/modules-available/mod-brotli.conf /etc/nginx/modules-enabled/50-mod-brotli.conf
|
|
23
|
+
sudo apt install -y postgresql postgresql-contrib nginx libnginx-mod-http-brotli-static libnginx-mod-http-brotli-filter
|
|
25
24
|
|
|
26
25
|
# =============================================================================
|
|
27
26
|
# Interactive Package Installation
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.5.0-dev.
|
|
1
|
+
export declare const version = "2.5.0-dev.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/src/version.js
CHANGED