@jentic/arazzo-parser 1.0.0-alpha.0 → 1.0.0-alpha.2

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 ADDED
@@ -0,0 +1,19 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [1.0.0-alpha.2](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2026-01-28)
7
+
8
+ **Note:** Version bump only for package @jentic/arazzo-parser
9
+
10
+ # 1.0.0-alpha.1 (2026-01-28)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **parser:** trhow error on pojo + sourceMap option combo ([#4](https://github.com/jentic/jentic-arazzo-tools/issues/4)) ([b3c4527](https://github.com/jentic/jentic-arazzo-tools/commit/b3c45271397daa297213308b048efbcaf85524f1)), closes [#3](https://github.com/jentic/jentic-arazzo-tools/issues/3)
15
+
16
+ ### Features
17
+
18
+ - implement semantic Arazzo Document parser ([#1](https://github.com/jentic/jentic-arazzo-tools/issues/1)) ([ce65056](https://github.com/jentic/jentic-arazzo-tools/commit/ce650568b1926f65bea1831d91e0fcbd9c44e383))
19
+ - setup lerna monorepo ([15a7363](https://github.com/jentic/jentic-arazzo-tools/commit/15a7363e93c630f8cbe7393cfd808186e6fdf852))
@@ -4368,7 +4368,7 @@ async function Module2(moduleArg = {}) {
4368
4368
  var ENVIRONMENT_IS_NODE = typeof process == "object" && process.versions?.node && process.type != "renderer";
4369
4369
  if (ENVIRONMENT_IS_NODE) {
4370
4370
  const { createRequire } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 19451, 19));
4371
- var require = createRequire("file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js");
4371
+ var require = createRequire("file:///home/runner/work/jentic-arazzo-tools/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js");
4372
4372
  }
4373
4373
  Module.currentQueryProgressCallback = null;
4374
4374
  Module.currentProgressCallback = null;
@@ -4379,7 +4379,7 @@ async function Module2(moduleArg = {}) {
4379
4379
  var quit_ = /* @__PURE__ */ __name((status, toThrow) => {
4380
4380
  throw toThrow;
4381
4381
  }, "quit_");
4382
- var _scriptName = "file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js";
4382
+ var _scriptName = "file:///home/runner/work/jentic-arazzo-tools/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js";
4383
4383
  var scriptDirectory = "";
4384
4384
  function locateFile(path) {
4385
4385
  if (Module["locateFile"]) {