-
-
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.
chore: release
@proload/[email protected]
- Loading branch information
Nate Moore
committed
Apr 26, 2022
1 parent
232057d
commit b13bed6
Showing
22 changed files
with
66 additions
and
96 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.3.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"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.1-next.0", | ||
"version": "0.2.1", | ||
"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.2-next.0" | ||
"@proload/core": "^0.3.2" | ||
}, | ||
"dependencies": { | ||
"yaml-register": "^0.1.0" | ||
|