Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 6, 2021
1 parent 0a26697 commit ecf20a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* name: @jswork/next-is-plain-object
* description: A isPlainObject implement.
* homepage: https://github.com/afeiship/next-is-plain-object
* version: 1.0.0
* date: 2020-11-19 08:45:42
* version: 1.0.1
* date: 2021-01-06 22:15:18
* license: MIT
*/

(function () {
var global = global || this || window || Function('return this')();
var global = global || window || Function('return this')();
var nx = global.nx || require('@jswork/next');
// https://github.com/reduxjs/react-redux/blob/master/src/utils/isPlainObject.js
// https://github.com/jonschlinkert/is-plain-object
Expand Down
6 changes: 3 additions & 3 deletions dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-is-plain-object
* description: A isPlainObject implement.
* homepage: https://github.com/afeiship/next-is-plain-object
* version: 1.0.0
* date: 2020-11-19 08:45:42
* version: 1.0.1
* date: 2021-01-06 22:15:18
* license: MIT
*/
!function(){var t=(this||window||Function("return this")()).nx||require("@jswork/next");function o(t){return"[object Object]"===Object.prototype.toString.call(t)}t.isPlainObject=function(t){return!1!==o(t)&&(void 0===(t=t.constructor)||!1!==o(t=t.prototype)&&!1!==t.hasOwnProperty("isPrototypeOf"))},"undefined"!=typeof module&&module.exports&&(module.exports=t.isPlainObject)}();
!function(){var t=(window||Function("return this")()).nx||require("@jswork/next");function o(t){return"[object Object]"===Object.prototype.toString.call(t)}t.isPlainObject=function(t){return!1!==o(t)&&(void 0===(t=t.constructor)||!1!==o(t=t.prototype)&&!1!==t.hasOwnProperty("isPrototypeOf"))},"undefined"!=typeof module&&module.exports&&(module.exports=t.isPlainObject)}();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-is-plain-object",
"version": "1.0.0",
"version": "1.0.1",
"description": "A isPlainObject implement.",
"homepage": "https://github.com/afeiship/next-is-plain-object",
"author": {
Expand Down

0 comments on commit ecf20a2

Please sign in to comment.