@storm-software/cloudflare-tools 0.4.0 → 0.5.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"keywords": [
|
|
@@ -406748,6 +406748,7 @@ async function runExecutor(options, context) {
|
|
|
406748
406748
|
(0, import_node_child_process7.fork)(require.resolve("wrangler/bin/wrangler"), ["deploy", ...args], {
|
|
406749
406749
|
env: {
|
|
406750
406750
|
CLOUDFLARE_API_TOKEN: process.env.STORM_BOT_CLOUDFLARE_TOKEN,
|
|
406751
|
+
WRANGLER_LOG: "debug",
|
|
406751
406752
|
...process.env,
|
|
406752
406753
|
FORCE_COLOR: "true"
|
|
406753
406754
|
},
|
|
@@ -222214,7 +222214,7 @@ var require_package3 = __commonJS({
|
|
|
222214
222214
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
222215
222215
|
module2.exports = {
|
|
222216
222216
|
name: "@storm-software/cloudflare-tools",
|
|
222217
|
-
version: "0.
|
|
222217
|
+
version: "0.5.0",
|
|
222218
222218
|
private: false,
|
|
222219
222219
|
description: "\u26A1The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
222220
222220
|
keywords: [
|
|
@@ -453627,7 +453627,7 @@ var require_package13 = __commonJS({
|
|
|
453627
453627
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
453628
453628
|
module2.exports = {
|
|
453629
453629
|
name: "@storm-software/cloudflare-tools",
|
|
453630
|
-
version: "0.
|
|
453630
|
+
version: "0.5.0",
|
|
453631
453631
|
private: false,
|
|
453632
453632
|
description: "\u26A1The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
453633
453633
|
keywords: [
|