@taqueria/plugin-core 0.25.19-rc → 0.25.21-rc
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 +0 -3
- package/_readme.eta +0 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,9 +9,6 @@ The Core plugin provides core utility tasks that assist the user in various ways
|
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
|
-
> ### :page_with_curl: Note
|
|
13
|
-
> This plugin should be automatically installed upon executing the `taq init` or `taq scaffold` tasks
|
|
14
|
-
|
|
15
12
|
To install the Core plugin on a Taqueria project, navigate to the project folder and run:
|
|
16
13
|
```shell
|
|
17
14
|
taq install @taqueria/plugin-core
|
package/_readme.eta
CHANGED
|
@@ -11,10 +11,6 @@ The Core plugin provides core utility tasks that assist the user in various ways
|
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
|
-
<%~ it.noteOpenAdmonition %>
|
|
15
|
-
This plugin should be automatically installed upon executing the `taq init` or `taq scaffold` tasks
|
|
16
|
-
<%= it.closeAdmonition %>
|
|
17
|
-
|
|
18
14
|
To install the Core plugin on a Taqueria project, navigate to the project folder and run:
|
|
19
15
|
```shell
|
|
20
16
|
taq install @taqueria/plugin-core
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-core",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.21-rc",
|
|
4
4
|
"description": "A taqueria plugin for core tasks",
|
|
5
5
|
"targets": {
|
|
6
6
|
"default": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^4.7.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@taqueria/node-sdk": "^0.25.
|
|
46
|
+
"@taqueria/node-sdk": "^0.25.21-rc"
|
|
47
47
|
},
|
|
48
48
|
"tsup": {
|
|
49
49
|
"entry": [
|