@herb-tools/node 0.3.0 → 0.3.1
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 +4 -0
- package/README.md +7 -1
- package/dist/herb-node.esm.js +1 -1
- package/extension/libherb/include/version.h +1 -1
- package/extension/libherb/version.h +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.3.1 (2025-06-23)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for @herb-tools/node to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
1
5
|
## 0.3.0 (2025-06-21)
|
|
2
6
|
|
|
3
7
|
This was a version bump only for @herb-tools/node to align it with other projects, there were no code changes.
|
package/README.md
CHANGED
package/dist/herb-node.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@herb-tools/node",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "Native Node.js addon for HTML-aware ERB parsing using Herb.",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"homepage": "https://herb-tools.dev",
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"host": "https://github.com/marcoroth/herb/releases/download/"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@herb-tools/core": "0.3.
|
|
51
|
+
"@herb-tools/core": "0.3.1",
|
|
51
52
|
"@mapbox/node-pre-gyp": "^2.0.0",
|
|
52
53
|
"node-addon-api": "^5.1.0",
|
|
53
54
|
"node-pre-gyp-github": "^2.0.0"
|