@wistia/react-embeds
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -961,7 +961,7 @@ 'use strict'; | ||
defineProperties(HeadManager.prototype, getOwnPropertyDescriptors( function () { | ||
function _class() { | ||
_classCallCheck(this, _class); | ||
function _class2() { | ||
_classCallCheck(this, _class2); | ||
} | ||
_createClass(_class, [{ | ||
_createClass(_class2, [{ | ||
key: "addChannelId", | ||
@@ -989,3 +989,3 @@ value: function addChannelId() { | ||
return _class; | ||
return _class2; | ||
}().prototype)); | ||
@@ -992,0 +992,0 @@ } // NODE //////////////////////////////////////////////////////////////////////// |
@@ -891,7 +891,7 @@ 'use strict'; | ||
defineProperties(HeadManager.prototype, getOwnPropertyDescriptors( function () { | ||
function _class() { | ||
_classCallCheck(this, _class); | ||
function _class2() { | ||
_classCallCheck(this, _class2); | ||
} | ||
_createClass(_class, [{ | ||
_createClass(_class2, [{ | ||
key: "addChannelId", | ||
@@ -919,3 +919,3 @@ value: function addChannelId() { | ||
return _class; | ||
return _class2; | ||
}().prototype)); | ||
@@ -922,0 +922,0 @@ } // NODE //////////////////////////////////////////////////////////////////////// |
{ | ||
"name": "@wistia/react-embeds", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "React component wrappers for Wistia embeddables", | ||
@@ -12,5 +12,11 @@ "browser": "browser.js", | ||
}, | ||
"node": ">=16.1.0 || >=18.0.0", | ||
"node": ">=16.1.0 || >=18.0.0 || >=20.0.0", | ||
"author": "Wistia Engineering", | ||
"license": "MIT", | ||
"dependencies": { | ||
"node-fetch": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.2 || >=18.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -24,13 +30,7 @@ "@babel/core": "^7.15.5", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"prettier": "2.4.1", | ||
"prettier": "^3.1.0", | ||
"prop-types": "^15.7.2", | ||
"rollup": "^2.57.0", | ||
"rollup-plugin-replace": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">17.0.2" | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^2.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196268