@canopycanopycanopy/b-ber-lib 1.2.13-react-reader.63 → 1.2.13-react-reader.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/State.js +5 -0
- package/package.json +3 -3
package/State.js
CHANGED
|
@@ -56,6 +56,8 @@ var _set = _interopRequireDefault(require("lodash/set"));
|
|
|
56
56
|
|
|
57
57
|
var _get = _interopRequireDefault(require("lodash/get"));
|
|
58
58
|
|
|
59
|
+
var _has = _interopRequireDefault(require("lodash/has"));
|
|
60
|
+
|
|
59
61
|
var _merge = _interopRequireDefault(require("lodash/merge"));
|
|
60
62
|
|
|
61
63
|
var _remove = _interopRequireDefault(require("lodash/remove"));
|
|
@@ -307,6 +309,9 @@ class State {
|
|
|
307
309
|
(0, _defineProperty2.default)(this, "update", (prop, val) => {
|
|
308
310
|
(0, _set.default)(this, prop, val);
|
|
309
311
|
});
|
|
312
|
+
(0, _defineProperty2.default)(this, "has", prop => {
|
|
313
|
+
return (0, _has.default)(this, prop);
|
|
314
|
+
});
|
|
310
315
|
(0, _defineProperty2.default)(this, "contains", (coll, value) => {
|
|
311
316
|
var _context3;
|
|
312
317
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-lib",
|
|
3
|
-
"version": "1.2.13-react-reader.
|
|
3
|
+
"version": "1.2.13-react-reader.67+b2fdc973",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/runtime-corejs3": "^7.10.5",
|
|
31
31
|
"@canopycanopycanopy/b-ber-logger": "1.2.12",
|
|
32
32
|
"@canopycanopycanopy/b-ber-shapes-dublin-core": "1.2.12",
|
|
33
|
-
"@canopycanopycanopy/b-ber-shapes-sequences": "1.2.
|
|
33
|
+
"@canopycanopycanopy/b-ber-shapes-sequences": "1.2.13-react-reader.67+b2fdc973",
|
|
34
34
|
"@canopycanopycanopy/b-ber-theme-sans": "1.2.12",
|
|
35
35
|
"@canopycanopycanopy/b-ber-theme-serif": "1.2.12",
|
|
36
36
|
"command-exists": "^1.2.2",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"url": "https://maxwellsimmer.com"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "b2fdc9731696088030fca0cb8e6ceaa69338ed14"
|
|
81
81
|
}
|