@mighty-justice/smart-bool
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -1,1 +0,2 @@ | ||
export { default as SmartBool } from './SmartBool'; | ||
import { default as SmartBool } from './SmartBool'; | ||
export default SmartBool; |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var mobx = require('mobx'); | ||
@@ -557,2 +555,2 @@ | ||
exports.SmartBool = SmartBool; | ||
module.exports = SmartBool; |
@@ -553,2 +553,2 @@ import { observable } from 'mobx'; | ||
export { SmartBool }; | ||
export default SmartBool; |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'mobx'], factory) : | ||
(global = global || self, factory(global['smart-bool'] = {}, global.mobx)); | ||
}(this, function (exports, mobx) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('mobx')) : | ||
typeof define === 'function' && define.amd ? define(['mobx'], factory) : | ||
(global = global || self, global['smart-bool'] = factory(global.mobx)); | ||
}(this, function (mobx) { 'use strict'; | ||
@@ -557,6 +557,4 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { | ||
exports.SmartBool = SmartBool; | ||
return SmartBool; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
{ | ||
"name": "@mighty-justice/smart-bool", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Eliminate your single-line boolean setting methods", | ||
@@ -8,2 +8,3 @@ "main": "dist/SmartBool.cjs.js", | ||
"browser": "dist/SmartBool.umd.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
@@ -102,5 +103,3 @@ "access": "public" | ||
}, | ||
"dependencies": { | ||
"gitbook-plugin-search-plus": "^1.0.4-alpha-3" | ||
} | ||
"dependencies": {} | ||
} |
1
73292
1425
- Removedgitbook-plugin-search-plus@1.0.4-alpha-3(transitive)
- Removedhtml-entities@1.2.0(transitive)