@twin.org/nameof-vitest-plugin 0.0.1 → 0.0.2-next.4

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 +74 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,79 @@
1
1
  # @twin.org/nameof-vitest-plugin - Changelog
2
2
 
3
+ ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/nameof-vitest-plugin-v0.0.2-next.3...nameof-vitest-plugin-v0.0.2-next.4) (2025-08-15)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **nameof-vitest-plugin:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
16
+
17
+ ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/nameof-vitest-plugin-v0.0.2-next.2...nameof-vitest-plugin-v0.0.2-next.3) (2025-08-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
23
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
36
+
37
+ ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/nameof-vitest-plugin-v0.0.2-next.1...nameof-vitest-plugin-v0.0.2-next.2) (2025-08-06)
38
+
39
+
40
+ ### Features
41
+
42
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
43
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * dependencies
55
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
56
+
57
+ ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/nameof-vitest-plugin-v0.0.2-next.0...nameof-vitest-plugin-v0.0.2-next.1) (2025-08-06)
58
+
59
+
60
+ ### Features
61
+
62
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
63
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
76
+
3
77
  ## 0.0.1 (2025-07-03)
4
78
 
5
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nameof-vitest-plugin",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.4",
4
4
  "description": "A Vitest plugin which perform the nameof transformation",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/nameof-transformer": "^0.0.1"
17
+ "@twin.org/nameof-transformer": "0.0.2-next.4"
18
18
  },
19
19
  "main": "./dist/cjs/index.cjs",
20
20
  "module": "./dist/esm/index.mjs",