piral-cli 0.15.3-beta.4970 → 0.15.3-beta.4989
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Right now the following generic plugins exist:
|
|
|
21
21
|
- [**piral-cli-local-feed**](https://github.com/FlorianRappl/piral-cli-local-feed), provides the ability to start a local feed service
|
|
22
22
|
- [**piral-cli-dotenv**](https://github.com/FlorianRappl/piral-cli-dotenv), provides the ability to easily integrate environment variables
|
|
23
23
|
|
|
24
|
-
Also the following bundler plugin exists (bringing build
|
|
24
|
+
Also the following bundler plugin exists (bringing build/debug capabilities):
|
|
25
25
|
|
|
26
26
|
- [**piral-cli-parcel**](https://github.com/smapiot/piral-cli-parcel), provides an integration for Parcel (v1) as a bundler
|
|
27
27
|
- [**piral-cli-parcel2**](https://github.com/smapiot/piral-cli-parcel2), provides an integration for Parcel (v2) as a bundler
|
|
@@ -77,7 +77,7 @@ module.exports = function (cliApi) {
|
|
|
77
77
|
|
|
78
78
|
The resolution for plugins is as follows:
|
|
79
79
|
|
|
80
|
-
1. Take the plugins from the local project (`piral-cli` must be installed
|
|
80
|
+
1. Take the plugins from the local project (`piral-cli` must be installed/run locally)
|
|
81
81
|
2. Take the plugins from the global modules
|
|
82
82
|
|
|
83
83
|
Plugins are never loaded twice. Local versions have precedence.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-cli",
|
|
3
|
-
"version": "0.15.3-beta.
|
|
3
|
+
"version": "0.15.3-beta.4989",
|
|
4
4
|
"description": "The standard CLI for creating and building a Piral instance or a Pilet.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portal",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"typescript": "^4.0.0",
|
|
81
81
|
"yargs": "^15.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "57af209be93d79b5bbf2996f2c3b55fdd8e1e2d1"
|
|
84
84
|
}
|