File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.54] ( https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.53...v1.3.54 ) (2023-01-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 7e63c05] ( https://github.com/CoCreate-app/CoCreate-twilio/commit/7e63c05ab53e8cd9db2f8973dae2bb6ffb116e82 ) )
7
+
1
8
## [ 1.3.53] ( https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.52...v1.3.53 ) (2023-01-29)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/twilio" ,
3
- "version" : " 1.3.53 " ,
3
+ "version" : " 1.3.54 " ,
4
4
"description" : " A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" twilio" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " NODE_ENV=debug npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
33
35
},
34
36
"author" : " CoCreate LLC" ,
35
37
"license" : " MIT" ,
36
- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-twilio/issues" },
38
+ "bugs" : {
39
+ "url" : " https://github.com/CoCreate-app/CoCreate-twilio/issues"
40
+ },
37
41
"homepage" : " https://cocreate.app/docs/twilio" ,
38
42
"funding" : {
39
43
"type" : " GitHub Sponsors ❤" ,
You can’t perform that action at this time.
0 commit comments