@storm-software/cloudflare-tools 0.0.7 → 0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.1.0 (2024-04-09)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **cloudflare-tools:** Added the `cloudflare-publish` executor ([45701720](https://github.com/storm-software/storm-ops/commit/45701720))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 0.0.7 (2024-04-08)
2
14
 
3
15
 
package/executors.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "executors": {
3
+ "cloudflare-publish": {
4
+ "implementation": "./src/executors/cloudflare-publish/executor",
5
+ "schema": "./src/executors/cloudflare-publish/schema.json",
6
+ "description": "Publish a Cloudflare worker/pages using the Wrangler CLI"
7
+ }
8
+ }
9
+ }