mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: remove --allow-read from deno permissions as we dont need it anymore because of #407
This commit is contained in:
parent
89515cb677
commit
ec33bc2ca2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deno.yml
vendored
2
.github/workflows/deno.yml
vendored
|
|
@ -35,4 +35,4 @@ jobs:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: deno compile --allow-read bin/gamedig.js
|
run: deno compile --allow-net bin/gamedig.js
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ see next point) and `tshock` (which is `terraria`).
|
||||||
* Added eslint which spotted some unused variables and other lints.
|
* Added eslint which spotted some unused variables and other lints.
|
||||||
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
|
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
|
||||||
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
|
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
|
||||||
* `deno run --allow-net --allow-read=. bin/gamedig.js --type tf2 127.0.0.1`
|
* `deno run --allow-net bin/gamedig.js --type tf2 127.0.0.1`
|
||||||
* Added code examples.
|
* Added code examples.
|
||||||
|
|
||||||
#### Games
|
#### Games
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue