@journeyapps/core-xml
Advanced tools
Comparing version 0.0.0-dev.fcc0158.a5fdb1d to 0.0.0-dev.fe2a926.7f52885
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -11,3 +11,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -14,0 +14,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@journeyapps/core-xml", | ||
"version": "0.0.0-dev.fcc0158.a5fdb1d", | ||
"version": "0.0.0-dev.fe2a926.7f52885", | ||
"description": "Journey JS library", | ||
@@ -18,3 +18,3 @@ "main": "./dist/src/node.js", | ||
"devDependencies": { | ||
"@journeyapps/core-test-helpers": "0.0.0-dev.fcc0158.a5fdb1d" | ||
"@journeyapps/core-test-helpers": "0.0.0-dev.fe2a926.7f52885" | ||
}, | ||
@@ -26,3 +26,3 @@ "files": [ | ||
], | ||
"gitHead": "c66e7da833914eab190ff355af0644ee0180fa75" | ||
"gitHead": "593e0ab03a834f1ed7461ee9e1d0440817ab8bcf" | ||
} |
111988