@ruvyxa/adapter-cloudflare 1.0.31 → 1.1.0
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/README.md +18 -2
- package/package.json +26 -6
package/README.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/thirawat27/Ruvyxa">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/thirawat27/Ruvyxa/main/assets/branding/ruvyxa.png" alt="Ruvyxa" width="140" height="140" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
2
6
|
|
|
3
|
-
|
|
7
|
+
<h1 align="center">@ruvyxa/adapter-cloudflare</h1>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
Cloudflare Workers deployment adapter for Ruvyxa production builds.
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<p align="center">
|
|
14
|
+
<a href="https://www.npmjs.com/package/@ruvyxa/adapter-cloudflare"><img src="https://img.shields.io/npm/v/@ruvyxa/adapter-cloudflare?style=flat-square" alt="npm version" /></a>
|
|
15
|
+
<a href="https://www.npmjs.com/package/@ruvyxa/adapter-cloudflare"><img src="https://img.shields.io/node/v/@ruvyxa/adapter-cloudflare?style=flat-square&label=node" alt="Supported Node version" /></a>
|
|
16
|
+
<img src="https://img.shields.io/badge/license-Apache%202.0-green?style=flat-square" alt="License" />
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
---
|
|
4
20
|
|
|
5
21
|
## Install
|
|
6
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ruvyxa/adapter-cloudflare",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Shape Ruvyxa builds for Cloudflare edge targets with typed worker and asset output metadata.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -14,18 +14,38 @@
|
|
|
14
14
|
"keywords": [
|
|
15
15
|
"ruvyxa",
|
|
16
16
|
"adapter",
|
|
17
|
+
"deploy",
|
|
18
|
+
"deployment",
|
|
19
|
+
"hosting",
|
|
20
|
+
"build",
|
|
17
21
|
"cloudflare",
|
|
18
|
-
"
|
|
22
|
+
"cloudflare-workers",
|
|
23
|
+
"workers",
|
|
24
|
+
"worker",
|
|
25
|
+
"wrangler",
|
|
26
|
+
"edge",
|
|
27
|
+
"edge-runtime",
|
|
28
|
+
"edge-computing",
|
|
29
|
+
"serverless",
|
|
30
|
+
"cdn",
|
|
31
|
+
"prerender",
|
|
32
|
+
"ssr",
|
|
33
|
+
"ssg",
|
|
34
|
+
"static-assets",
|
|
35
|
+
"typescript",
|
|
36
|
+
"fullstack",
|
|
37
|
+
"framework",
|
|
38
|
+
"csr"
|
|
19
39
|
],
|
|
20
40
|
"repository": {
|
|
21
41
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/thirawat27/
|
|
42
|
+
"url": "git+https://github.com/thirawat27/Ruvyxa.git",
|
|
23
43
|
"directory": "packages/@ruvyxa/adapter-cloudflare"
|
|
24
44
|
},
|
|
25
45
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/thirawat27/
|
|
46
|
+
"url": "https://github.com/thirawat27/Ruvyxa/issues"
|
|
27
47
|
},
|
|
28
|
-
"homepage": "https://github.com/thirawat27/
|
|
48
|
+
"homepage": "https://github.com/thirawat27/Ruvyxa#readme",
|
|
29
49
|
"engines": {
|
|
30
50
|
"node": ">=24.19.0"
|
|
31
51
|
},
|
|
@@ -39,7 +59,7 @@
|
|
|
39
59
|
}
|
|
40
60
|
},
|
|
41
61
|
"dependencies": {
|
|
42
|
-
"@ruvyxa/core": "^1.0
|
|
62
|
+
"@ruvyxa/core": "^1.1.0"
|
|
43
63
|
},
|
|
44
64
|
"scripts": {
|
|
45
65
|
"build": "tsc -p tsconfig.json",
|