create-piral-instance 1.10.2 → 1.10.3-beta.0f49e9f

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 Piral Instance](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-piral-instance.svg?style=flat)](https://www.npmjs.com/package/create-piral-instance) [![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 Piral Instance](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-piral-instance.svg?style=flat)](https://www.npmjs.com/package/create-piral-instance) [![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-piral-instance` is a command-line tool that can also be used via NPM. It should make scaffolding a new Piral instance as simple as possible.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-piral-instance",
3
- "version": "1.10.2",
3
+ "version": "1.10.3-beta.0f49e9f",
4
4
  "description": "The NPM initializer to scaffold a new Piral instance.",
5
5
  "keywords": [
6
6
  "scaffold",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "inquirer": "^12",
42
- "piral-cli": "^1.10.2"
42
+ "piral-cli": "1.10.3-beta.0f49e9f"
43
43
  },
44
- "gitHead": "296a540a6f2af0f39d7e086d7f437ded81a0d256"
44
+ "gitHead": "0f49e9fec58aa0852663222a645f5ab4aa111a4e"
45
45
  }