@twin.org/nameof-vitest-plugin 0.0.1-next.28 → 0.0.1-next.70

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