@swagger-api/apidom-json-pointer-relative 1.10.0 → 1.10.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
@@ -3,6 +3,10 @@
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
+ ## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
9
+
6
10
  # [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
@@ -9396,7 +9396,7 @@
9396
9396
  * @name has
9397
9397
  * @memberOf SetCache
9398
9398
  * @param {*} value The value to search for.
9399
- * @returns {number} Returns `true` if `value` is found, else `false`.
9399
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
9400
9400
  */
9401
9401
 
9402
9402
  var _setCacheHas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-json-pointer-relative",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Evaluate Relative JSON Pointer expressions against ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "^7.26.10",
41
- "@swagger-api/apidom-core": "^1.10.0",
42
- "@swagger-api/apidom-error": "^1.10.0",
43
- "@swagger-api/apidom-json-pointer": "^1.10.0",
41
+ "@swagger-api/apidom-core": "^1.10.1",
42
+ "@swagger-api/apidom-error": "^1.10.1",
43
+ "@swagger-api/apidom-json-pointer": "^1.10.1",
44
44
  "@types/ramda": "~0.30.0",
45
45
  "ramda": "~0.30.0",
46
46
  "ramda-adjunct": "^5.0.0"
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "c72e92fc541b7df2b92335a0f2df147eb7b9b945"
58
+ "gitHead": "156d40b3dc9f84a5e6bc77b27717a06dd0e2090b"
59
59
  }