yolkbot 1.4.1 → 1.4.3
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/browser/build/global.js +1 -1
- package/browser/build/module.js +1 -1
- package/dist/constants/items.js +1 -1
- package/dist/constants/maps.js +1 -1
- package/dist/env/fetch.js +10 -10
- package/dist/matchmaker.js +1 -1
- package/dist/wasm/bytes.js +1 -1
- package/dist/wasm/direct.js +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yolkbot",
|
|
3
3
|
"description": "create a shell shockers bot in under 10 lines.",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shell shockers",
|
|
7
7
|
"shellshock.io",
|
|
@@ -133,15 +133,15 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"wwws": "^1.
|
|
136
|
+
"wwws": "^1.1.1"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
139
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
140
|
-
"@types/bun": "^1.3.
|
|
141
|
-
"
|
|
142
|
-
"eslint": "^9.31.0"
|
|
140
|
+
"@types/bun": "^1.3.3",
|
|
141
|
+
"eslint": "^9.39.1"
|
|
143
142
|
},
|
|
144
143
|
"scripts": {
|
|
145
|
-
"lint": "bunx --bun eslint . --fix"
|
|
144
|
+
"lint": "bunx --bun eslint . --fix",
|
|
145
|
+
"b": "bun cli/build"
|
|
146
146
|
}
|
|
147
147
|
}
|