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.56] ( https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.55...v1.3.56 ) (2023-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 5b5a158] ( https://github.com/CoCreate-app/CoCreate-twilio/commit/5b5a158c0c779d8fa417dc025411aa1a55e31d93 ) )
7
+
1
8
## [ 1.3.55] ( https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.54...v1.3.55 ) (2023-01-31)
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.55 " ,
3
+ "version" : " 1.3.56 " ,
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