create-pilet 1.10.2 → 1.10.3-beta.04d3bdb
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Create Pilet](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/create-pilet) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/create-pilet) [](https://vitest.dev/) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
`create-pilet` is a command-line tool that can also be used via NPM. It should make scaffolding a pilet as simple as possible.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-pilet",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3-beta.04d3bdb",
|
|
4
4
|
"description": "The NPM initializer to scaffold a new pilet for an existing Piral instance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"scaffold",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"inquirer": "^12",
|
|
41
|
-
"piral-cli": "
|
|
41
|
+
"piral-cli": "1.10.3-beta.04d3bdb"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "04d3bdb90824e6b1da4e12eb20a6700cbfb84ec8"
|
|
44
44
|
}
|