@twin.org/nameof-transformer 0.0.2-next.8 → 0.0.2-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.
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.
|
|
165
|
+
const version = "0.0.2-next.9"; // x-release-please-version
|
|
166
166
|
/**
|
|
167
167
|
* Exports the factory name.
|
|
168
168
|
* @returns The factory.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
142
|
+
const version = "0.0.2-next.9"; // x-release-please-version
|
|
143
143
|
/**
|
|
144
144
|
* Exports the factory name.
|
|
145
145
|
* @returns The factory.
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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.
|
|
11
|
+
export declare const version = "0.0.2-next.9";
|
|
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.9](https://github.com/twinfoundation/framework/compare/nameof-transformer-v0.0.2-next.8...nameof-transformer-v0.0.2-next.9) (2025-09-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add mnemonic validation ([4b43491](https://github.com/twinfoundation/framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
9
|
+
|
|
3
10
|
## [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
11
|
|
|
5
12
|
|
package/package.json
CHANGED