We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c832c28 commit 2d889c0Copy full SHA for 2d889c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codebolt/codeboltjs",
3
- "version": "1.1.41",
+ "version": "1.1.42",
4
"description": "",
5
"keywords": [],
6
"author": "",
@@ -19,6 +19,7 @@
19
"homepage": "https://codeboltai.github.io",
20
"dependencies": {
21
"@codebolt/types": "^1.0.10",
22
+ "js-yaml": "^4.1.0",
23
"tree-sitter": "^0.21.1",
24
"tree-sitter-javascript": "^0.21.2",
25
"typedoc-plugin-missing-exports": "^2.2.0",
@@ -27,6 +28,7 @@
27
28
"devDependencies": {
29
"@types/events": "^3.0.3",
30
"@types/js-yaml": "^4.0.9",
31
+ "@types/node": "^20.14.2",
32
"@types/ws": "^8.5.10",
33
"jest": "^29.7.0",
34
"jest-serial-runner": "^1.2.1",
0 commit comments