File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/plugins/in-app-plugin Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5252 "@lukeed/uuid" : " ^2.0.0" ,
5353 "@segment/analytics.js-video-plugins" : " ^0.2.1" ,
5454 "@segment/facade" : " ^3.4.9" ,
55- "customerio-gist-web" : " 3.20.2 " ,
55+ "customerio-gist-web" : " 3.20.3 " ,
5656 "dset" : " ^3.1.2" ,
5757 "js-cookie" : " 3.0.1" ,
5858 "node-fetch" : " ^2.6.7" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 gistToCIO ,
1111 ContentType ,
1212} from './events'
13- import Gist from 'customerio-gist-web'
13+ import Gist , { type GistConfig } from 'customerio-gist-web'
1414import type { InboxAPI , InboxMessage , GistInboxMessage } from './inbox_messages'
1515import { createInboxAPI } from './inbox_messages'
1616
@@ -21,8 +21,8 @@ export type InAppPluginSettings = {
2121 siteId : string | undefined
2222 events : EventListenerOrEventListenerObject | null | undefined
2323
24- _env : string | undefined
25- _logging : boolean | undefined
24+ _env : GistConfig [ 'env' ] | undefined
25+ _logging : GistConfig [ 'logging' ] | undefined
2626
2727 anonymousInApp : boolean | false
2828}
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ __metadata:
777777 aws-sdk : ^2.814.0
778778 circular-dependency-plugin : ^5.2.2
779779 compression-webpack-plugin : ^8.0.1
780- customerio-gist-web : 3.20.2
780+ customerio-gist-web : 3.20.3
781781 dset : ^3.1.2
782782 execa : ^4.1.0
783783 flat : ^5.0.2
@@ -5632,12 +5632,12 @@ __metadata:
56325632 languageName : node
56335633 linkType : hard
56345634
5635- " customerio-gist-web@npm:3.20.2 " :
5636- version : 3.20.2
5637- resolution : " customerio-gist-web@npm:3.20.2 "
5635+ " customerio-gist-web@npm:3.20.3 " :
5636+ version : 3.20.3
5637+ resolution : " customerio-gist-web@npm:3.20.3 "
56385638 dependencies :
56395639 uuid : ^8.3.2
5640- checksum : e87f9a419258f72a3f93b03c4d588c940162790b0c5a32b35901f098e12924d424cdd9305e83055989065c628f4c9b27eedad3564ea986d98f2080c522c91cd5
5640+ checksum : 8f51eac810a7a9f2245162c37afa0f030dd69ddcc9593d6b0b5a78abfcf8cce69508483c6dc31ff8978dfa4b04b99042714358a7bd8b5ab306b47aa6df4103be
56415641 languageName : node
56425642 linkType : hard
56435643
You can’t perform that action at this time.
0 commit comments