@magic-xpa/cli 4.801.0-dev481.311 → 4.801.0-dev481.317

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./src/public_api"), exports);
4
+ tslib_1.__exportStar(require("./src/public_api"), exports);
5
5
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,gEAAiC","sourcesContent":["export * from './src/public_api';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,2DAAiC","sourcesContent":["export * from './src/public_api';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/cli",
3
- "version": "4.801.0-dev481.311",
3
+ "version": "4.801.0-dev481.317",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "description": "Magic CLI for MagicWeb applications",
6
6
  "keywords": [
package/src/public_api.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./schematics/mg-add/index"), exports);
5
- (0, tslib_1.__exportStar)(require("./schematics/mg-generate/index"), exports);
6
- (0, tslib_1.__exportStar)(require("./schematics/mg-routes/index"), exports);
4
+ tslib_1.__exportStar(require("./schematics/mg-add/index"), exports);
5
+ tslib_1.__exportStar(require("./schematics/mg-generate/index"), exports);
6
+ tslib_1.__exportStar(require("./schematics/mg-routes/index"), exports);
7
7
  //# sourceMappingURL=public_api.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"public_api.js","sourceRoot":"","sources":["public_api.ts"],"names":[],"mappings":";;;AAAA,yEAA0C;AAC1C,8EAA+C;AAC/C,4EAA6C","sourcesContent":["export * from \"./schematics/mg-add/index\";\nexport * from \"./schematics/mg-generate/index\";\nexport * from \"./schematics/mg-routes/index\";\n\n\n"]}
1
+ {"version":3,"file":"public_api.js","sourceRoot":"","sources":["public_api.ts"],"names":[],"mappings":";;;AAAA,oEAA0C;AAC1C,yEAA+C;AAC/C,uEAA6C","sourcesContent":["export * from \"./schematics/mg-add/index\";\nexport * from \"./schematics/mg-generate/index\";\nexport * from \"./schematics/mg-routes/index\";\n\n\n"]}
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./enums/Enums"), exports);
5
- (0, tslib_1.__exportStar)(require("./enums/generated-file-types.enum"), exports);
6
- (0, tslib_1.__exportStar)(require("./enums/horizontal-alignments.enum"), exports);
7
- (0, tslib_1.__exportStar)(require("./enums/themes.enum"), exports);
8
- (0, tslib_1.__exportStar)(require("./interfaces/app"), exports);
9
- (0, tslib_1.__exportStar)(require("./interfaces/control"), exports);
10
- (0, tslib_1.__exportStar)(require("./interfaces/template.config"), exports);
4
+ tslib_1.__exportStar(require("./enums/Enums"), exports);
5
+ tslib_1.__exportStar(require("./enums/generated-file-types.enum"), exports);
6
+ tslib_1.__exportStar(require("./enums/horizontal-alignments.enum"), exports);
7
+ tslib_1.__exportStar(require("./enums/themes.enum"), exports);
8
+ tslib_1.__exportStar(require("./interfaces/app"), exports);
9
+ tslib_1.__exportStar(require("./interfaces/control"), exports);
10
+ tslib_1.__exportStar(require("./interfaces/template.config"), exports);
11
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,6DAA8B;AAC9B,iFAAkD;AAClD,kFAAmD;AACnD,mEAAoC;AAEpC,gEAAiC;AACjC,oEAAqC;AACrC,4EAA6C","sourcesContent":["export * from './enums/Enums';\nexport * from './enums/generated-file-types.enum';\nexport * from './enums/horizontal-alignments.enum';\nexport * from './enums/themes.enum';\n\nexport * from './interfaces/app';\nexport * from './interfaces/control';\nexport * from './interfaces/template.config';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B;AAC9B,4EAAkD;AAClD,6EAAmD;AACnD,8DAAoC;AAEpC,2DAAiC;AACjC,+DAAqC;AACrC,uEAA6C","sourcesContent":["export * from './enums/Enums';\nexport * from './enums/generated-file-types.enum';\nexport * from './enums/horizontal-alignments.enum';\nexport * from './enums/themes.enum';\n\nexport * from './interfaces/app';\nexport * from './interfaces/control';\nexport * from './interfaces/template.config';\n"]}