Skip to content

Commit 35258ea

Browse files
chore: Update .npmignore and normalize CHANGELOG whitespace
Added Configuration/, DEPENDENTS.md, and Documentation/ to .npmignore to prevent unnecessary files from being published to the npm registry. Additionally, performed whitespace normalization in CHANGELOG.md by removing inconsistent leading whitespace from various bullet point entries, improving formatting consistency throughout the changelog.
1 parent 923a892 commit 35258ea

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.github/
22
CHANGELOG.md
33
CODE_OF_CONDUCT.md
4+
Configuration/
45
CONTRIBUTING.md
6+
DEPENDENTS.md
57
docs/
8+
Documentation/
69
Source/

CHANGELOG.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
- Updated `@types/node` from 22.13.14 to 25.0.3
88
- Updated `@playform/build` from 0.2.1 to 0.2.6
99
- Changed package author email from `Source/Open@PlayForm.LTD` to
10-
`Source/Open@PlayForm.Cloud`
10+
`Source/Open@PlayForm.Cloud`
1111
- Changed package author URL from `HTTPS://PlayForm.LTD` to
12-
`HTTPS://PlayForm.Cloud`
12+
`HTTPS://PlayForm.Cloud`
1313
- Replaced `Promise.all()` with `Promise.allSettled()` in pipeline execution for
14-
better error resilience
14+
better error resilience
1515

1616
## 0.1.3
1717

@@ -20,11 +20,11 @@ better error resilience
2020
- Updated `@types/node` from 22.10.5 to 22.13.14
2121
- Updated `deepmerge-ts` from 7.1.3 to 7.1.5
2222
- Refactored core module imports to use Node.js protocol syntax (`node:url`,
23-
`node:fs/promises`)
23+
`node:fs/promises`)
2424
- Improved asynchronous pipeline handling with Promise chaining
2525
- Optimized file system operations:
26-
- Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises`
27-
- Simplified recursive directory creation logic
26+
- Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises`
27+
- Simplified recursive directory creation logic
2828
- Enhanced error handling and logging consistency
2929
- Reordered interface imports and destructuring patterns
3030
- Updated package.json metadata formatting (emoji position adjustments)
@@ -52,12 +52,12 @@ better error resilience
5252
- Updated `.npmignore` to exclude `docs/` directory.
5353
- Added badges for dependents to `DEPENDENTS.md`.
5454
- Updated `README.md` to remove the summary section and point to `CHANGELOG.md`
55-
for change history.
55+
for change history.
5656
- Updated `package.json` author information:
57-
- Changed author email from `Source/Open@PlayForm.Cloud` to
58-
`Source/Open@PlayForm.Cloud`
59-
- Changed author URL from `HTTPS://PlayForm.Cloud` to
60-
`HTTPS://PlayForm.Cloud`
57+
- Changed author email from `Source/Open@PlayForm.Cloud` to
58+
`Source/Open@PlayForm.Cloud`
59+
- Changed author URL from `HTTPS://PlayForm.Cloud` to
60+
`HTTPS://PlayForm.Cloud`
6161

6262
### Removed
6363

@@ -75,15 +75,15 @@ for change history.
7575
### Add
7676

7777
- Added `.npmignore` file to exclude unnecessary files from the published
78-
package.
78+
package.
7979

8080
## 0.1.0
8181

8282
### Change
8383

8484
- Updated version to 0.1.0
8585
- Updated dependencies, including `@types/node`, `deepmerge-ts`, and
86-
`@playform/build`
86+
`@playform/build`
8787
- Updated README.md with simplified language and improved formatting.
8888
- Refactored code for better readability and consistency.
8989

@@ -97,8 +97,8 @@ package.
9797

9898
- Updated version to 0.0.6
9999
- Updated dependencies:
100-
- `@types/node` to 20.14.2
101-
- `deepmerge-ts` to 7.0.3
100+
- `@types/node` to 20.14.2
101+
- `deepmerge-ts` to 7.0.3
102102
- Moved `@playform/build` from `devDependencies` to `peerDependencies`.
103103

104104
### Add
@@ -111,10 +111,10 @@ package.
111111

112112
- Updated version to 0.0.5
113113
- Updated dependencies:
114-
- `@playform/build` to 0.0.9
115-
- `@playform/document` to 0.0.7
114+
- `@playform/build` to 0.0.9
115+
- `@playform/document` to 0.0.7
116116
- Added optional peer dependencies for `@playform/build` and
117-
`@playform/document`.
117+
`@playform/document`.
118118
- Improved code documentation and comments.
119119

120120
## 0.0.4
@@ -123,10 +123,10 @@ package.
123123

124124
- Updated version to 0.0.4
125125
- Updated dependencies:
126-
- `@types/node` to 20.12.12
127-
- `deepmerge-ts` to 7.0.1
126+
- `@types/node` to 20.12.12
127+
- `deepmerge-ts` to 7.0.1
128128
- Moved `@playform/build` from `devDependencies` to `peerDependencies` and
129-
marked it as optional.
129+
marked it as optional.
130130

131131
### Add
132132

@@ -138,8 +138,8 @@ marked it as optional.
138138

139139
- Updated version to 0.0.3
140140
- Updated dependencies:
141-
- `@types/node` to 20.12.11
142-
- `@playform/build` to 0.0.8
141+
- `@types/node` to 20.12.11
142+
- `@playform/build` to 0.0.8
143143
- Updated package description to use an em dash instead of a period.
144144
- Updated repository URLs in `package.json` to use HTTPS.
145145
- Updated `package.json` with new author information.

0 commit comments

Comments
 (0)