@unchainedshop/core-countries 2.11.3 → 2.12.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.
@@ -1,2 +1,3 @@
1
1
  export { configureCountriesModule } from './module/configureCountriesModule.js';
2
2
  export { countryServices } from './service/countryServices.js';
3
+ //# sourceMappingURL=countries-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countries-index.d.ts","sourceRoot":"","sources":["../src/countries-index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { mongodb } from '@unchainedshop/mongodb';
2
2
  import { Country } from '@unchainedshop/types/countries.js';
3
3
  export declare const CountriesCollection: (db: mongodb.Db) => Promise<mongodb.Collection<Country>>;
4
+ //# sourceMappingURL=CountriesCollection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountriesCollection.d.ts","sourceRoot":"","sources":["../../src/db/CountriesCollection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAkB,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAE5D,eAAO,MAAM,mBAAmB,OAAc,OAAO,CAAC,EAAE,yCAuBvD,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import SimpleSchema from 'simpl-schema';
2
2
  export declare const CountriesSchema: SimpleSchema;
3
+ //# sourceMappingURL=CountriesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountriesSchema.d.ts","sourceRoot":"","sources":["../../src/db/CountriesSchema.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,cAAc,CAAC;AAExC,eAAO,MAAM,eAAe,cAQ3B,CAAC"}
@@ -6,3 +6,4 @@ export declare const buildFindSelector: ({ includeInactive, queryString }: Count
6
6
  deleted?: Date;
7
7
  };
8
8
  export declare const configureCountriesModule: ({ db, }: ModuleInput<Record<string, never>>) => Promise<CountriesModule>;
9
+ //# sourceMappingURL=configureCountriesModule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configureCountriesModule.d.ts","sourceRoot":"","sources":["../../src/module/configureCountriesModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAmB,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAW,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAU3F,eAAO,MAAM,iBAAiB,qCAAmD,YAAY;eAC9D,IAAI;YAAU,GAAG;cAAY,IAAI;CAI/D,CAAC;AAEF,eAAO,MAAM,wBAAwB,YAElC,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAG,OAAO,CAAC,eAAe,CA0E9D,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { CountryServices } from '@unchainedshop/types/countries.js';
2
2
  export declare const countryServices: CountryServices;
3
+ //# sourceMappingURL=countryServices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countryServices.d.ts","sourceRoot":"","sources":["../../src/service/countryServices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAGpE,eAAO,MAAM,eAAe,EAAE,eAE7B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { ResolveDefaultCurrencyCodeService } from '@unchainedshop/types/countries.js';
2
2
  export declare const resolveDefaultCurrencyCodeService: ResolveDefaultCurrencyCodeService;
3
+ //# sourceMappingURL=resolveDefaultCurrencyCodeService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolveDefaultCurrencyCodeService.d.ts","sourceRoot":"","sources":["../../src/service/resolveDefaultCurrencyCodeService.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,iCAAiC,EAAE,MAAM,mCAAmC,CAAC;AAuB/F,eAAO,MAAM,iCAAiC,EAAE,iCAc/C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/core-countries",
3
- "version": "2.11.3",
3
+ "version": "2.12.0",
4
4
  "main": "lib/countries-index.js",
5
5
  "exports": {
6
6
  ".": "./lib/countries-index.js",
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "homepage": "https://github.com/unchainedshop/unchained#readme",
33
33
  "dependencies": {
34
- "@unchainedshop/events": "^2.11.3",
35
- "@unchainedshop/utils": "^2.11.3",
34
+ "@unchainedshop/events": "^2.12.0",
35
+ "@unchainedshop/utils": "^2.12.0",
36
36
  "lru-cache": "^10.3.0",
37
37
  "simpl-schema": "^3.4.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^20.14.9",
41
- "@unchainedshop/types": "^2.11.3",
41
+ "@unchainedshop/types": "^2.12.0",
42
42
  "cross-env": "^7.0.3",
43
43
  "jest": "^29.7.0",
44
44
  "ts-jest": "^29.1.5",
45
- "typescript": "^5.4.5"
45
+ "typescript": "^5.5.3"
46
46
  }
47
47
  }