Skip to content

Commit

Permalink
chore(boxjs): update env
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonsenku committed Oct 8, 2024
1 parent d27d9f5 commit e2c560f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Env.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Env(name, opts) {
runOpts && runOpts.timeout ? runOpts.timeout : httpapi_timeout
const [key, addr] = httpapi.split('@')
const opts = {
url: `http://${addr}/v1/scripting/evaluate`,
url: `https://${addr}/v1/scripting/evaluate`,
body: {
script_text: script,
mock_type: 'cron',
Expand Down
2 changes: 1 addition & 1 deletion Env.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions box/chavy.boxjs.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions box/release/box.release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"releases": [
{
"version": "0.19.15",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "chore(boxjs): update EnvJs",
"notes": [
{
"name": "更新",
"descs": ["EnvJs 更新至最新版本"]
}
]
},
{
"version": "0.19.14",
"tags": ["beta"],
Expand Down
12 changes: 12 additions & 0 deletions box/release/box.release.tf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"releases": [
{
"version": "0.19.15",
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "chore(boxjs): update EnvJs",
"notes": [
{
"name": "更新",
"descs": ["EnvJs 更新至最新版本"]
}
]
},
{
"version": "0.19.14",
"tags": ["beta"],
Expand Down
4 changes: 2 additions & 2 deletions chavy.box.js

Large diffs are not rendered by default.

0 comments on commit e2c560f

Please sign in to comment.