-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5cbbe02
commit 6376e3b
Showing
17 changed files
with
73 additions
and
16 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
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
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": "@proload/plugin-dotfile", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support files with a leading dot", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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": "@proload/plugin-json", | ||
"version": "0.3.0", | ||
"version": "0.3.1-next.0", | ||
"description": "A proload plugin to support .json and .jsonc files", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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": "@proload/plugin-kdl", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support .kdl files", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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": "@proload/plugin-rc", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support '[namespace]rc' files", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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": "@proload/plugin-tsm", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support TypeScript files using TSM", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"dependencies": { | ||
"tsm": "^2.1.4" | ||
|
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": "@proload/plugin-typescript", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support TypeScript files", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"dependencies": { | ||
"@swc-node/register": "^1.3.7", | ||
|
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": "@proload/plugin-yaml", | ||
"version": "0.2.0", | ||
"version": "0.2.1-next.0", | ||
"description": "A proload plugin to support YAML files", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
|
@@ -19,7 +19,7 @@ | |
], | ||
"author": "Nate Moore <[email protected]>", | ||
"peerDependencies": { | ||
"@proload/core": "^0.3.0" | ||
"@proload/core": "^0.3.2-next.0" | ||
}, | ||
"dependencies": { | ||
"yaml-register": "^0.1.0" | ||
|