procode-vs-template 1.0.1 → 1.0.3
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 +16 -0
- package/dist/factories.esm.js +3 -1408
- package/dist/factories.esm.js.map +1 -1
- package/dist/factories.js +54 -1477
- package/dist/factories.js.map +1 -1
- package/dist/index.esm.js +3 -1408
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +54 -1477
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.3] - 2025-10-08
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Republish with correct util dependency in package.json
|
|
12
|
+
- Resolved dependency conflicts during package installation
|
|
13
|
+
|
|
14
|
+
### Technical
|
|
15
|
+
- Added util package to dependencies (was missing in previous publish)
|
|
16
|
+
- Maintained all previous fixes for util.inherits error
|
|
17
|
+
- Verified successful build with all distribution files
|
|
18
|
+
|
|
19
|
+
## [1.0.2] - 2025-10-08
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Emergency version bump due to dependency resolution issues
|
|
23
|
+
|
|
8
24
|
## [1.0.1] - 2025-10-08
|
|
9
25
|
|
|
10
26
|
### Fixed
|