@arch-cadre/blog-module 0.0.1 → 1.0.2

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.
@@ -32,5 +32,14 @@
32
32
  "Update": "Update",
33
33
  "Blog": "Blog",
34
34
  "CMS": "CMS",
35
- "Blog Manager": "Blog Manager"
35
+ "Blog Manager": "Blog Manager",
36
+ "Recent Posts": "Recent Posts",
37
+ "The latest articles published on your blog.": "The latest articles published on your blog.",
38
+ "No posts found.": "No posts found.",
39
+ "Recent Comments": "Recent Comments",
40
+ "What readers are saying about your posts.": "What readers are saying about your posts.",
41
+ "No comments yet.": "No comments yet.",
42
+ "Anonymous": "Anonymous",
43
+ "Total Posts": "Total Posts",
44
+ "Total Comments": "Total Comments"
36
45
  }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Blog Posts": "Posty na blogu",
3
+ "Reading your blog posts": "Czytając Twoje posty na blogu",
4
+ "Comment added": "Komentarz dodany",
5
+ "Add your comment here...": "Dodaj tutaj swój komentarz...",
6
+ "Create Comment": "Utwórz komentarz",
7
+ "Post not found": "Nie znaleziono wpisu",
8
+ "Back to posts": "Powrót do postów",
9
+ "Comments": "Uwagi",
10
+ "Leave a comment": "Zostaw komentarz",
11
+ "Sign in": "Zalogować się",
12
+ "to join the conversation.": "aby dołączyć do rozmowy.",
13
+ "No comments yet. Be the first to comment!": "Nie ma jeszcze żadnych komentarzy. Bądź pierwszą osobą, która skomentuje!",
14
+ "Confirm deletion of this post?": "Potwierdzić usunięcie tego wpisu?",
15
+ "Post deleted": "Post został usunięty",
16
+ "Blog posts": "Posty na blogu",
17
+ "New Post": "Nowy post",
18
+ "Title": "Tytuł",
19
+ "Author": "Autor",
20
+ "Date": "Data",
21
+ "Actions": "Działania",
22
+ "No posts found. Create your first post!": "Nie znaleziono żadnych postów. Utwórz swój pierwszy post!",
23
+ "Post created": "Wpis został utworzony",
24
+ "Title of your post": "Tytuł Twojego postu",
25
+ "Content": "Treść",
26
+ "Content of your post": "Treść Twojego wpisu",
27
+ "Publish": "Publikować",
28
+ "Post updated": "Wpis zaktualizowany",
29
+ "Edit Post": "Edytuj post",
30
+ "Slug": "Przyjazny adres URL",
31
+ "Slug URL": "Przyjazny adres URL",
32
+ "Update": "Aktualizacja",
33
+ "Blog": "Bloga",
34
+ "CMS": "CMS-a",
35
+ "Blog Manager": "Menedżer bloga",
36
+ "Recent Posts": "Ostatnie wpisy",
37
+ "The latest articles published on your blog.": "Najnowsze artykuły opublikowane na Twoim blogu.",
38
+ "No posts found.": "Nie znaleziono wpisów.",
39
+ "Recent Comments": "Ostatnie komentarze",
40
+ "What readers are saying about your posts.": "Co czytelnicy mówią o Twoich wpisach.",
41
+ "No comments yet.": "Brak komentarzy.",
42
+ "Anonymous": "Anonimowy",
43
+ "Total Posts": "Wszystkie wpisy",
44
+ "Total Comments": "Wszystkie komentarze"
45
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arch-cadre/blog-module",
3
- "version": "0.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A sample module for Kryo framework",
5
5
  "type": "module",
6
6
  "exports": {
@@ -30,12 +30,12 @@
30
30
  "devs": "unbuild --stub"
31
31
  },
32
32
  "dependencies": {
33
- "@arch-cadre/modules": "^0.0.15",
33
+ "@arch-cadre/modules": "^0.0.17",
34
34
  "@hookform/resolvers": "^3.10.0",
35
35
  "@radix-ui/react-slot": "^1.2.3",
36
36
  "class-variance-authority": "^0.7.1",
37
37
  "clsx": "^2.1.1",
38
- "drizzle-orm": "1.0.0-beta.15-859cf75",
38
+ "drizzle-orm": "1.0.0-beta.6-4414a19",
39
39
  "lucide-react": "^0.475.0",
40
40
  "pg": "^8.18.0",
41
41
  "react-hook-form": "^7.54.2",
@@ -53,9 +53,9 @@
53
53
  "unbuild": "^3.6.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@arch-cadre/core": "^0.0.15",
57
- "@arch-cadre/intl": "^0.0.15",
58
- "@arch-cadre/ui": "^0.0.15",
56
+ "@arch-cadre/core": "^0.0.17",
57
+ "@arch-cadre/intl": "^0.0.17",
58
+ "@arch-cadre/ui": "^0.0.17",
59
59
  "react": "^19.0.0"
60
60
  },
61
61
  "main": "./dist/index.mjs"