@webflow/webflow-cli 1.8.2 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webflow/webflow-cli",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "webflow": "./dist/index.js"
@@ -1,54 +0,0 @@
1
- /**
2
- * For more details on how to configure Wrangler, refer to:
3
- * https://developers.cloudflare.com/workers/wrangler/configuration/
4
- */
5
- {
6
- "$schema": "node_modules/wrangler/config-schema.json",
7
- "name": "astro",
8
- "main": "./dist/_worker.js/index.js",
9
- "compatibility_date": "2025-04-15",
10
- "compatibility_flags": [
11
- "nodejs_compat"
12
- ],
13
- "assets": {
14
- "binding": "ASSETS",
15
- "directory": "./dist"
16
- },
17
- "observability": {
18
- "enabled": true
19
- }
20
- /**
21
- * Smart Placement
22
- * Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
23
- */
24
- // "placement": { "mode": "smart" },
25
-
26
- /**
27
- * Bindings
28
- * Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform, including
29
- * databases, object storage, AI inference, real-time communication and more.
30
- * https://developers.cloudflare.com/workers/runtime-apis/bindings/
31
- */
32
-
33
- /**
34
- * Environment Variables
35
- * https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
36
- */
37
- // "vars": { "MY_VARIABLE": "production_value" },
38
- /**
39
- * Note: Use secrets to store sensitive data.
40
- * https://developers.cloudflare.com/workers/configuration/secrets/
41
- */
42
-
43
- /**
44
- * Static Assets
45
- * https://developers.cloudflare.com/workers/static-assets/binding/
46
- */
47
- // "assets": { "directory": "./public/", "binding": "ASSETS" },
48
-
49
- /**
50
- * Service Bindings (communicate between multiple Workers)
51
- * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
52
- */
53
- // "services": [{ "binding": "MY_SERVICE", "service": "my-service" }]
54
- }
@@ -1,54 +0,0 @@
1
- /**
2
- * For more details on how to configure Wrangler, refer to:
3
- * https://developers.cloudflare.com/workers/wrangler/configuration/
4
- */
5
- {
6
- "$schema": "node_modules/wrangler/config-schema.json",
7
- "name": "nextjs",
8
- "main": ".open-next/worker.js",
9
- "compatibility_date": "2025-03-01",
10
- "compatibility_flags": [
11
- "nodejs_compat"
12
- ],
13
- "assets": {
14
- "binding": "ASSETS",
15
- "directory": ".open-next/assets"
16
- },
17
- "observability": {
18
- "enabled": true
19
- }
20
- /**
21
- * Smart Placement
22
- * Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
23
- */
24
- // "placement": { "mode": "smart" },
25
-
26
- /**
27
- * Bindings
28
- * Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform, including
29
- * databases, object storage, AI inference, real-time communication and more.
30
- * https://developers.cloudflare.com/workers/runtime-apis/bindings/
31
- */
32
-
33
- /**
34
- * Environment Variables
35
- * https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
36
- */
37
- // "vars": { "MY_VARIABLE": "production_value" },
38
- /**
39
- * Note: Use secrets to store sensitive data.
40
- * https://developers.cloudflare.com/workers/configuration/secrets/
41
- */
42
-
43
- /**
44
- * Static Assets
45
- * https://developers.cloudflare.com/workers/static-assets/binding/
46
- */
47
- // "assets": { "directory": "./public/", "binding": "ASSETS" },
48
-
49
- /**
50
- * Service Bindings (communicate between multiple Workers)
51
- * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
52
- */
53
- // "services": [{ "binding": "MY_SERVICE", "service": "my-service" }]
54
- }