@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.
- package/functions/index.d.ts +76 -12
- package/functions/index.js +81 -8
- package/i18n/locales/eager/dndev_da.json +379 -0
- package/i18n/locales/eager/dndev_nl.json +382 -0
- package/i18n/locales/lazy/auth_da.json +145 -0
- package/i18n/locales/lazy/auth_nl.json +145 -0
- package/i18n/locales/lazy/billing_da.json +82 -0
- package/i18n/locales/lazy/billing_nl.json +82 -0
- package/i18n/locales/lazy/blog_ar.json +9 -0
- package/i18n/locales/lazy/blog_da.json +9 -0
- package/i18n/locales/lazy/blog_de.json +9 -0
- package/i18n/locales/lazy/blog_en.json +9 -0
- package/i18n/locales/lazy/blog_es.json +9 -0
- package/i18n/locales/lazy/blog_fr.json +9 -0
- package/i18n/locales/lazy/blog_it.json +9 -0
- package/i18n/locales/lazy/blog_ja.json +9 -0
- package/i18n/locales/lazy/blog_ko.json +9 -0
- package/i18n/locales/lazy/blog_nl.json +9 -0
- package/i18n/locales/lazy/cookies_da.json +32 -0
- package/i18n/locales/lazy/cookies_nl.json +32 -0
- package/i18n/locales/lazy/crud_ar.json +12 -1
- package/i18n/locales/lazy/crud_da.json +522 -0
- package/i18n/locales/lazy/crud_de.json +13 -2
- package/i18n/locales/lazy/crud_en.json +12 -1
- package/i18n/locales/lazy/crud_es.json +12 -1
- package/i18n/locales/lazy/crud_fr.json +14 -3
- package/i18n/locales/lazy/crud_it.json +14 -3
- package/i18n/locales/lazy/crud_ja.json +12 -1
- package/i18n/locales/lazy/crud_ko.json +12 -1
- package/i18n/locales/lazy/crud_nl.json +522 -0
- package/i18n/locales/lazy/entityFormTemplate_da.json +85 -0
- package/i18n/locales/lazy/entityFormTemplate_nl.json +85 -0
- package/i18n/locales/lazy/homeTemplate_da.json +52 -0
- package/i18n/locales/lazy/homeTemplate_nl.json +52 -0
- package/i18n/locales/lazy/loginTemplate_da.json +21 -0
- package/i18n/locales/lazy/loginTemplate_nl.json +21 -0
- package/i18n/locales/lazy/oauth_da.json +9 -0
- package/i18n/locales/lazy/oauth_nl.json +9 -0
- package/i18n/locales/lazy/privacy_da.json +178 -0
- package/i18n/locales/lazy/privacy_nl.json +178 -0
- package/i18n/locales/lazy/profileDBTemplate_da.json +73 -0
- package/i18n/locales/lazy/profileDBTemplate_nl.json +73 -0
- package/i18n/locales/lazy/profileTemplate_da.json +85 -0
- package/i18n/locales/lazy/profileTemplate_nl.json +85 -0
- package/i18n/locales/lazy/terms_da.json +200 -0
- package/i18n/locales/lazy/terms_nl.json +200 -0
- package/index.d.ts +1536 -361
- package/index.js +39 -39
- package/next/index.d.ts +16 -14
- package/next/index.js +44 -24
- package/package.json +9 -9
- package/server.d.ts +8643 -7494
- package/server.js +1 -1
- package/vite/index.d.ts +18 -16
- 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.
|
|
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.
|
|
55
|
-
"@sentry/react": "^10.
|
|
56
|
-
"lucide-react": "^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.
|
|
88
|
+
"@clack/prompts": "^1.0.1",
|
|
89
89
|
"@rollup/plugin-strip": "^3.0.4",
|
|
90
|
-
"@tanstack/react-query": "^5.90.
|
|
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.
|
|
95
|
-
"i18next-browser-languagedetector": "8.2.
|
|
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": "^
|
|
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",
|