Skip to content

Commit 0e85c3d

Browse files
committed
[2025-11-09] release: 0.3.0-alpha.8
1 parent eff4bac commit 0e85c3d

File tree

305 files changed

+1496
-1482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+1496
-1482
lines changed
242 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

README.md

Lines changed: 3 additions & 3 deletions

demos/complete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--complete",
3-
"version": "0.3.0-alpha.7",
3+
"version": "0.3.0-alpha.8",
44

55
"files": [
66
"./dist/**/*",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
},
4242
"devDependencies": {
43-
"@maddimathon/build-utilities": "0.3.0-alpha.7"
43+
"@maddimathon/build-utilities": "0.3.0-alpha.8"
4444
},
4545

4646
"browserslist": [

demos/no-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--no-config",
3-
"version": "0.3.0-alpha.7",
3+
"version": "0.3.0-alpha.8",
44

55
"config": {
66
"title": "NPM Build Utilities No-config Demo"
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
},
4646
"devDependencies": {
47-
"@maddimathon/build-utilities": "0.3.0-alpha.7"
47+
"@maddimathon/build-utilities": "0.3.0-alpha.8"
4848
},
4949

5050
"browserslist": [

dist/js/bin/help.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.7
8+
* @maddimathon/build-utilities@0.3.0-alpha.8
99
* @license MIT
1010
*/
1111
import type { CLI } from '../types/index.js';

dist/js/bin/help.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.7
8+
* @maddimathon/build-utilities@0.3.0-alpha.8
99
* @license MIT
1010
*/
1111
export {};

dist/js/bin/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/getConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @packageDocumentation
55
*/
66
/*!
7-
* @maddimathon/build-utilities@0.3.0-alpha.7
7+
* @maddimathon/build-utilities@0.3.0-alpha.8
88
* @license MIT
99
*/
1010
import type { CLI } from '../../types/index.js';

0 commit comments

Comments
 (0)