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 0f165e9 commit 5a7ca69Copy full SHA for 5a7ca69
2 files changed
package.json
@@ -62,9 +62,9 @@
62
"@dataparty/crypto": "1.0.3",
63
"@dataparty/tasker": "^0.0.2",
64
"@diva.exchange/i2p-sam": "^4.1.8",
65
- "@hapi/joi": "^17.1.1",
+ "joi": "^17.9.1",
66
"@markwylde/liferaft": "^1.3.4",
67
- "@zeit/ncc": "^0.22.3",
+ "@vercel/ncc": "^0.36.1",
68
"ajv": "6.9.1",
69
"axios": "^0.27.2",
70
"bleno": "npm:@abandonware/bleno@^0.5.1-4",
src/service/iservice.js
@@ -1,6 +1,6 @@
1
const fs = require('fs')
2
const Path = require('path')
3
-const NCC = require('@zeit/ncc')
+const NCC = require('@vercel/ncc')
4
const Hoek = require('@hapi/hoek')
5
const {JSONPath} = require('jsonpath-plus')
6
const gitRepoInfo = require('git-repo-info')
0 commit comments