@hypernym/bundler 0.14.3 → 0.14.4
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/README.md
CHANGED
package/dist/bin/index.mjs
CHANGED
|
@@ -705,4 +705,5 @@ interface ResolvePathsOptions {
|
|
|
705
705
|
replacement: string;
|
|
706
706
|
}
|
|
707
707
|
|
|
708
|
-
export {
|
|
708
|
+
export { defineConfig, externals, resolvePaths };
|
|
709
|
+
export type { BuildLogs, BuildStats, ConfigLoader, CopyOptions, EntryBase, EntryChunk, EntryCopy, EntryDeclaration, EntryOptions, EntryTemplate, HooksOptions, Options, ResolvePathsOptions, TransformersChunk, TransformersDeclaration };
|
|
@@ -705,4 +705,5 @@ interface ResolvePathsOptions {
|
|
|
705
705
|
replacement: string;
|
|
706
706
|
}
|
|
707
707
|
|
|
708
|
-
export {
|
|
708
|
+
export { defineConfig, externals, resolvePaths };
|
|
709
|
+
export type { BuildLogs, BuildStats, ConfigLoader, CopyOptions, EntryBase, EntryChunk, EntryCopy, EntryDeclaration, EntryOptions, EntryTemplate, HooksOptions, Options, ResolvePathsOptions, TransformersChunk, TransformersDeclaration };
|
package/package.json
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hypernym/bundler",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.4",
|
|
4
4
|
"author": "Hypernym Studio",
|
|
5
5
|
"description": "ESM & TS module bundler.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"repository":
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/hypernym-studio/bundler.git"
|
|
10
|
+
},
|
|
8
11
|
"homepage": "https://github.com/hypernym-studio/bundler",
|
|
9
12
|
"funding": "https://github.com/sponsors/ivodolenc",
|
|
10
13
|
"type": "module",
|
|
11
|
-
"types": "./dist/
|
|
14
|
+
"types": "./dist/index.d.cts",
|
|
12
15
|
"exports": {
|
|
13
16
|
".": {
|
|
14
|
-
"types": "./dist/
|
|
17
|
+
"types": "./dist/index.d.mts",
|
|
15
18
|
"import": "./dist/index.mjs",
|
|
16
19
|
"require": "./dist/index.cjs"
|
|
17
20
|
}
|
|
@@ -44,11 +47,6 @@
|
|
|
44
47
|
"format": "prettier --write .",
|
|
45
48
|
"prepublishOnly": "npm run build"
|
|
46
49
|
},
|
|
47
|
-
"packageManager": "pnpm@10.4.1",
|
|
48
|
-
"engines": {
|
|
49
|
-
"node": ">=20.0.0",
|
|
50
|
-
"pnpm": ">=9.0.0"
|
|
51
|
-
},
|
|
52
50
|
"peerDependencies": {
|
|
53
51
|
"@types/node": ">=20.0.0",
|
|
54
52
|
"typescript": ">=5.0.0"
|
|
@@ -62,25 +60,25 @@
|
|
|
62
60
|
}
|
|
63
61
|
},
|
|
64
62
|
"dependencies": {
|
|
65
|
-
"@hypernym/args": "^0.3.
|
|
66
|
-
"@hypernym/colors": "^1.0.
|
|
67
|
-
"@hypernym/utils": "^3.4.
|
|
63
|
+
"@hypernym/args": "^0.3.2",
|
|
64
|
+
"@hypernym/colors": "^1.0.4",
|
|
65
|
+
"@hypernym/utils": "^3.4.4",
|
|
68
66
|
"@rollup/plugin-alias": "^5.1.1",
|
|
69
67
|
"@rollup/plugin-json": "^6.1.0",
|
|
70
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
68
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
71
69
|
"@rollup/plugin-replace": "^6.0.2",
|
|
72
70
|
"@rollup/pluginutils": "^5.1.4",
|
|
73
|
-
"esbuild": "^0.25.
|
|
74
|
-
"rollup": "^4.
|
|
75
|
-
"rollup-plugin-dts": "^6.
|
|
71
|
+
"esbuild": "^0.25.4",
|
|
72
|
+
"rollup": "^4.40.2",
|
|
73
|
+
"rollup-plugin-dts": "^6.2.1"
|
|
76
74
|
},
|
|
77
75
|
"devDependencies": {
|
|
78
|
-
"@hypernym/eslint-config": "^3.
|
|
79
|
-
"@hypernym/prettier-config": "^3.2.
|
|
80
|
-
"@hypernym/tsconfig": "^2.6.
|
|
81
|
-
"@types/node": "^22.
|
|
82
|
-
"eslint": "^9.
|
|
83
|
-
"prettier": "^3.5.
|
|
84
|
-
"typescript": "^5.
|
|
76
|
+
"@hypernym/eslint-config": "^3.6.1",
|
|
77
|
+
"@hypernym/prettier-config": "^3.2.4",
|
|
78
|
+
"@hypernym/tsconfig": "^2.6.1",
|
|
79
|
+
"@types/node": "^22.15.17",
|
|
80
|
+
"eslint": "^9.26.0",
|
|
81
|
+
"prettier": "^3.5.3",
|
|
82
|
+
"typescript": "^5.8.3"
|
|
85
83
|
}
|
|
86
84
|
}
|