Skip to content

Commit 544aee3

Browse files
authored
Fix distributed package to avoid unintentionally overriding default config values (#1212)
2 parents fc81f95 + 1b352ba commit 544aee3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [patch]
6+
7+
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
8+
9+
### Fixed
10+
11+
- Exclude development and local config files from the published package to avoid unintentionally overriding default configuration
12+
513
## 10.1.1 - 2025-11-25
614

715
_Full changeset and discussions: [#1209](https://github.com/OpenTermsArchive/engine/pull/1209)._

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"files": [
2626
"bin",
2727
"config",
28+
"!config/development.json",
29+
"!config/local.json",
2830
"scripts",
2931
"src",
3032
".eslintrc.yaml"

0 commit comments

Comments
 (0)