@twin.org/nameof-transformer 0.0.1-next.8 → 0.0.1-next.9

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.
@@ -173,7 +173,7 @@ const factory = () => transformerFactory;
173
173
  * Exports the factory version.
174
174
  * @returns The factory.
175
175
  */
176
- const version = "0.0.1-next.8";
176
+ const version = "0.0.1-next.9";
177
177
  /**
178
178
  * Exports the factory name.
179
179
  * @returns The factory.
@@ -150,7 +150,7 @@ const factory = () => transformerFactory;
150
150
  * Exports the factory version.
151
151
  * @returns The factory.
152
152
  */
153
- const version = "0.0.1-next.8";
153
+ const version = "0.0.1-next.9";
154
154
  /**
155
155
  * Exports the factory name.
156
156
  * @returns The factory.
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/nameof-transformer - Changelog
2
2
 
3
- ## v0.0.1-next.8
3
+ ## v0.0.1-next.9
4
4
 
5
5
  - Initial Release
@@ -1,5 +1,5 @@
1
1
  # Variable: version
2
2
 
3
- > `const` **version**: `"0.0.1-next.8"` = `"0.0.1-next.8"`
3
+ > `const` **version**: `"0.0.1-next.9"` = `"0.0.1-next.9"`
4
4
 
5
5
  Exports the factory version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nameof-transformer",
3
- "version": "0.0.1-next.8",
3
+ "version": "0.0.1-next.9",
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",