@canopycanopycanopy/b-ber-grammar-dialogue 3.0.7 → 3.0.8-canary.0
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/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -18,8 +18,8 @@ var _trim = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stabl
|
|
|
18
18
|
var _bBerParserDialogue = _interopRequireDefault(require("@canopycanopycanopy/b-ber-parser-dialogue"));
|
|
19
19
|
var _bBerGrammarRenderer = _interopRequireDefault(require("@canopycanopycanopy/b-ber-grammar-renderer"));
|
|
20
20
|
var _bBerGrammarAttributes = require("@canopycanopycanopy/b-ber-grammar-attributes");
|
|
21
|
-
function ownKeys(
|
|
22
|
-
function _objectSpread(
|
|
21
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23
23
|
// define our open and closing markers, used by the `validateOpen` and
|
|
24
24
|
// `validateClose` methods in the `createRenderer`
|
|
25
25
|
const MARKER_OPEN_RE = /^(dialogue)(?::([^\s]+)(\s.*)?)?$/;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-dialogue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8-canary.0+967bd854",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"rimraf": "^2.7.1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.
|
|
29
|
-
"@canopycanopycanopy/b-ber-grammar-renderer": "3.0.
|
|
30
|
-
"@canopycanopycanopy/b-ber-parser-dialogue": "3.0.
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.8-canary.0+967bd854",
|
|
29
|
+
"@canopycanopycanopy/b-ber-grammar-renderer": "3.0.8-canary.0+967bd854",
|
|
30
|
+
"@canopycanopycanopy/b-ber-parser-dialogue": "3.0.8-canary.0+967bd854",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"tar": "^6.1.11"
|
|
33
33
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"url": "https://maxwellsimmer.com"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "967bd8540c93b82a811ee2b5abc86a30c90a66af"
|
|
52
52
|
}
|