@donotdev/core 0.0.44 → 0.0.46
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/empty.cjs +2 -2
- package/empty.js +5 -2
- package/functions/index.js +5 -5
- package/index.js +37 -37
- package/next/index.js +42 -42
- package/package.json +2 -2
- package/vite/index.js +31 -29
- package/i18n/locales/lazy/entityFormTemplate_ar.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_da.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_de.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_en.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_es.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_fr.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_it.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ja.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ko.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_nl.json +0 -85
- package/i18n/locales/lazy/loginTemplate_ar.json +0 -26
- package/i18n/locales/lazy/loginTemplate_da.json +0 -21
- package/i18n/locales/lazy/loginTemplate_de.json +0 -26
- package/i18n/locales/lazy/loginTemplate_en.json +0 -26
- package/i18n/locales/lazy/loginTemplate_es.json +0 -26
- package/i18n/locales/lazy/loginTemplate_fr.json +0 -26
- package/i18n/locales/lazy/loginTemplate_it.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ja.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ko.json +0 -26
- package/i18n/locales/lazy/loginTemplate_nl.json +0 -21
- package/i18n/locales/lazy/profileDBTemplate_ar.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_da.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_de.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_en.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_es.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_fr.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_it.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ja.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ko.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_nl.json +0 -73
- package/i18n/locales/lazy/profileTemplate_ar.json +0 -85
- package/i18n/locales/lazy/profileTemplate_da.json +0 -85
- package/i18n/locales/lazy/profileTemplate_de.json +0 -85
- package/i18n/locales/lazy/profileTemplate_en.json +0 -85
- package/i18n/locales/lazy/profileTemplate_es.json +0 -85
- package/i18n/locales/lazy/profileTemplate_fr.json +0 -85
- package/i18n/locales/lazy/profileTemplate_it.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ja.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ko.json +0 -85
- package/i18n/locales/lazy/profileTemplate_nl.json +0 -85
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@donotdev/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
],
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@donotdev/components": "^0.0.
|
|
55
|
+
"@donotdev/components": "^0.0.33",
|
|
56
56
|
"lucide-react": "^0.575.0",
|
|
57
57
|
"react": "^19.2.4",
|
|
58
58
|
"react-dom": "^19.2.4",
|