@plugjs/tsd 0.2.6 → 0.3.0

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.
Files changed (2) hide show
  1. package/dist/tsd.cjs +1 -1
  2. package/package.json +4 -4
package/dist/tsd.cjs CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(tsd_exports);
36
36
  var import_plug = require("@plugjs/plug");
37
37
  var import_logging = require("@plugjs/plug/logging");
38
38
  var import_paths = require("@plugjs/plug/paths");
39
- var tsdLib = __toESM(require("tsd"));
39
+ var tsdLib = __toESM(require("tsd"), 1);
40
40
  var tsd = tsdLib.default.default ? tsdLib.default.default : tsdLib.default;
41
41
  var Tsd = class {
42
42
  constructor(_options = {}) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plugjs/tsd",
3
- "version": "0.2.6",
4
- "type": "commonjs",
3
+ "version": "0.3.0",
4
+ "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -30,10 +30,10 @@
30
30
  "author": "Juit Developers <developers@juit.com>",
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "tsd": "^0.27.0"
33
+ "tsd": "^0.28.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "@plugjs/plug": "0.2.6"
36
+ "@plugjs/plug": "0.3.0"
37
37
  },
38
38
  "files": [
39
39
  "*.md",