@arch-cadre/vercel-blob-module 1.0.2 → 1.0.4
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.
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
module.exports = BlobSettingsPage;
|
|
8
|
-
var
|
|
8
|
+
var _client = require("@arch-cadre/intl/client");
|
|
9
9
|
var _ui = require("@arch-cadre/ui");
|
|
10
10
|
var _button = require("@arch-cadre/ui/components/button");
|
|
11
11
|
var _card = require("@arch-cadre/ui/components/card");
|
|
@@ -19,7 +19,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
19
19
|
function BlobSettingsPage() {
|
|
20
20
|
const {
|
|
21
21
|
t
|
|
22
|
-
} = (0,
|
|
22
|
+
} = (0, _client.useTranslation)();
|
|
23
23
|
const [config, setConfig] = (0, _react.useState)({
|
|
24
24
|
clientId: ""
|
|
25
25
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arch-cadre/vercel-blob-module",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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.
|
|
30
|
-
"@arch-cadre/modules": "^0.0.
|
|
29
|
+
"@arch-cadre/ui": "^0.0.18",
|
|
30
|
+
"@arch-cadre/modules": "^0.0.18",
|
|
31
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.
|
|
36
|
+
"@arch-cadre/core": "^0.0.18",
|
|
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.
|
|
46
|
-
"@arch-cadre/intl": "^0.0.
|
|
47
|
-
"@arch-cadre/ui": "^0.0.
|
|
45
|
+
"@arch-cadre/core": "^0.0.18",
|
|
46
|
+
"@arch-cadre/intl": "^0.0.18",
|
|
47
|
+
"@arch-cadre/ui": "^0.0.18",
|
|
48
48
|
"next": ">=13.0.0",
|
|
49
49
|
"react": "^19.0.0"
|
|
50
50
|
},
|