sc-questions-frontend-commons 9.0.6 → 9.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "sc-questions-frontend-commons",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.7",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"postinstall": "node index.js"
|
8
8
|
},
|
9
|
+
"dependencies": {
|
10
|
+
"ffi-napi": "^4.0.3",
|
11
|
+
"ref-napi": "^3.0.3"
|
12
|
+
},
|
9
13
|
"author": "",
|
10
14
|
"license": "ISC"
|
11
15
|
}
|