@swagger-api/apidom-json-pointer-relative 0.92.0 → 0.94.0

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.94.0](https://github.com/swagger-api/apidom/compare/v0.93.0...v0.94.0) (2024-02-05)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
9
+
10
+ # [0.93.0](https://github.com/swagger-api/apidom/compare/v0.92.0...v0.93.0) (2024-01-23)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
13
+
6
14
  # [0.92.0](https://github.com/swagger-api/apidom/compare/v0.91.0...v0.92.0) (2024-01-12)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
@@ -5,6 +5,10 @@ exports.__esModule = true;
5
5
  exports.default = void 0;
6
6
  var _RelativeJsonPointerError = _interopRequireDefault(require("./RelativeJsonPointerError.cjs"));
7
7
  class CompilationRelativeJsonPointerError extends _RelativeJsonPointerError.default {
8
+ nonNegativeIntegerPrefix;
9
+ indexManipulation;
10
+ jsonPointerTokens;
11
+ hashCharacter;
8
12
  constructor(message, structuredOptions) {
9
13
  super(message, structuredOptions);
10
14
  if (typeof structuredOptions !== 'undefined') {
@@ -5,6 +5,10 @@ exports.__esModule = true;
5
5
  exports.default = void 0;
6
6
  var _RelativeJsonPointerError = _interopRequireDefault(require("./RelativeJsonPointerError.cjs"));
7
7
  class EvaluationRelativeJsonPointerError extends _RelativeJsonPointerError.default {
8
+ relativePointer;
9
+ currentElement;
10
+ rootElement;
11
+ cursorElement;
8
12
  constructor(message, structuredOptions) {
9
13
  super(message, structuredOptions);
10
14
  if (typeof structuredOptions !== 'undefined') {
@@ -5,6 +5,7 @@ exports.__esModule = true;
5
5
  exports.default = void 0;
6
6
  var _RelativeJsonPointerError = _interopRequireDefault(require("./RelativeJsonPointerError.cjs"));
7
7
  class InvalidRelativeJsonPointerError extends _RelativeJsonPointerError.default {
8
+ relativePointer;
8
9
  constructor(message, structuredOptions) {
9
10
  super(message, structuredOptions);
10
11
  if (typeof structuredOptions !== 'undefined') {