@arch-cadre/vercel-blob-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.
@@ -1 +1,12 @@
1
- {}
1
+ {
2
+ "System": "System",
3
+ "Vercel Blob Storage": "Vercel Blob Storage",
4
+ "Settings saved successfully": "Settings saved successfully",
5
+ "Failed to save settings. Please check your configuration and try again.": "Failed to save settings. Please check your configuration and try again.",
6
+ "Vercel Blob loading...": "Vercel Blob loading...",
7
+ "Vercel Blob": "Vercel Blob",
8
+ "Vercel Blob Settings": "Vercel Blob Settings",
9
+ "Configure your Vercel Blob credentials. You can find these in the Vercel Dashboard.": "Configure your Vercel Blob credentials. You can find these in the Vercel Dashboard.",
10
+ "Client ID": "Client ID",
11
+ "Save Configuration": "Save Configuration"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "System": "System",
3
+ "Vercel Blob Storage": "Magazyn plików BLOB Vercel",
4
+ "Settings saved successfully": "Ustawienia zostały zapisane pomyślnie",
5
+ "Failed to save settings. Please check your configuration and try again.": "Nie udało się zapisać ustawień. Sprawdź swoją konfigurację i spróbuj ponownie.",
6
+ "Vercel Blob loading...": "Ładowanie obiektu Vercel Blob...",
7
+ "Vercel Blob": "Vercel Blob",
8
+ "Vercel Blob Settings": "Ustawienia obiektu Blob Vercel",
9
+ "Configure your Vercel Blob credentials. You can find these in the Vercel Dashboard.": "Skonfiguruj poświadczenia obiektu Vercel Blob. Znajdziesz je w panelu kontrolnym Vercel.",
10
+ "Client ID": "Identyfikator klienta",
11
+ "Save Configuration": "Zapisz konfigurację"
12
+ }
package/manifest.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "version": "0.0.1",
5
5
  "description": "Vercel Blob integration to kryo-framework",
6
6
  "enabled": true,
7
- "system": true,
7
+ "system": false,
8
8
  "dependencies": [],
9
9
  "extends": [],
10
10
  "isNpm": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arch-cadre/vercel-blob-module",
3
- "version": "0.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Activity module for Kryo framework",
5
5
  "type": "module",
6
6
  "exports": {
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@vercel/blob": "^2.2.0",
29
- "@arch-cadre/ui": "^0.0.15",
30
- "@arch-cadre/modules": "^0.0.15",
31
- "drizzle-orm": "1.0.0-beta.15-859cf75",
29
+ "@arch-cadre/ui": "^0.0.17",
30
+ "@arch-cadre/modules": "^0.0.17",
31
+ "drizzle-orm": "1.0.0-beta.6-4414a19",
32
32
  "pg": "^8.16.3",
33
33
  "zod": "^3.24.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@arch-cadre/core": "^0.0.15",
36
+ "@arch-cadre/core": "^0.0.17",
37
37
  "@types/react": "^19",
38
38
  "@types/pg": "^8.16.0",
39
39
  "next": "16.1.1",
@@ -42,9 +42,9 @@
42
42
  "unbuild": "^3.6.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@arch-cadre/core": "^0.0.15",
46
- "@arch-cadre/intl": "^0.0.15",
47
- "@arch-cadre/ui": "^0.0.15",
45
+ "@arch-cadre/core": "^0.0.17",
46
+ "@arch-cadre/intl": "^0.0.17",
47
+ "@arch-cadre/ui": "^0.0.17",
48
48
  "next": ">=13.0.0",
49
49
  "react": "^19.0.0"
50
50
  },