@jentic/arazzo-resolver 1.0.0-alpha.3 → 1.0.0-alpha.4

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,12 @@
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.4](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2026-01-31)
7
+
8
+ ### Features
9
+
10
+ - **parser:** add unified options interface & retrievalURI meta ([#16](https://github.com/jentic/jentic-arazzo-tools/issues/16)) ([2d6c3b3](https://github.com/jentic/jentic-arazzo-tools/commit/2d6c3b37f3246bc5ad775c30b508607119c9eb50))
11
+ - **resolver:** add dereferencing support for Arazzo Document fragments ([#21](https://github.com/jentic/jentic-arazzo-tools/issues/21)) ([868dc43](https://github.com/jentic/jentic-arazzo-tools/commit/868dc434b51f6247ca102fae7422a85a0e545d09))
12
+ - **resolver:** add dereferencing support for entry Arazzo Document ([#15](https://github.com/jentic/jentic-arazzo-tools/issues/15)) ([cf016ed](https://github.com/jentic/jentic-arazzo-tools/commit/cf016ed9130f08aac87bbb94b0e45e80c27f8fc3))
@@ -6219,7 +6219,7 @@ async function Module2(moduleArg = {}) {
6219
6219
  var ENVIRONMENT_IS_NODE = typeof process == "object" && process.versions?.node && process.type != "renderer";
6220
6220
  if (ENVIRONMENT_IS_NODE) {
6221
6221
  const { createRequire } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 19451, 19));
6222
- var require = createRequire("file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js");
6222
+ var require = createRequire("file:///home/runner/work/jentic-arazzo-tools/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js");
6223
6223
  }
6224
6224
  Module.currentQueryProgressCallback = null;
6225
6225
  Module.currentProgressCallback = null;
@@ -6230,7 +6230,7 @@ async function Module2(moduleArg = {}) {
6230
6230
  var quit_ = /* @__PURE__ */ __name((status, toThrow) => {
6231
6231
  throw toThrow;
6232
6232
  }, "quit_");
6233
- var _scriptName = "file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js";
6233
+ var _scriptName = "file:///home/runner/work/jentic-arazzo-tools/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js";
6234
6234
  var scriptDirectory = "";
6235
6235
  function locateFile(path) {
6236
6236
  if (Module["locateFile"]) {