@nest-extended/core 0.0.1-beta-8 → 0.0.1-beta-10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-extended/core",
3
- "version": "0.0.1-beta-8",
3
+ "version": "0.0.1-beta-10",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
package/src/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from './lib/core';
2
1
  export * from './lib/nest.controller';
3
2
  export * from './lib/nest-extended.module';
4
3
  export { default as options } from './common/options';
package/src/index.js CHANGED
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.options = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./lib/core"), exports);
6
5
  tslib_1.__exportStar(require("./lib/nest.controller"), exports);
7
6
  tslib_1.__exportStar(require("./lib/nest-extended.module"), exports);
8
7
  var options_1 = require("./common/options");
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/core/src/index.ts"],"names":[],"mappings":";;;;AAAA,qDAA2B;AAC3B,gEAAsC;AACtC,qEAA2C;AAC3C,4CAAsD;AAA7C,kGAAA,OAAO,OAAW;AAC3B,mFAAyD;AACzD,+EAAqD;AACrD,6EAAmD;AACnD,8DAAoC;AACpC,uEAA6C;AAC7C,oEAA0C;AAC1C,iEAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/core/src/index.ts"],"names":[],"mappings":";;;;AAAA,gEAAsC;AACtC,qEAA2C;AAC3C,4CAAsD;AAA7C,kGAAA,OAAO,OAAW;AAC3B,mFAAyD;AACzD,+EAAqD;AACrD,6EAAmD;AACnD,8DAAoC;AACpC,uEAA6C;AAC7C,oEAA0C;AAC1C,iEAAuC"}
package/src/lib/core.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare function core(): string;
package/src/lib/core.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.core = core;
4
- function core() {
5
- return 'core';
6
- }
7
- //# sourceMappingURL=core.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core.js","sourceRoot":"","sources":["../../../../../packages/core/src/lib/core.ts"],"names":[],"mappings":";;AAAA,oBAEC;AAFD,SAAgB,IAAI;IAClB,OAAO,MAAM,CAAC;AAChB,CAAC"}