@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/ph-cli",
3
- "version": "2.5.0-dev.1",
3
+ "version": "2.5.0-dev.2",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -20,8 +20,7 @@ else
20
20
  # =============================================================================
21
21
  # Package Installation
22
22
  # =============================================================================
23
- sudo apt install -y postgresql postgresql-contrib nginx nginx-module-brotli
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
@@ -1,2 +1,2 @@
1
- export declare const version = "2.5.0-dev.1";
1
+ export declare const version = "2.5.0-dev.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. DO NOT EDIT.
2
- export const version = "2.5.0-dev.1";
2
+ export const version = "2.5.0-dev.2";
3
3
  //# sourceMappingURL=version.js.map