@donotdev/core 0.0.22 → 0.0.24

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 (55) hide show
  1. package/functions/index.d.ts +76 -12
  2. package/functions/index.js +81 -8
  3. package/i18n/locales/eager/dndev_da.json +379 -0
  4. package/i18n/locales/eager/dndev_nl.json +382 -0
  5. package/i18n/locales/lazy/auth_da.json +145 -0
  6. package/i18n/locales/lazy/auth_nl.json +145 -0
  7. package/i18n/locales/lazy/billing_da.json +82 -0
  8. package/i18n/locales/lazy/billing_nl.json +82 -0
  9. package/i18n/locales/lazy/blog_ar.json +9 -0
  10. package/i18n/locales/lazy/blog_da.json +9 -0
  11. package/i18n/locales/lazy/blog_de.json +9 -0
  12. package/i18n/locales/lazy/blog_en.json +9 -0
  13. package/i18n/locales/lazy/blog_es.json +9 -0
  14. package/i18n/locales/lazy/blog_fr.json +9 -0
  15. package/i18n/locales/lazy/blog_it.json +9 -0
  16. package/i18n/locales/lazy/blog_ja.json +9 -0
  17. package/i18n/locales/lazy/blog_ko.json +9 -0
  18. package/i18n/locales/lazy/blog_nl.json +9 -0
  19. package/i18n/locales/lazy/cookies_da.json +32 -0
  20. package/i18n/locales/lazy/cookies_nl.json +32 -0
  21. package/i18n/locales/lazy/crud_ar.json +12 -1
  22. package/i18n/locales/lazy/crud_da.json +522 -0
  23. package/i18n/locales/lazy/crud_de.json +13 -2
  24. package/i18n/locales/lazy/crud_en.json +12 -1
  25. package/i18n/locales/lazy/crud_es.json +12 -1
  26. package/i18n/locales/lazy/crud_fr.json +14 -3
  27. package/i18n/locales/lazy/crud_it.json +14 -3
  28. package/i18n/locales/lazy/crud_ja.json +12 -1
  29. package/i18n/locales/lazy/crud_ko.json +12 -1
  30. package/i18n/locales/lazy/crud_nl.json +522 -0
  31. package/i18n/locales/lazy/entityFormTemplate_da.json +85 -0
  32. package/i18n/locales/lazy/entityFormTemplate_nl.json +85 -0
  33. package/i18n/locales/lazy/homeTemplate_da.json +52 -0
  34. package/i18n/locales/lazy/homeTemplate_nl.json +52 -0
  35. package/i18n/locales/lazy/loginTemplate_da.json +21 -0
  36. package/i18n/locales/lazy/loginTemplate_nl.json +21 -0
  37. package/i18n/locales/lazy/oauth_da.json +9 -0
  38. package/i18n/locales/lazy/oauth_nl.json +9 -0
  39. package/i18n/locales/lazy/privacy_da.json +178 -0
  40. package/i18n/locales/lazy/privacy_nl.json +178 -0
  41. package/i18n/locales/lazy/profileDBTemplate_da.json +73 -0
  42. package/i18n/locales/lazy/profileDBTemplate_nl.json +73 -0
  43. package/i18n/locales/lazy/profileTemplate_da.json +85 -0
  44. package/i18n/locales/lazy/profileTemplate_nl.json +85 -0
  45. package/i18n/locales/lazy/terms_da.json +200 -0
  46. package/i18n/locales/lazy/terms_nl.json +200 -0
  47. package/index.d.ts +1536 -361
  48. package/index.js +39 -39
  49. package/next/index.d.ts +16 -14
  50. package/next/index.js +44 -24
  51. package/package.json +9 -9
  52. package/server.d.ts +8643 -7494
  53. package/server.js +1 -1
  54. package/vite/index.d.ts +18 -16
  55. package/vite/index.js +60 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donotdev/core",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -51,9 +51,9 @@
51
51
  ],
52
52
  "sideEffects": false,
53
53
  "peerDependencies": {
54
- "@donotdev/components": "^0.0.15",
55
- "@sentry/react": "^10.38.0",
56
- "lucide-react": "^0.563.0",
54
+ "@donotdev/components": "^0.0.17",
55
+ "@sentry/react": "^10.39.0",
56
+ "lucide-react": "^0.574.0",
57
57
  "react": "^19.2.4",
58
58
  "react-dom": "^19.2.4",
59
59
  "valibot": "^1.2.0",
@@ -85,18 +85,18 @@
85
85
  "access": "public"
86
86
  },
87
87
  "dependencies": {
88
- "@clack/prompts": "^1.0.0",
88
+ "@clack/prompts": "^1.0.1",
89
89
  "@rollup/plugin-strip": "^3.0.4",
90
- "@tanstack/react-query": "^5.90.20",
90
+ "@tanstack/react-query": "^5.90.21",
91
91
  "@vitejs/plugin-basic-ssl": "^2.1.0",
92
92
  "autoprefixer": "^10.4.23",
93
93
  "fast-glob": "^3.3.3",
94
- "i18next": "^25.8.1",
95
- "i18next-browser-languagedetector": "8.2.0",
94
+ "i18next": "^25.8.11",
95
+ "i18next-browser-languagedetector": "^8.2.1",
96
96
  "i18next-http-backend": "3.0.2",
97
97
  "postcss": "^8.5.6",
98
98
  "postcss-import": "^16.1.1",
99
- "postcss-nesting": "^13.0.2",
99
+ "postcss-nesting": "^14.0.0",
100
100
  "react-i18next": "^16.5.4",
101
101
  "rollup-plugin-visualizer": "6.0.5",
102
102
  "vite-plugin-pwa": "1.2.0",