Skip to content

Commit

Permalink
bump vc
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 13, 2024
1 parent 1cbd8d7 commit 1ec85b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21,014 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
]
},
"dependencies": {
"videomail-client": "10.0.18"
"videomail-client": "10.0.19"
},
"devDependencies": {
"@babel/core": "7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/php/fields/videomail.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function enqueueScripts() {

wp_enqueue_script(
'nf-videomail-client',
NF_Videomail::$jsUrl . 'videomail-client/index.cjs',
NF_Videomail::$jsUrl . 'videomail-client/index.js',
array(),
NF_Videomail::VERSION
);
Expand Down
Loading

0 comments on commit 1ec85b2

Please sign in to comment.