@swagger-api/apidom-json-pointer 1.10.0 → 1.10.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 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
+ ## [1.10.2](https://github.com/swagger-api/apidom/compare/v1.10.1...v1.10.2) (2026-04-13)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-json-pointer
9
+
10
+ ## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-json-pointer
13
+
6
14
  # [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-json-pointer
@@ -4244,7 +4244,7 @@
4244
4244
  * @name has
4245
4245
  * @memberOf SetCache
4246
4246
  * @param {*} value The value to search for.
4247
- * @returns {number} Returns `true` if `value` is found, else `false`.
4247
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
4248
4248
  */
4249
4249
 
4250
4250
  var _setCacheHas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-json-pointer",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "Evaluate JSON Pointer expressions against ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -50,8 +50,8 @@
50
50
  "license": "Apache-2.0",
51
51
  "dependencies": {
52
52
  "@babel/runtime-corejs3": "^7.26.10",
53
- "@swagger-api/apidom-core": "^1.10.0",
54
- "@swagger-api/apidom-error": "^1.10.0",
53
+ "@swagger-api/apidom-core": "^1.10.2",
54
+ "@swagger-api/apidom-error": "^1.10.2",
55
55
  "@swaggerexpert/json-pointer": "^2.10.1"
56
56
  },
57
57
  "files": [
@@ -64,5 +64,5 @@
64
64
  "README.md",
65
65
  "CHANGELOG.md"
66
66
  ],
67
- "gitHead": "c72e92fc541b7df2b92335a0f2df147eb7b9b945"
67
+ "gitHead": "0d5f18c07ff1c52d406c8af97948de0e5654aa38"
68
68
  }