ataraxia-local
Advanced tools
Comparing version 0.9.0 to 0.9.1
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./MachineLocalTransport")); | ||
__exportStar(require("./MachineLocalTransport"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,6 +6,8 @@ "use strict"; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -53,2 +55,3 @@ function __() { this.constructor = d; } | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MachineLocalTransport = void 0; | ||
var path_1 = require("path"); | ||
@@ -81,3 +84,3 @@ var os_1 = require("os"); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -89,3 +92,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -92,0 +95,0 @@ }); |
{ | ||
"name": "ataraxia-local", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Machine-local transport for Ataraxia P2P messaging", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ataraxia": "^0.9.0", | ||
"ataraxia": "^0.9.1", | ||
"atvik": "^1.0.0", | ||
@@ -33,3 +33,3 @@ "debug": "^4.3.1", | ||
}, | ||
"gitHead": "05cd2a79c8b45c1695eeb9a189c005f66e920266" | ||
"gitHead": "1a70dd05579c4c0a380d28e9686d8125ac6cdc68" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
315
45621
Updatedataraxia@^0.9.1