@herb-tools/node 0.1.0 → 0.1.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.1.1 (2025-04-20)
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.1.0 (2025-04-15)
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.
@@ -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.1.0";
9
+ var version = "0.1.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.1.0"
4
+ #define HERB_VERSION "0.1.1"
5
5
 
6
6
  #endif
@@ -36,7 +36,7 @@ int main(const int argc, char* argv[]) {
36
36
  if (argc < 2) {
37
37
  printf("./herb [command] [options]\n\n");
38
38
 
39
- printf("Herb 🌿 Powerful and seamless HTML-aware ERB parsing.\n\n");
39
+ printf("Herb 🌿 Powerful and seamless HTML-aware ERB parsing and tooling.\n\n");
40
40
 
41
41
  printf("./herb lex [file] - Lex a file\n");
42
42
  printf("./herb lex_json [file] - Lex a file and return the result as json.\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herb-tools/node",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "homepage": "https://herb-tools.dev",
@@ -46,7 +46,7 @@
46
46
  "host": "https://github.com/marcoroth/herb/releases/download/"
47
47
  },
48
48
  "dependencies": {
49
- "@herb-tools/core": "0.1.0",
49
+ "@herb-tools/core": "0.1.1",
50
50
  "@mapbox/node-pre-gyp": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {