@powerlines/plugin-typedoc 0.10.472 → 0.10.476

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 (1) hide show
  1. package/package.json +16 -49
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-typedoc",
3
- "version": "0.10.472",
3
+ "version": "0.10.476",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
6
6
  "repository": {
7
7
  "type": "github",
8
8
  "url": "https://github.com/storm-software/powerlines.git",
9
- "directory": "packages/plugin-typedoc"
9
+ "directory": "packages/plugins/plugin-typedoc"
10
10
  },
11
11
  "homepage": "https://stormsoftware.com",
12
12
  "bugs": {
@@ -39,68 +39,35 @@
39
39
  "license": "Apache-2.0",
40
40
  "private": false,
41
41
  "exports": {
42
- ".": {
43
- "require": {
44
- "types": "./dist/index.d.cts",
45
- "default": "./dist/index.cjs"
46
- },
47
- "import": {
48
- "types": "./dist/index.d.mts",
49
- "default": "./dist/index.mjs"
50
- },
51
- "default": {
52
- "types": "./dist/index.d.mts",
53
- "default": "./dist/index.mjs"
54
- }
55
- },
56
- "./package.json": "./package.json",
42
+ ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
57
43
  "./types": {
58
- "require": {
59
- "types": "./dist/types/index.d.cts",
60
- "default": "./dist/types/index.cjs"
61
- },
62
- "import": {
63
- "types": "./dist/types/index.d.mts",
64
- "default": "./dist/types/index.mjs"
65
- },
66
- "default": {
67
- "types": "./dist/types/index.d.mts",
68
- "default": "./dist/types/index.mjs"
69
- }
44
+ "import": "./dist/types/index.mjs",
45
+ "require": "./dist/types/index.cjs"
70
46
  },
71
47
  "./types/plugin": {
72
- "require": {
73
- "types": "./dist/types/plugin.d.cts",
74
- "default": "./dist/types/plugin.cjs"
75
- },
76
- "import": {
77
- "types": "./dist/types/plugin.d.mts",
78
- "default": "./dist/types/plugin.mjs"
79
- },
80
- "default": {
81
- "types": "./dist/types/plugin.d.mts",
82
- "default": "./dist/types/plugin.mjs"
83
- }
84
- }
48
+ "import": "./dist/types/plugin.mjs",
49
+ "require": "./dist/types/plugin.cjs"
50
+ },
51
+ "./package.json": "./package.json"
85
52
  },
86
53
  "files": ["dist/**/*"],
87
54
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
88
55
  "dependencies": {
89
- "@storm-software/config-tools": "^1.190.1",
90
- "@stryke/fs": "^0.33.70",
91
- "@stryke/path": "^0.28.2",
56
+ "@storm-software/config-tools": "^1.190.2",
57
+ "@stryke/fs": "^0.33.75",
58
+ "@stryke/path": "^0.29.2",
92
59
  "defu": "^6.1.7",
93
- "powerlines": "^0.47.3",
60
+ "powerlines": "^0.47.7",
94
61
  "typedoc": "0.25.12",
95
62
  "typedoc-plugin-markdown": "4.0.0-next.20"
96
63
  },
97
64
  "devDependencies": {
98
- "@powerlines/plugin-plugin": "^0.12.415",
99
- "@types/node": "^25.6.0"
65
+ "@powerlines/plugin-plugin": "^0.12.419",
66
+ "@types/node": "^25.7.0"
100
67
  },
101
68
  "publishConfig": { "access": "public" },
102
69
  "main": "./dist/index.cjs",
103
70
  "module": "./dist/index.mjs",
104
71
  "types": "./dist/index.d.cts",
105
- "gitHead": "9c4b3c8956edda9e5f0f3354226077b0c25b09a2"
72
+ "gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
106
73
  }