edge.libx.js 0.1.6 → 0.1.7

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.
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RouterWrapper = void 0;
4
4
  var RouterWrapper_1 = require("./modules/RouterWrapper");
5
5
  Object.defineProperty(exports, "RouterWrapper", { enumerable: true, get: function () { return RouterWrapper_1.RouterWrapper; } });
6
- //# sourceMappingURL=Main.js.map
6
+ //# sourceMappingURL=main.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,8GAAA,aAAa,OAAA","sourcesContent":["export { RouterWrapper } from \"./modules/RouterWrapper\";"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge.libx.js",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "build/main.js",
5
5
  "license": "MIT",
6
6
  "author": "Elya Livshitz",
package/build/Main.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Main.js","sourceRoot":"","sources":["../src/Main.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,8GAAA,aAAa,OAAA","sourcesContent":["export { RouterWrapper } from \"./modules/RouterWrapper\";"]}
File without changes
File without changes