@visulima/packem 1.4.1 → 1.4.2
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/CHANGELOG.md +6 -0
- package/dist/cli.mjs +1 -1
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @visulima/packem [1.4.2](https://github.com/visulima/packem/compare/@visulima/packem@1.4.1...@visulima/packem@1.4.2) (2024-11-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* removed typedoc dependencies, that were wrongly added on rebase ([b468162](https://github.com/visulima/packem/commit/b468162f431178b1b16130f708bc1f39a7c81fd6))
|
|
6
|
+
|
|
1
7
|
## @visulima/packem [1.4.1](https://github.com/visulima/packem/compare/@visulima/packem@1.4.0...@visulima/packem@1.4.1) (2024-11-04)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/dist/cli.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import __cjs_mod__ from "node:module"; // -- packem CommonJS require shim --
|
|
|
5
5
|
const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
7
7
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
8
|
-
const qs="@visulima/packem",Ks="1.4.
|
|
8
|
+
const qs="@visulima/packem",Ks="1.4.1";var Gs=Object.defineProperty,Hs=m((e,t)=>Gs(e,"name",{value:t,configurable:!0}),"t$c");const no=Hs(async(e,t="")=>{let o=t;if(!o){const s=["packem.config.js","packem.config.mjs","packem.config.cjs","packem.config.ts","packem.config.cts","packem.config.mts"];for(const r of s)if(await rt(x(e,r))){o="./"+r;break}}if(!/\.(?:js|mjs|cjs|ts|cts|mts)$/.test(o))throw new Error("Invalid packem config file extension. Only .js, .mjs, .cjs, .ts, .cts and .mts extensions are allowed.");return o},"findPackemFile");var Ys=Object.defineProperty,bt=m((e,t)=>Ys(e,"name",{value:t,configurable:!0}),"d$i");const Xs=["typedoc","typedoc-plugin-markdown","typedoc-plugin-rename-defaults","@ckeditor/typedoc-plugins"],Qs=bt(e=>{e.addCommand({argument:{description:"Add a packem feature to your project",name:"feature",required:!0},description:"Add a optional packem feature to your project",execute:bt(async({argument:t,logger:o,options:s})=>{const r=k(Ho(),s.dir??"."),n=await no(r,s.config??""),i=await nt(n,{buffer:!1}),l=new G(i);if(t.includes("typedoc")){if(i.includes("typedoc: typedocBuilder")||i.includes("@visulima/packem/builder/typedoc")){o.warn("Typedoc has already been added to the packem config.");return}o.info("Adding typedoc dependencies..."),await ce(Xs,{cwd:process.cwd(),dev:!0,silent:!0}),l.prepend(`import typedocBuilder from "@visulima/packem/builder/typedoc";
|
|
9
9
|
`),i.includes("builder: {")?l.replace("builder: {",`builder: {
|
|
10
10
|
typedoc: typedocBuilder,
|
|
11
11
|
`):l.replace("transformer,",`transformer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/packem",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -367,10 +367,7 @@
|
|
|
367
367
|
"semver": "7.6.3",
|
|
368
368
|
"tinyexec": "0.3.1",
|
|
369
369
|
"source-map-js": "1.2.1",
|
|
370
|
-
"tinyglobby": "0.2.10"
|
|
371
|
-
"typedoc": "0.26.11",
|
|
372
|
-
"typedoc-plugin-markdown": "4.2.10",
|
|
373
|
-
"typedoc-plugin-rename-defaults": "0.7.1"
|
|
370
|
+
"tinyglobby": "0.2.10"
|
|
374
371
|
},
|
|
375
372
|
"devDependencies": {
|
|
376
373
|
"@anolilab/eslint-config": "^15.0.3",
|