@designsystemsinternational/cloudflare 0.2.0 → 0.2.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.
package/package.json
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/designsystemsinternational/cloudflare.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.2.
|
|
7
|
+
"version": "0.2.2",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"bin": {
|
|
10
10
|
"cloudflare": "cli/index.js"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "cd templates && npm run build && cd .. && wrangler dev",
|
|
14
|
-
"build": "
|
|
14
|
+
"build": "cd templates && npm run build",
|
|
15
15
|
"lint": "eslint .",
|
|
16
16
|
"deploy": "cd templates && npm run build && cd .. && wrangler deploy",
|
|
17
17
|
"types": "wrangler types"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
+
"@inquirer/prompts": "^8.1.0",
|
|
20
21
|
"@tsndr/cloudflare-worker-jwt": "^3.2.0",
|
|
21
22
|
"worktop": "^0.7.3",
|
|
22
23
|
"zod": "^4.1.13"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {
|
|
25
|
-
"@inquirer/prompts": "^8.1.0",
|
|
26
26
|
"@types/node": "^24.10.1",
|
|
27
27
|
"eslint": "^9.33.0",
|
|
28
28
|
"typescript": "~5.8.3",
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
6
|
<title>Authentication Required</title>
|
|
8
7
|
<script type="module" crossorigin src="/auth/assets/index-TTeq04ep.js"></script>
|