@twin.org/nameof-transformer 0.0.1 → 0.0.2-next.11

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.1"; // x-release-please-version
165
+ const version = "0.0.2-next.11"; // 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.1"; // x-release-please-version
142
+ const version = "0.0.2-next.11"; // 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.1";
11
+ export declare const version = "0.0.2-next.11";
12
12
  /**
13
13
  * Exports the factory name.
14
14
  * @returns The factory.
package/docs/changelog.md CHANGED
@@ -1,5 +1,101 @@
1
1
  # @twin.org/nameof-transformer - Changelog
2
2
 
3
+ ## [0.0.2-next.11](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.10...nameof-transformer-v0.0.2-next.11) (2025-09-15)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **nameof-transformer:** Synchronize repo versions
9
+
10
+ ## [0.0.2-next.10](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.9...nameof-transformer-v0.0.2-next.10) (2025-09-11)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **nameof-transformer:** Synchronize repo versions
16
+
17
+ ## [0.0.2-next.9](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.8...nameof-transformer-v0.0.2-next.9) (2025-09-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * add mnemonic validation ([4b43491](https://github.com/twinfoundation/framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
23
+
24
+ ## [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * add Is.class method ([4988205](https://github.com/twinfoundation/framework/commit/498820543e256a130b4888c958fe1d87ca865d7f))
30
+
31
+ ## [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)
32
+
33
+
34
+ ### Features
35
+
36
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
37
+
38
+ ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.5...nameof-transformer-v0.0.2-next.6) (2025-08-27)
39
+
40
+
41
+ ### Features
42
+
43
+ * provide module helper override ([e998a64](https://github.com/twinfoundation/framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
44
+
45
+ ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.4...nameof-transformer-v0.0.2-next.5) (2025-08-19)
46
+
47
+
48
+ ### Features
49
+
50
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
51
+
52
+ ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.3...nameof-transformer-v0.0.2-next.4) (2025-08-15)
53
+
54
+
55
+ ### Features
56
+
57
+ * additional RSA methods and async ([1fceee2](https://github.com/twinfoundation/framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
58
+
59
+ ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.2...nameof-transformer-v0.0.2-next.3) (2025-08-06)
60
+
61
+
62
+ ### Features
63
+
64
+ * add RSA support for public key components ([7126259](https://github.com/twinfoundation/framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
65
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
66
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
72
+
73
+ ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.1...nameof-transformer-v0.0.2-next.2) (2025-08-06)
74
+
75
+
76
+ ### Features
77
+
78
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
79
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
85
+
86
+ ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.0...nameof-transformer-v0.0.2-next.1) (2025-08-06)
87
+
88
+
89
+ ### Features
90
+
91
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
92
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
98
+
3
99
  ## 0.0.1 (2025-07-03)
4
100
 
5
101
 
@@ -1,6 +1,6 @@
1
1
  # Variable: version
2
2
 
3
- > `const` **version**: `"0.0.1"` = `"0.0.1"`
3
+ > `const` **version**: `"0.0.2-next.11"` = `"0.0.2-next.11"`
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.1",
3
+ "version": "0.0.2-next.11",
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",
@@ -14,7 +14,7 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "typescript": "5.8.3"
17
+ "typescript": "5.9.2"
18
18
  },
19
19
  "main": "./dist/cjs/index.cjs",
20
20
  "module": "./dist/esm/index.mjs",