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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
2
2
 
3
- # [Create Pilet](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/create-pilet.svg?style=flat)](https://www.npmjs.com/package/create-pilet) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t)
3
+ # [Create Pilet](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/create-pilet.svg?style=flat)](https://www.npmjs.com/package/create-pilet) [![tested with vitest](https://img.shields.io/badge/tested_with-vitest-99424f.svg)](https://vitest.dev/) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](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.2",
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": "^1.10.2"
41
+ "piral-cli": "1.10.3-beta.04d3bdb"
42
42
  },
43
- "gitHead": "296a540a6f2af0f39d7e086d7f437ded81a0d256"
43
+ "gitHead": "04d3bdb90824e6b1da4e12eb20a6700cbfb84ec8"
44
44
  }