@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 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
@@ -1,4 +1,10 @@
1
- # `@herb-tools/node`
1
+ ## Herb for Node.js
2
+
3
+ ##### Package: [`@herb-tools/node`](https://www.npmjs.com/package/@herb-tools/node)
4
+
5
+ ---
6
+
7
+ Native Node.js addon for HTML-aware ERB parsing using Herb.
2
8
 
3
9
  ## Building
4
10
 
@@ -6,7 +6,7 @@ import { createRequire } from 'module';
6
6
  import { fileURLToPath } from 'url';
7
7
 
8
8
  var name = "@herb-tools/node";
9
- var version = "0.3.0";
9
+ var version = "0.3.1";
10
10
  var packageJSON = {
11
11
  name: name,
12
12
  version: version};
@@ -1,6 +1,6 @@
1
1
  #ifndef HERB_VERSION_H
2
2
  #define HERB_VERSION_H
3
3
 
4
- #define HERB_VERSION "0.3.0"
4
+ #define HERB_VERSION "0.3.1"
5
5
 
6
6
  #endif
@@ -1,6 +1,6 @@
1
1
  #ifndef HERB_VERSION_H
2
2
  #define HERB_VERSION_H
3
3
 
4
- #define HERB_VERSION "0.3.0"
4
+ #define HERB_VERSION "0.3.1"
5
5
 
6
6
  #endif
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@herb-tools/node",
3
- "version": "0.3.0",
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.0",
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"