mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d317f10ff2 | ||
|
|
c3eb514677 | ||
|
|
777b106d4c | ||
|
|
a5dd78cb08 | ||
|
|
2c7b3fcd3e | ||
|
|
f93cc92689 | ||
|
|
d7c4e4dd7a | ||
|
|
dfaba2e5b7 | ||
|
|
993611c55a | ||
|
|
caaa35391f | ||
|
|
a24d3fe53b | ||
|
|
c5848cb0b3 | ||
|
|
d283c1bd78 | ||
|
|
73d5fa3f07 | ||
|
|
75f8cde97f | ||
|
|
d890418926 | ||
|
|
33dadb8e61 | ||
|
|
cd20ac6850 | ||
|
|
da84d61f92 | ||
|
|
7d1807375b | ||
|
|
083d9329f1 | ||
|
|
493eff492f | ||
|
|
e761bc9d00 | ||
|
|
dbf23b3aae | ||
|
|
8c2867aad2 | ||
|
|
79a059f954 | ||
|
|
b66b10f43a |
@@ -24,6 +24,14 @@
|
||||
},
|
||||
"obscure": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"uiHint": {
|
||||
"type": "string",
|
||||
"enum": ["input", "textarea", "filepicker"]
|
||||
},
|
||||
"jambonzResource": {
|
||||
"type": "string",
|
||||
"enum": ["carriers"]
|
||||
}
|
||||
},
|
||||
"required": ["type", "description"]
|
||||
|
||||
@@ -14,6 +14,7 @@ const schema = JSON.parse(fs.readFileSync(schemaPath, 'utf8'));
|
||||
* @returns {Object} - Result with { success: boolean, config: Object, error: string }
|
||||
*/
|
||||
function getAppConfig({ urlPath, appJsonPath }) {
|
||||
if (urlPath.length == 0) urlPath = '/';
|
||||
try {
|
||||
if (!appJsonPath) {
|
||||
return {
|
||||
|
||||
18
package-lock.json
generated
18
package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.11",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jambonz/verb-specifications": "^0.0.102",
|
||||
"@jambonz/verb-specifications": "^0.0.121",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"bent": "^7.3.12",
|
||||
@@ -562,9 +562,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@jambonz/verb-specifications": {
|
||||
"version": "0.0.102",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.102.tgz",
|
||||
"integrity": "sha512-hpxzrzmSv3uRjjI503lFsDddVhfI5oFHWfGaym2RCUuKhv+hX5UKjW1joU1MRXyG2ZX4Oh5BRMAcjEI9lTxoLA==",
|
||||
"version": "0.0.121",
|
||||
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.121.tgz",
|
||||
"integrity": "sha512-urM8rCJihQn+/dB+0+rlIDf36MlIfCOhCpqqBc1euET2A5fxYP6XXXpNmxuk2CqiU5xNqhsSv362fqKIHtF3dw==",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
"pino": "^8.8.0"
|
||||
@@ -926,9 +926,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
||||
"version": "1.1.12",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
||||
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/node-client",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.11",
|
||||
"description": "Node.js client for building jambonz applications (jambonz.org)",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jambonz/verb-specifications": "^0.0.102",
|
||||
"@jambonz/verb-specifications": "^0.0.121",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"bent": "^7.3.12",
|
||||
|
||||
Reference in New Issue
Block a user