mapscreenr
Advanced tools
Comparing version 0.8.0-beta0 to 0.8.0-beta1
@@ -1,3 +0,3 @@ | ||
export * from "./IMapScreenr"; | ||
export * from "./MapScreenr"; | ||
export * from "./types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,8 +11,8 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
}; | ||
define(["require", "exports", "./IMapScreenr", "./MapScreenr"], function (require, exports, IMapScreenr_1, MapScreenr_1) { | ||
define(["require", "exports", "./MapScreenr", "./types"], function (require, exports, MapScreenr_1, types_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(IMapScreenr_1, exports); | ||
__exportStar(MapScreenr_1, exports); | ||
__exportStar(types_1, exports); | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -1,6 +0,6 @@ | ||
import { IMapScreenr, IMapScreenrSettings, IVariableFunctions, IVariables } from "./IMapScreenr"; | ||
import { IMapScreenrSettings, IVariableFunctions, IVariables } from "./types"; | ||
/** | ||
* Flexible container for map attributes and viewport. | ||
*/ | ||
export declare class MapScreenr implements IMapScreenr { | ||
export declare class MapScreenr { | ||
/** | ||
@@ -7,0 +7,0 @@ * A listing of variable Functions to be calculated on screen resets. |
@@ -23,8 +23,8 @@ { | ||
"compile": "tsc -b", | ||
"hydrate": "yarn shenanigans-manager hydrate", | ||
"hydrate": "node ../shenanigans-manager/bin/shenanigans-manager hydrate", | ||
"link": "yarn link", | ||
"publish:ci": "yarn shenanigans-manager publish-if-updated", | ||
"publish:ci": "node ../shenanigans-manager/bin/shenanigans-manager publish-if-updated", | ||
"test": "yarn run test:setup && yarn run test:run", | ||
"test:run": "mocha-headless-chrome --file test/index.html", | ||
"test:setup": "yarn shenanigans-manager generate-tests" | ||
"test:setup": "node ../shenanigans-manager/bin/shenanigans-manager generate-tests" | ||
}, | ||
@@ -35,3 +35,3 @@ "shenanigans": { | ||
"types": "./lib/index.d.ts", | ||
"version": "0.8.0-beta0" | ||
"version": "0.8.0-beta1" | ||
} |
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
Sorry, the diff of this file is not supported yet
121085
22
405