@twin.org/nameof 0.0.1-next.1 → 0.0.1-next.3
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/docs/changelog.md +1 -1
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/nameof",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.3",
|
|
4
4
|
"description": "Provides the definitions for the methods which are processed by the nameof-transformer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@twin.org/nameof-transformer": "0.0.1-next.
|
|
30
|
+
"@twin.org/nameof-transformer": "0.0.1-next.3",
|
|
31
31
|
"@vitest/coverage-v8": "2.1.1",
|
|
32
32
|
"copyfiles": "2.4.1",
|
|
33
33
|
"rimraf": "6.0.1",
|