-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
53 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typescript-nameof/babel", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "Allows the use of `nameof()` calls in babel projects.", | ||
"author": "Manuel Thalmann <[email protected]>", | ||
|
@@ -45,8 +45,8 @@ | |
"@babel/generator": "^7.22.15", | ||
"@types/babel__core": "^7.20.1", | ||
"@types/babel-plugin-macros": "^3.1.0", | ||
"@typescript-nameof/common": "^0.0.4", | ||
"@typescript-nameof/common-types": "^0.0.4" | ||
"@typescript-nameof/common": "^0.0.5", | ||
"@typescript-nameof/common-types": "^0.0.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
|
@@ -56,7 +56,7 @@ | |
"@types/babel__generator": "^7.6.4", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/mocha": "^10.0.1", | ||
"@typescript-nameof/test": "^0.0.4", | ||
"@typescript-nameof/test": "^0.0.5", | ||
"babel-plugin-macros": "^3.1.0", | ||
"copyfiles": "^2.4.1", | ||
"fs-extra": "^11.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typescript-nameof/common-types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "Provides Common Types for TypeScript `nameof` Packages.", | ||
"author": "Manuel Thalmann <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typescript-nameof/common", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "Provides Core Functionalities for TypeScript `nameof` Packages.", | ||
"author": "Manuel Thalmann <[email protected]>", | ||
|
@@ -33,8 +33,8 @@ | |
"@types/lodash.clonedeep": "^4.5.7", | ||
"@types/mocha": "^10.0.1", | ||
"@types/sinon": "^10.0.16", | ||
"@typescript-nameof/nameof": "^0.0.4", | ||
"@typescript-nameof/test": "^0.0.4", | ||
"@typescript-nameof/nameof": "^0.0.5", | ||
"@typescript-nameof/test": "^0.0.5", | ||
"copyfiles": "^2.4.1", | ||
"lodash.clonedeep": "^4.5.0", | ||
"sinon": "^15.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typescript-nameof/nameof", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "Allows the use of `nameof()` calls in TypeScript projects.", | ||
"author": "Manuel Thalmann <[email protected]>", | ||
|
@@ -37,7 +37,7 @@ | |
"test": "tsd && mocha" | ||
}, | ||
"dependencies": { | ||
"@typescript-nameof/common": "^0.0.4", | ||
"@typescript-nameof/common": "^0.0.5", | ||
"fs-extra": "^11.1.1", | ||
"globby": "^13.2.2", | ||
"ts-patch": "^3.0.2" | ||
|
@@ -49,7 +49,7 @@ | |
"@tsd/typescript": "npm:nop@^1.0.0", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/mocha": "^10.0.1", | ||
"@typescript-nameof/test": "^0.0.4", | ||
"@typescript-nameof/test": "^0.0.5", | ||
"copyfiles": "^2.4.1", | ||
"ts-jest": "^29.1.1", | ||
"ts-morph": "^19.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": true, | ||
"scripts": {}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typescript-nameof/types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "Provides type declarations for the use of the TypeScript `nameof` project.", | ||
"author": "Manuel Thalmann <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"test": "tsd" | ||
}, | ||
"dependencies": { | ||
"@typescript-nameof/common-types": "^0.0.4" | ||
"@typescript-nameof/common-types": "^0.0.5" | ||
}, | ||
"devDependencies": { | ||
"copyfiles": "^2.4.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": true, | ||
"scripts": {}, | ||
"dependencies": { | ||
|