@twin.org/tools-core 0.0.2-next.3 → 0.0.2-next.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.
@@ -5,7 +5,7 @@ var core = require('@twin.org/core');
5
5
  // Copyright 2024 IOTA Stiftung.
6
6
  // SPDX-License-Identifier: Apache-2.0.
7
7
  /**
8
- * Helper class for JSON Schema processing. It provides methods to process arrays and clean up type names.
8
+ * Helper class for JSON Schema processing.
9
9
  */
10
10
  class JsonSchemaHelper {
11
11
  /**
@@ -3,7 +3,7 @@ import { Is, ArrayHelper } from '@twin.org/core';
3
3
  // Copyright 2024 IOTA Stiftung.
4
4
  // SPDX-License-Identifier: Apache-2.0.
5
5
  /**
6
- * Helper class for JSON Schema processing. It provides methods to process arrays and clean up type names.
6
+ * Helper class for JSON Schema processing.
7
7
  */
8
8
  class JsonSchemaHelper {
9
9
  /**
@@ -1,6 +1,6 @@
1
1
  import type { IJsonSchema } from "../models/IJsonSchema";
2
2
  /**
3
- * Helper class for JSON Schema processing. It provides methods to process arrays and clean up type names.
3
+ * Helper class for JSON Schema processing.
4
4
  */
5
5
  export declare class JsonSchemaHelper {
6
6
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.2-next.4](https://github.com/twinfoundation/tools/compare/tools-core-v0.0.2-next.3...tools-core-v0.0.2-next.4) (2025-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update framework core ([559cb98](https://github.com/twinfoundation/tools/commit/559cb98612c05a05458b37462cda806b9591b18a))
9
+
3
10
  ## [0.0.2-next.3](https://github.com/twinfoundation/tools/compare/tools-core-v0.0.2-next.2...tools-core-v0.0.2-next.3) (2025-08-05)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  # Class: JsonSchemaHelper
2
2
 
3
- Helper class for JSON Schema processing. It provides methods to process arrays and clean up type names.
3
+ Helper class for JSON Schema processing.
4
4
 
5
5
  ## Constructors
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/tools-core",
3
- "version": "0.0.2-next.3",
3
+ "version": "0.0.2-next.4",
4
4
  "description": "Shared components for the tools",
5
5
  "repository": {
6
6
  "type": "git",