@twin.org/nameof 0.10.0 → 0.10.1-next.1

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.
Files changed (2) hide show
  1. package/docs/changelog.md +20 -0
  2. package/package.json +1 -1
package/docs/changelog.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.1-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.10.1-next.0...nameof-v0.10.1-next.1) (2026-09-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
9
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * devDependencies
21
+ * @twin.org/nameof-transformer bumped from 0.10.1-next.0 to 0.10.1-next.1
22
+
3
23
  ## [0.10.0](https://github.com/iotaledger/twin-framework/compare/nameof-v0.10.0...nameof-v0.10.0) (2026-09-16)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nameof",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-next.1",
4
4
  "description": "The definitions for the methods which are processed by the nameof-transformer",
5
5
  "repository": {
6
6
  "type": "git",