@stamhoofd/locales 2.78.2 → 2.78.3

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/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const countries: string[];
1
+ export declare const countries: GlobalCountry[];
2
2
  export declare const languages: string[];
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,UAAoB,CAAA;AAC1C,eAAO,MAAM,SAAS,UAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,EAAE,aAAa,EAA0C,CAAC;AAChF,eAAO,MAAM,SAAS,UAAe,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.languages = exports.countries = void 0;
4
- exports.countries = ["BE", "NL", "FR"];
5
- exports.languages = ["nl", "en"];
4
+ exports.countries = ['BE', 'NL', 'FR'];
5
+ exports.languages = ['nl', 'en'];
6
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,CAAC,IAAI,EAAC,IAAI,EAAE,IAAI,CAAC,CAAA;AAC7B,QAAA,SAAS,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAoB,CAAC;AACnE,QAAA,SAAS,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC"}
@@ -1,3 +1,3 @@
1
- export declare const countries: string[];
1
+ export declare const countries: GlobalCountry[];
2
2
  export declare const languages: string[];
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,UAAoB,CAAA;AAC1C,eAAO,MAAM,SAAS,UAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,EAAE,aAAa,EAA0C,CAAC;AAChF,eAAO,MAAM,SAAS,UAAe,CAAC"}
package/esm/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export const countries = ["BE", "NL", "FR"];
2
- export const languages = ["nl", "en"];
1
+ export const countries = ['BE', 'NL', 'FR'];
2
+ export const languages = ['nl', 'en'];
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAI,EAAC,IAAI,EAAE,IAAI,CAAC,CAAA;AAC1C,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAoB,CAAC;AAChF,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/locales",
3
- "version": "2.78.2",
3
+ "version": "2.78.3",
4
4
  "license": "UNLICENCED",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./esm/dist/index.js",
@@ -21,5 +21,5 @@
21
21
  "scripts": {
22
22
  "build": "tsc -b . esm && node build.mjs"
23
23
  },
24
- "gitHead": "454b272e0ac9a3ec6e081d70bf1154447a45444d"
24
+ "gitHead": "272bfbb259109530326ec2fd8c83af5f69d6268b"
25
25
  }