tsds-validate 1.1.24 → 1.1.25

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 +1 @@
1
- export { default } from './command.js';
1
+ export { default } from './command.ts';
@@ -1 +1 @@
1
- export { default } from './command.js';
1
+ export { default } from './command.ts';
package/dist/cjs/index.js CHANGED
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
7
  get: function() {
8
- return _command.default;
8
+ return _commandts.default;
9
9
  }
10
10
  });
11
- var _command = /*#__PURE__*/ _interop_require_default(require("./command.js"));
11
+ var _commandts = /*#__PURE__*/ _interop_require_default(require("./command.js"));
12
12
  function _interop_require_default(obj) {
13
13
  return obj && obj.__esModule ? obj : {
14
14
  default: obj
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-validate/src/index.ts"],"sourcesContent":["export { default } from './command.js';\n"],"names":["default"],"mappings":";;;;+BAASA;;;eAAAA,gBAAO;;;8DAAQ"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-validate/src/index.ts"],"sourcesContent":["export { default } from './command.ts';\n"],"names":["default"],"mappings":";;;;+BAASA;;;eAAAA,kBAAO;;;gEAAQ"}
@@ -1 +1 @@
1
- export { default } from './command.js';
1
+ export { default } from './command.ts';
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-validate/src/index.ts"],"sourcesContent":["export { default } from './command.js';\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,eAAe"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-validate/src/index.ts"],"sourcesContent":["export { default } from './command.ts';\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,eAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsds-validate",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "Development stack for TypeScript libraries",
5
5
  "keywords": [
6
6
  "c8",