@kno2/bluebutton 0.6.7 → 0.6.8
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/build/bluebutton.js +5 -5
- package/build/bluebutton.js.map +1 -1
- package/package.json +3 -3
- package/.idea/.name +0 -1
- package/.idea/bluebutton.js.iml +0 -9
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/libraries/bluebutton_js_node_modules.xml +0 -14
- package/.idea/misc.xml +0 -14
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -852
package/build/bluebutton.js
CHANGED
|
@@ -1128,7 +1128,7 @@ var root = window || __webpack_require__.g,
|
|
|
1128
1128
|
|
|
1129
1129
|
if ((typeof process === "undefined" ? "undefined" : _typeof(process)) === 'object' && Object.prototype.toString.call(process) === '[object process]') {
|
|
1130
1130
|
isNode = true;
|
|
1131
|
-
xmldom = __webpack_require__(
|
|
1131
|
+
xmldom = __webpack_require__(992);
|
|
1132
1132
|
doc = new xmldom.DOMImplementation().createDocument();
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
@@ -5123,19 +5123,19 @@ module.exports = function (ccda, data) {
|
|
|
5123
5123
|
|
|
5124
5124
|
/***/ }),
|
|
5125
5125
|
|
|
5126
|
-
/***/
|
|
5126
|
+
/***/ 992:
|
|
5127
5127
|
/***/ ((module) => {
|
|
5128
5128
|
|
|
5129
5129
|
"use strict";
|
|
5130
|
-
module.exports = require("
|
|
5130
|
+
module.exports = require("@xmldom/xmldom");
|
|
5131
5131
|
|
|
5132
5132
|
/***/ }),
|
|
5133
5133
|
|
|
5134
|
-
/***/
|
|
5134
|
+
/***/ 517:
|
|
5135
5135
|
/***/ ((module) => {
|
|
5136
5136
|
|
|
5137
5137
|
"use strict";
|
|
5138
|
-
module.exports = require("
|
|
5138
|
+
module.exports = require("lodash");
|
|
5139
5139
|
|
|
5140
5140
|
/***/ })
|
|
5141
5141
|
|