@stamhoofd/locales 2.119.0 → 2.120.1

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.
Files changed (60) hide show
  1. package/dist/index.d.ts +4 -2
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +2 -5
  4. package/dist/index.js.map +1 -1
  5. package/dist/locales/digit/en-BE.json +1 -0
  6. package/dist/locales/digit/fr-BE.json +1 -0
  7. package/dist/locales/digit/nl-BE.json +1 -0
  8. package/dist/locales/digit/nl-NL.json +1 -0
  9. package/dist/locales/jamboree/en-BE.json +1 -0
  10. package/dist/locales/jamboree/fr-BE.json +1 -0
  11. package/dist/locales/jamboree/nl-BE.json +1 -0
  12. package/dist/locales/jamboree/nl-NL.json +1 -0
  13. package/dist/locales/keeo/en-BE.json +1 -0
  14. package/dist/locales/keeo/fr-BE.json +1 -0
  15. package/dist/locales/keeo/nl-BE.json +1 -0
  16. package/dist/locales/keeo/nl-NL.json +1 -0
  17. package/dist/locales/stamhoofd/en-BE.json +1 -0
  18. package/dist/locales/stamhoofd/fr-BE.json +1 -0
  19. package/dist/locales/stamhoofd/nl-BE.json +1 -0
  20. package/dist/locales/stamhoofd/nl-NL.json +1 -0
  21. package/package.json +19 -14
  22. package/dist/digit/en-BE.json +0 -1
  23. package/dist/digit/fr-BE.json +0 -1
  24. package/dist/digit/nl-BE.json +0 -1
  25. package/dist/digit/nl-NL.json +0 -1
  26. package/dist/jamboree/en-BE.json +0 -1
  27. package/dist/jamboree/fr-BE.json +0 -1
  28. package/dist/jamboree/nl-BE.json +0 -1
  29. package/dist/jamboree/nl-NL.json +0 -1
  30. package/dist/keeo/en-BE.json +0 -1
  31. package/dist/keeo/fr-BE.json +0 -1
  32. package/dist/keeo/nl-BE.json +0 -1
  33. package/dist/keeo/nl-NL.json +0 -1
  34. package/dist/stamhoofd/en-BE.json +0 -1
  35. package/dist/stamhoofd/fr-BE.json +0 -1
  36. package/dist/stamhoofd/nl-BE.json +0 -1
  37. package/dist/stamhoofd/nl-NL.json +0 -1
  38. package/dist/tsconfig.tsbuildinfo +0 -1
  39. package/esm/dist/digit/en-BE.json +0 -1
  40. package/esm/dist/digit/fr-BE.json +0 -1
  41. package/esm/dist/digit/nl-BE.json +0 -1
  42. package/esm/dist/digit/nl-NL.json +0 -1
  43. package/esm/dist/index.d.ts +0 -3
  44. package/esm/dist/index.d.ts.map +0 -1
  45. package/esm/dist/index.js +0 -7
  46. package/esm/dist/index.js.map +0 -1
  47. package/esm/dist/jamboree/en-BE.json +0 -1
  48. package/esm/dist/jamboree/fr-BE.json +0 -1
  49. package/esm/dist/jamboree/nl-BE.json +0 -1
  50. package/esm/dist/jamboree/nl-NL.json +0 -1
  51. package/esm/dist/keeo/en-BE.json +0 -1
  52. package/esm/dist/keeo/fr-BE.json +0 -1
  53. package/esm/dist/keeo/nl-BE.json +0 -1
  54. package/esm/dist/keeo/nl-NL.json +0 -1
  55. package/esm/dist/stamhoofd/en-BE.json +0 -1
  56. package/esm/dist/stamhoofd/fr-BE.json +0 -1
  57. package/esm/dist/stamhoofd/nl-BE.json +0 -1
  58. package/esm/dist/stamhoofd/nl-NL.json +0 -1
  59. package/esm/dist/tsconfig.tsbuildinfo +0 -1
  60. package/esm/package.json +0 -3
package/package.json CHANGED
@@ -1,25 +1,30 @@
1
1
  {
2
2
  "name": "@stamhoofd/locales",
3
- "version": "2.119.0",
3
+ "version": "2.120.1",
4
4
  "license": "UNLICENCED",
5
- "main": "./dist/index.js",
6
- "module": "./esm/dist/index.js",
5
+ "type": "module",
7
6
  "types": "./dist/index.d.ts",
8
- "sideEffects": false,
9
- "files": [
10
- "dist",
11
- "esm/dist",
12
- "esm/package.json"
13
- ],
7
+ "module": "./dist/index.js",
8
+ "main": "./dist/index.js",
14
9
  "exports": {
15
10
  ".": {
16
- "import": "./esm/dist/index.js",
17
- "require": "./dist/index.js",
18
- "types": "./dist/index.d.ts"
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.js"
14
+ },
15
+ "./locales/*": {
16
+ "types": "./dist/locales/*",
17
+ "import": "./dist/locales/*",
18
+ "require": "./dist/locales/*"
19
19
  }
20
20
  },
21
+ "files": [
22
+ "dist",
23
+ "package.json"
24
+ ],
25
+ "sideEffects": false,
21
26
  "scripts": {
22
- "build": "tsc -b . esm && node build.mjs"
27
+ "build": "tsc --build tsconfig.build.json && node build.js"
23
28
  },
24
- "gitHead": "7bcbadd31fcc4f3109efc67c4034d1382a1d0439"
29
+ "gitHead": "00f65fc28d68feb86c30789784181a8954d638d7"
25
30
  }