Skip to content

Commit e2c560f

Browse files
committed
chore(boxjs): update env
1 parent d27d9f5 commit e2c560f

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

Env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function Env(name, opts) {
153153
runOpts && runOpts.timeout ? runOpts.timeout : httpapi_timeout
154154
const [key, addr] = httpapi.split('@')
155155
const opts = {
156-
url: `http://${addr}/v1/scripting/evaluate`,
156+
url: `https://${addr}/v1/scripting/evaluate`,
157157
body: {
158158
script_text: script,
159159
mock_type: 'cron',

Env.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

box/chavy.boxjs.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

box/release/box.release.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"releases": [
3+
{
4+
"version": "0.19.15",
5+
"tags": ["beta"],
6+
"author": "@GideonSenku",
7+
"msg": "chore(boxjs): update EnvJs",
8+
"notes": [
9+
{
10+
"name": "更新",
11+
"descs": ["EnvJs 更新至最新版本"]
12+
}
13+
]
14+
},
315
{
416
"version": "0.19.14",
517
"tags": ["beta"],

box/release/box.release.tf.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"releases": [
3+
{
4+
"version": "0.19.15",
5+
"tags": ["beta"],
6+
"author": "@GideonSenku",
7+
"msg": "chore(boxjs): update EnvJs",
8+
"notes": [
9+
{
10+
"name": "更新",
11+
"descs": ["EnvJs 更新至最新版本"]
12+
}
13+
]
14+
},
315
{
416
"version": "0.19.14",
517
"tags": ["beta"],

chavy.box.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)