Skip to content

Commit

Permalink
Release 10.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 20, 2024
1 parent cdcbfcc commit 6926628
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15097,7 +15097,7 @@ var __webpack_exports__ = {};
var is_power_of_two = __webpack_require__("./node_modules/is-power-of-two/index.js");
var is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(is_power_of_two);
var package_namespaceObject = {
i8: "10.0.20"
i8: "10.0.21"
};
const NodeEnvType = {
DEVELOPMENT: "development",
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5189,7 +5189,7 @@ function isPromise(anything) {
}
const util_isPromise = isPromise;
var package_namespaceObject = {
i8: "10.0.20"
i8: "10.0.21"
};
const NodeEnvType = {
DEVELOPMENT: "development",
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14952,7 +14952,7 @@
var is_power_of_two = __webpack_require__("./node_modules/is-power-of-two/index.js");
var is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(is_power_of_two);
var package_namespaceObject = {
i8: "10.0.20"
i8: "10.0.21"
};
function getNodeEnv() {
return "production";
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "videomail-client",
"version": "10.0.20",
"version": "10.0.21",
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
"keywords": [
"webcam",
Expand Down

0 comments on commit 6926628

Please sign in to comment.