Commit 9e7c5d2 1 parent 02fbed9 commit 9e7c5d2 Copy full SHA for 9e7c5d2
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 62
62
},
63
63
"dependencies" : {
64
64
"@cocreate/docs" : " ^1.1.14" ,
65
- "@cocreate/observer" : " ^1.2.4"
65
+ "@cocreate/observer" : " ^1.2.4" ,
66
+ "@cocreate/utils" : " ^1.0.14"
66
67
}
67
68
}
Original file line number Diff line number Diff line change 1
- /*!
1
+ /*
2
2
* https://cocreate.app
3
3
* https://github.com/CoCreate-app/Conditional_Logic
4
4
* Released under the MIT license
5
5
* https://github.com/CoCreate-app/Conditional_Logic/blob/master/LICENSE
6
6
*/
7
7
import observer from '@cocreate/observer'
8
+ import { logger } from '@cocreate/utils' ;
8
9
10
+ let console = logger ( 'off' ) ;
9
11
initShowHideEles ( ) ;
10
12
11
13
document . addEventListener ( 'fetchedTemplate' , ( ) => {
Original file line number Diff line number Diff line change 914
914
" @cocreate/uuid" " ^1.0.0"
915
915
ws "^7.4.4"
916
916
917
+ " @cocreate/utils@^1.0.14 " :
918
+ version "1.0.14"
919
+ resolved "https://registry.yarnpkg.com/@cocreate/utils/-/utils-1.0.14.tgz#bd598e369293eb19d952f0e0da4d17923a6532f8"
920
+ integrity sha512-ICuiD/Jr8oZITX0+t3L+18opgNkQE38ZufMuqcwR8UyfbJJ6aXAdBIiWGOByqJ+SVRcSWFq2Ayl6Z9GLRQBJBg==
921
+ dependencies :
922
+ " @cocreate/docs" " ^1.1.14"
923
+ mini-css-extract-plugin "^1.5.0"
924
+
917
925
" @cocreate/uuid@^1.0.0 " :
918
926
version "1.0.9"
919
927
resolved "https://registry.yarnpkg.com/@cocreate/uuid/-/uuid-1.0.9.tgz#c97ce6c0909925c5141828d145523d9dcd26be52"
You can’t perform that action at this time.
0 commit comments