@reachu/database 1.0.203 → 1.0.204

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.
@@ -4,7 +4,11 @@ declare enum Currency {
4
4
  USD = "USD",
5
5
  GBP = "GBP",
6
6
  ARS = "ARS",
7
- CAD = "CAD"
7
+ CAD = "CAD",
8
+ CZK = "CZK",
9
+ HUF = "HUF",
10
+ PLN = "PLN",
11
+ RON = "RON"
8
12
  }
9
13
  export declare const currencies: Currency[];
10
14
  export default Currency;
@@ -9,7 +9,21 @@ var Currency;
9
9
  Currency["GBP"] = "GBP";
10
10
  Currency["ARS"] = "ARS";
11
11
  Currency["CAD"] = "CAD";
12
+ Currency["CZK"] = "CZK";
13
+ Currency["HUF"] = "HUF";
14
+ Currency["PLN"] = "PLN";
15
+ Currency["RON"] = "RON";
12
16
  })(Currency || (Currency = {}));
13
- exports.currencies = [Currency.EUR, Currency.NOK, Currency.USD, Currency.GBP, Currency.CAD];
17
+ exports.currencies = [
18
+ Currency.EUR,
19
+ Currency.NOK,
20
+ Currency.USD,
21
+ Currency.GBP,
22
+ Currency.CAD,
23
+ Currency.CZK,
24
+ Currency.HUF,
25
+ Currency.PLN,
26
+ Currency.RON,
27
+ ];
14
28
  exports.default = Currency;
15
29
  //# sourceMappingURL=Currency.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../src/staticData/Currency.ts"],"names":[],"mappings":";;;AAAA,IAAK,QAOJ;AAPD,WAAK,QAAQ;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;AACb,CAAC,EAPI,QAAQ,KAAR,QAAQ,QAOZ;AAEY,QAAA,UAAU,GAAG,CAAC,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;AAEjG,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../src/staticData/Currency.ts"],"names":[],"mappings":";;;AAAA,IAAK,QAWJ;AAXD,WAAK,QAAQ;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;AACb,CAAC,EAXI,QAAQ,KAAR,QAAQ,QAWZ;AAEY,QAAA,UAAU,GAAG;IACxB,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;IACZ,QAAQ,CAAC,GAAG;CACb,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -2437,8 +2437,8 @@
2437
2437
  "affectsGlobalScope": false
2438
2438
  },
2439
2439
  "../src/staticdata/currency.ts": {
2440
- "version": "7ff2f7b908b2c5f3c9dd0e50b6e70c5a385cf5a6bda8d6bb0a446a20129525c9",
2441
- "signature": "15160cb3a2539b94c529b65fc37e1927f4064b3d711a7f06291a11b1a26c5972",
2440
+ "version": "1e345c2c702890571829fd4e115b4a7c22936f9b3c6c93d8145ba46dc469c486",
2441
+ "signature": "0f39ce6662757c37afc7e6ce752b0bba1d9cd09ee1e10d7d354cc9b9ca2d6fed",
2442
2442
  "affectsGlobalScope": false
2443
2443
  },
2444
2444
  "../src/entity/price.entity.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reachu/database",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "reachu-database",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "author": "reachu",
22
22
  "license": "ISC",
23
23
  "dependencies": {
24
- "@reachu/logger": "1.0.203",
25
- "@reachu/utils": "1.0.203",
24
+ "@reachu/logger": "1.0.204",
25
+ "@reachu/utils": "1.0.204",
26
26
  "dotenv": "8.0.0",
27
27
  "eventemitter2": "^6.4.9",
28
28
  "express": "4.17.1",
@@ -5,8 +5,22 @@ enum Currency {
5
5
  GBP = 'GBP',
6
6
  ARS = 'ARS',
7
7
  CAD = 'CAD',
8
+ CZK = 'CZK',
9
+ HUF = 'HUF',
10
+ PLN = 'PLN',
11
+ RON = 'RON',
8
12
  }
9
13
 
10
- export const currencies = [Currency.EUR, Currency.NOK, Currency.USD, Currency.GBP, Currency.CAD];
14
+ export const currencies = [
15
+ Currency.EUR,
16
+ Currency.NOK,
17
+ Currency.USD,
18
+ Currency.GBP,
19
+ Currency.CAD,
20
+ Currency.CZK,
21
+ Currency.HUF,
22
+ Currency.PLN,
23
+ Currency.RON,
24
+ ];
11
25
 
12
26
  export default Currency;