@powerlines/plugin-marked 0.1.201 → 0.1.202

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 +4 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-marked",
3
- "version": "0.1.201",
3
+ "version": "0.1.202",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use the Marked markdown compiler to generate HTML.",
6
6
  "repository": {
@@ -70,20 +70,6 @@
70
70
  "default": "./dist/types/index.mjs"
71
71
  }
72
72
  },
73
- "./types/*": {
74
- "require": {
75
- "types": "./dist/types/*.d.cts",
76
- "default": "./dist/types/*.cjs"
77
- },
78
- "import": {
79
- "types": "./dist/types/*.d.mts",
80
- "default": "./dist/types/*.mjs"
81
- },
82
- "default": {
83
- "types": "./dist/types/*.d.mts",
84
- "default": "./dist/types/*.mjs"
85
- }
86
- },
87
73
  "./types/plugin": {
88
74
  "require": {
89
75
  "types": "./dist/types/plugin.d.cts",
@@ -107,14 +93,14 @@
107
93
  "@stryke/path": "^0.26.3",
108
94
  "@stryke/types": "^0.10.36",
109
95
  "defu": "^6.1.4",
110
- "powerlines": "^0.38.3"
96
+ "powerlines": "^0.38.4"
111
97
  },
112
98
  "devDependencies": {
113
- "@powerlines/plugin-plugin": "^0.12.187",
99
+ "@powerlines/plugin-plugin": "^0.12.188",
114
100
  "@types/node": "^24.10.9",
115
101
  "marked": "^17.0.1"
116
102
  },
117
103
  "publishConfig": { "access": "public" },
118
104
  "types": "./dist/index.d.cts",
119
- "gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
105
+ "gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
120
106
  }