@twin.org/nameof-transformer 0.0.2-next.7 → 0.0.2-next.8

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.
@@ -162,7 +162,7 @@ const factory = () => transformerFactory;
162
162
  * Exports the factory version.
163
163
  * @returns The factory.
164
164
  */
165
- const version = "0.0.2-next.7"; // x-release-please-version
165
+ const version = "0.0.2-next.8"; // x-release-please-version
166
166
  /**
167
167
  * Exports the factory name.
168
168
  * @returns The factory.
@@ -139,7 +139,7 @@ const factory = () => transformerFactory;
139
139
  * Exports the factory version.
140
140
  * @returns The factory.
141
141
  */
142
- const version = "0.0.2-next.7"; // x-release-please-version
142
+ const version = "0.0.2-next.8"; // x-release-please-version
143
143
  /**
144
144
  * Exports the factory name.
145
145
  * @returns The factory.
@@ -8,7 +8,7 @@ export declare const factory: () => ts.TransformerFactory<ts.Node>;
8
8
  * Exports the factory version.
9
9
  * @returns The factory.
10
10
  */
11
- export declare const version = "0.0.2-next.7";
11
+ export declare const version = "0.0.2-next.8";
12
12
  /**
13
13
  * Exports the factory name.
14
14
  * @returns The factory.
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/nameof-transformer - Changelog
2
2
 
3
+ ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.7...nameof-transformer-v0.0.2-next.8) (2025-09-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Is.class method ([4988205](https://github.com/twinfoundation/framework/commit/498820543e256a130b4888c958fe1d87ca865d7f))
9
+
3
10
  ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.6...nameof-transformer-v0.0.2-next.7) (2025-08-29)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  # Variable: version
2
2
 
3
- > `const` **version**: `"0.0.2-next.7"` = `"0.0.2-next.7"`
3
+ > `const` **version**: `"0.0.2-next.8"` = `"0.0.2-next.8"`
4
4
 
5
5
  Exports the factory version.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nameof-transformer",
3
- "version": "0.0.2-next.7",
3
+ "version": "0.0.2-next.8",
4
4
  "description": "A TypeScript transformer which converts types and properties to their actual name for use at runtime",
5
5
  "repository": {
6
6
  "type": "git",