procode-vs-template 1.0.0 → 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 CHANGED
@@ -5,6 +5,35 @@ 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
+
24
+ ## [1.0.1] - 2025-10-08
25
+
26
+ ### Fixed
27
+ - Resolved "util.inherits is not a function" error in browser environments
28
+ - Fixed rollup configuration to properly handle Node.js built-ins in browser
29
+ - Added util package as dependency to provide missing inherits function
30
+
31
+ ### Technical
32
+ - Updated rollup.config.js to include browser: true option
33
+ - Configured commonjs plugin to handle util named exports
34
+ - Moved util from devDependencies to dependencies
35
+ - Maintained backward compatibility with existing functionality
36
+
8
37
  ## [1.0.0] - 2025-10-08
9
38
 
10
39
  ### Added