@innovastudio/contentbox 1.5.58 → 1.5.60

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.58",
4
+ "version": "1.5.60",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -22,6 +22,7 @@
22
22
  "@babel/plugin-proposal-class-properties": "^7.14.5",
23
23
  "@babel/plugin-transform-runtime": "^7.17.0",
24
24
  "@babel/preset-env": "^7.15.0",
25
+ "@deepgram/sdk": "^2.3.0",
25
26
  "@rollup/plugin-babel": "^5.3.0",
26
27
  "@rollup/plugin-commonjs": "^21.0.1",
27
28
  "@rollup/plugin-eslint": "^8.0.1",
@@ -32,6 +33,7 @@
32
33
  "concurrently": "^6.3.0",
33
34
  "cors": "^2.8.5",
34
35
  "css-loader": "^6.2.0",
36
+ "dotenv": "^16.3.1",
35
37
  "express": "^4.17.1",
36
38
  "express-session": "^1.17.2",
37
39
  "formidable-serverless": "^1.1.1",
@@ -44,10 +46,11 @@
44
46
  "sharp": "^0.30.3",
45
47
  "webpack": "^5.51.1",
46
48
  "webpack-cli": "^4.8.0",
47
- "webpack-dev-server": "^4.0.0"
49
+ "webpack-dev-server": "^4.0.0",
50
+ "ws": "^8.13.0"
48
51
  },
49
52
  "dependencies": {
50
- "@innovastudio/contentbuilder": "^1.4.66",
53
+ "@innovastudio/contentbuilder": "^1.4.79",
51
54
  "js-beautify": "^1.14.0"
52
55
  }
53
56
  }
@@ -750,3 +750,6 @@
750
750
  }
751
751
 
752
752
  */
753
+ .is-box-info * {
754
+ color: #000;
755
+ }