@vivocha/public-wrappers
Advanced tools
Comparing version 1.0.5-contact-ani.0 to 1.1.0-ai-messages-channels.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.0.4](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.0.4-multi-attachment.1...@vivocha/public-wrappers@1.0.4) (2024-07-24) | ||
# [1.1.0-gaia.7](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.1.0-gaia.6...@vivocha/public-wrappers@1.1.0-gaia.7) (2024-09-09) | ||
@@ -15,2 +15,37 @@ **Note:** Version bump only for package @vivocha/public-wrappers | ||
# [1.1.0-gaia.6](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.1.0-gaia.5...@vivocha/public-wrappers@1.1.0-gaia.6) (2024-08-27) | ||
**Note:** Version bump only for package @vivocha/public-wrappers | ||
# [1.1.0-gaia.5](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.1.0-gaia.4...@vivocha/public-wrappers@1.1.0-gaia.5) (2024-08-09) | ||
### Bug Fixes | ||
* **public-wrappers:** add param to return empty string w/o constant ([a137ac7](https://github.com/vivocha/vivocha/commit/a137ac7eb5525de043ed503ef2893917841f62c5)) | ||
# [1.1.0-gaia.4](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.1.0-gaia.3...@vivocha/public-wrappers@1.1.0-gaia.4) (2024-07-25) | ||
**Note:** Version bump only for package @vivocha/public-wrappers | ||
# [1.1.0-gaia.3](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.1.0-gaia.2...@vivocha/public-wrappers@1.1.0-gaia.3) (2024-07-18) | ||
**Note:** Version bump only for package @vivocha/public-wrappers | ||
## [1.0.3](https://github.com/vivocha/vivocha/compare/@vivocha/public-wrappers@1.0.2...@vivocha/public-wrappers@1.0.3) (2024-06-19) | ||
@@ -17,0 +52,0 @@ |
@@ -10,5 +10,6 @@ import { ContactDataCollection, ContactDataCollectionForm } from '@vivocha/public-types'; | ||
* @param def Data collection definition from database | ||
* @param defEmptyString If true, will return empty string for fields not configured as constant | ||
* @returns only value in variables configured as constant | ||
*/ | ||
export declare function dataCollectionDefaultConstantToObject(def: any): {}; | ||
export declare function dataCollectionDefaultConstantToObject(def: any, defEmptyString?: boolean): any; | ||
export declare function dataCollectionToObject(form: ContactDataCollectionForm): any; | ||
@@ -15,0 +16,0 @@ export declare function findInDataCollection(forms: ContactDataCollection, type: string): any[]; |
@@ -119,5 +119,6 @@ "use strict"; | ||
* @param def Data collection definition from database | ||
* @param defEmptyString If true, will return empty string for fields not configured as constant | ||
* @returns only value in variables configured as constant | ||
*/ | ||
function dataCollectionDefaultConstantToObject(def) { | ||
function dataCollectionDefaultConstantToObject(def, defEmptyString) { | ||
let tmp = {}; | ||
@@ -129,2 +130,5 @@ if (def.fields && def.fields.length > 0) { | ||
} | ||
else if (defEmptyString) { | ||
tmp[f.id] = ''; | ||
} | ||
} | ||
@@ -131,0 +135,0 @@ } |
@@ -5,3 +5,1 @@ export * from './data_collection'; | ||
export * from './script'; | ||
export * from './widget'; | ||
export * from './widget_browser'; |
@@ -17,4 +17,2 @@ "use strict"; | ||
__exportStar(require("./script"), exports); | ||
__exportStar(require("./widget"), exports); | ||
__exportStar(require("./widget_browser"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@vivocha/public-wrappers", | ||
"version": "1.0.5-contact-ani.0", | ||
"version": "1.1.0-ai-messages-channels.0", | ||
"description": "Vivocha public wrappers", | ||
@@ -30,7 +30,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@vivocha/public-types": "1.2.2-contact-ani.0", | ||
"eredita": "^1.1.4", | ||
"node-sass": "^4.12.0", | ||
"request": "^2.88.0", | ||
"sass.js": "^0.10.13" | ||
"@vivocha/public-types": "1.3.0-ai-messages-channels.0", | ||
"eredita": "^1.1.4" | ||
}, | ||
@@ -45,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4c1f598db8115b19f7f969787bde42300e705909" | ||
"gitHead": "b9df3d594c4121512a081601166b9badb59c1bce" | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
2
0
30792
13
580
+ Added@vivocha/public-types@1.3.0-ai-messages-channels.0(transitive)
- Removednode-sass@^4.12.0
- Removedrequest@^2.88.0
- Removedsass.js@^0.10.13
- Removed@vivocha/public-types@1.2.2-contact-ani.0(transitive)
- Removedabbrev@1.1.1(transitive)
- Removedajv@6.12.6(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedansi-regex@2.1.14.1.1(transitive)
- Removedansi-styles@2.2.13.2.1(transitive)
- Removedaproba@1.2.0(transitive)
- Removedare-we-there-yet@1.1.7(transitive)
- Removedarray-find-index@1.0.2(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedasync-foreach@0.1.3(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedblock-stream@0.0.9(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcamelcase@2.1.15.3.1(transitive)
- Removedcamelcase-keys@2.1.0(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconsole-control-strings@1.1.0(transitive)
- Removedcore-util-is@1.0.21.0.3(transitive)
- Removedcross-spawn@3.0.1(transitive)
- Removedcurrently-unhandled@0.4.1(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removeddelegates@1.0.0(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedfind-up@1.1.23.0.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfstream@1.0.12(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedgauge@2.7.4(transitive)
- Removedgaze@1.1.3(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedglob@7.1.77.2.3(transitive)
- Removedglobule@1.3.4(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-unicode@2.0.1(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedin-publish@2.0.1(transitive)
- Removedindent-string@2.1.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedis-finite@1.1.0(transitive)
- Removedis-fullwidth-code-point@1.0.02.0.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedisarray@1.0.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedloud-rejection@1.6.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedmap-obj@1.0.1(transitive)
- Removedmeow@3.7.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedminimatch@3.0.83.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removednan@2.22.0(transitive)
- Removednode-gyp@3.8.0(transitive)
- Removednode-sass@4.14.1(transitive)
- Removednopt@3.0.6(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removednpmlog@4.1.2(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedos-homedir@1.0.2(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedosenv@0.1.5(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-exists@2.1.03.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedpsl@1.13.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedredent@1.0.0(transitive)
- Removedrepeating@2.0.1(transitive)
- Removedrequest@2.88.2(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedresolve@1.22.8(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsass-graph@2.2.5(transitive)
- Removedsass.js@0.10.13(transitive)
- Removedscss-tokenizer@0.2.3(transitive)
- Removedsemver@5.3.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedsource-map@0.4.4(transitive)
- Removedspdx-correct@3.2.0(transitive)
- Removedspdx-exceptions@2.5.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
- Removedspdx-license-ids@3.0.20(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedstdout-stream@1.4.1(transitive)
- Removedstring-width@1.0.23.1.0(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedstrip-ansi@3.0.15.2.0(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedstrip-indent@1.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtar@2.2.2(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtrim-newlines@1.0.0(transitive)
- Removedtrue-case-path@1.0.3(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removeduuid@3.4.0(transitive)
- Removedvalidate-npm-package-license@3.0.4(transitive)
- Removedverror@1.10.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwide-align@1.1.5(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)