dceky 1.0.4-beta.new-divided-export.5 → 1.0.4-beta.new-divided-export.6

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.
@@ -1,2 +1,2 @@
1
- declare const _default: void;
2
- export default _default;
1
+ import commands from './commands';
2
+ export default commands;
package/lib/src/index.js CHANGED
@@ -7,5 +7,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  var commands_1 = __importDefault(require("./commands"));
8
8
  // Initialize commands
9
9
  (0, commands_1.default)();
10
- exports.default = (0, commands_1.default)();
10
+ exports.default = commands_1.default;
11
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AAAA,iBAAiB;AACjB,wDAAkC;AAElC,sBAAsB;AACtB,IAAA,kBAAQ,GAAE,CAAC;AAEX,kBAAe,IAAA,kBAAQ,GAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AAAA,iBAAiB;AACjB,wDAAkC;AAElC,sBAAsB;AACtB,IAAA,kBAAQ,GAAE,CAAC;AAEX,kBAAe,kBAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dceky",
3
- "version": "1.0.4-beta.new-divided-export.5",
3
+ "version": "1.0.4-beta.new-divided-export.6",
4
4
  "description": "Cypress toolkit for Harvard DCE",
5
5
  "main": "./lib/src/index.js",
6
6
  "types": "./lib/src/index.d.ts",
package/src/index.ts CHANGED
@@ -4,4 +4,4 @@ import commands from './commands';
4
4
  // Initialize commands
5
5
  commands();
6
6
 
7
- export default commands();
7
+ export default commands;