Skip to content

Commit cc300eb

Browse files
changes
1 parent 838d1ce commit cc300eb

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

package-lock.json

Lines changed: 41 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@codebolt/codeboltjs",
3-
"version": "1.1.72",
3+
"version": "1.1.73",
44
"description": "",
55
"keywords": [],
66
"author": "",
77
"main": "index.js",
88
"scripts": {
9-
"build": "webpack --config webpack.config.js",
9+
"build": "tsc",
1010
"build:docs": "typedoc --plugin typedoc-plugin-missing-exports",
1111
"build:jsondocs": "typedoc --plugin typedoc-plugin-missing-exports --json out.json --pretty",
1212
"test": "jest fs.test.js"
@@ -19,8 +19,10 @@
1919
"homepage": "https://codeboltai.github.io",
2020
"dependencies": {
2121
"@codebolt/types": "^1.0.10",
22+
"bufferutil": "^4.0.9",
2223
"js-yaml": "^4.1.0",
2324
"typedoc-plugin-missing-exports": "^2.2.0",
25+
"utf-8-validate": "^6.0.5",
2426
"ws": "^8.17.0"
2527
},
2628
"devDependencies": {

0 commit comments

Comments
 (0)