@volontariapp/config 3.0.1 → 3.1.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Fixed db_ssl config parameter to convert "true" to the boolean true (before: was setting the boolean to false anyway")
8
+
3
9
  ## 3.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"postgres-config.d.ts","sourceRoot":"","sources":["../../../src/configs/db/postgres-config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,qBAAa,cAAe,SAAQ,QAAS,YAAW,eAAe;IAIrE,WAAW,EAAG,MAAM,CAAC;IAIrB,GAAG,EAAG,OAAO,CAAC;CACf"}
1
+ {"version":3,"file":"postgres-config.d.ts","sourceRoot":"","sources":["../../../src/configs/db/postgres-config.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,qBAAa,cAAe,SAAQ,QAAS,YAAW,eAAe;IAIrE,WAAW,EAAG,MAAM,CAAC;IAKrB,GAAG,EAAG,OAAO,CAAC;CACf"}
@@ -23,6 +23,7 @@ __decorate([
23
23
  __decorate([
24
24
  IsDefined(),
25
25
  IsBoolean(),
26
+ Type(() => Boolean),
26
27
  __metadata("design:type", Boolean)
27
28
  ], PostgresConfig.prototype, "ssl", void 0);
28
29
  //# sourceMappingURL=postgres-config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"postgres-config.js","sourceRoot":"","sources":["../../../src/configs/db/postgres-config.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAI1C,WAAW,CAAU;IAIrB,GAAG,CAAW;CACf;AALC;IAHC,SAAS,EAAE;IACX,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,QAAQ,EAAE;;mDACU;AAIrB;IAFC,SAAS,EAAE;IACX,SAAS,EAAE;;2CACE"}
1
+ {"version":3,"file":"postgres-config.js","sourceRoot":"","sources":["../../../src/configs/db/postgres-config.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAI1C,WAAW,CAAU;IAKrB,GAAG,CAAW;CACf;AANC;IAHC,SAAS,EAAE;IACX,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,QAAQ,EAAE;;mDACU;AAKrB;IAHC,SAAS,EAAE;IACX,SAAS,EAAE;IACX,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;2CACN"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/config",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true