@positronic/cloudflare 0.0.31 → 0.0.32
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/dist/src/api.js +2 -2
- package/package.json +4 -4
package/dist/src/api.js
CHANGED
|
@@ -2379,7 +2379,7 @@ app.post('/secrets', function(context) {
|
|
|
2379
2379
|
}
|
|
2380
2380
|
return [
|
|
2381
2381
|
4,
|
|
2382
|
-
cloudflareSecretsApi(config,
|
|
2382
|
+
cloudflareSecretsApi(config, '', {
|
|
2383
2383
|
method: 'PUT',
|
|
2384
2384
|
body: JSON.stringify({
|
|
2385
2385
|
name: name,
|
|
@@ -2658,7 +2658,7 @@ app.post('/secrets/bulk', function(context) {
|
|
|
2658
2658
|
}
|
|
2659
2659
|
return [
|
|
2660
2660
|
4,
|
|
2661
|
-
cloudflareSecretsApi(config,
|
|
2661
|
+
cloudflareSecretsApi(config, '', {
|
|
2662
2662
|
method: 'PUT',
|
|
2663
2663
|
body: JSON.stringify({
|
|
2664
2664
|
name: secret.name,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@positronic/cloudflare",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"clean": "rm -rf tsconfig.tsbuildinfo dist"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@positronic/core": "^0.0.
|
|
35
|
-
"@positronic/spec": "^0.0.
|
|
36
|
-
"@positronic/template-new-project": "^0.0.
|
|
34
|
+
"@positronic/core": "^0.0.32",
|
|
35
|
+
"@positronic/spec": "^0.0.32",
|
|
36
|
+
"@positronic/template-new-project": "^0.0.32",
|
|
37
37
|
"aws4fetch": "^1.0.18",
|
|
38
38
|
"caz": "^2.0.0",
|
|
39
39
|
"cron-schedule": "^5.0.4",
|