create-appsemble 0.30.14-test.3 → 0.30.14-test.4

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 CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.30.14-test.3/config/assets/logo.svg) Appsemble Create
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.30.14-test.4/config/assets/logo.svg) Appsemble Create
2
2
 
3
3
  > Bootstrap an Appsemble project
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/create-appsemble)](https://www.npmjs.com/package/create-appsemble)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.30.14-test.3/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.30.14-test.3)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.30.14-test.4/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.30.14-test.4)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -23,5 +23,5 @@ npm init appsemble
23
23
 
24
24
  ## License
25
25
 
26
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.30.14-test.3/LICENSE.md) ©
26
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.30.14-test.4/LICENSE.md) ©
27
27
  [Appsemble](https://appsemble.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-appsemble",
3
- "version": "0.30.14-test.3",
3
+ "version": "0.30.14-test.4",
4
4
  "description": "Bootstrap an Appsemble project",
5
5
  "keywords": [
6
6
  "app",
@@ -39,8 +39,8 @@
39
39
  "test": "vitest"
40
40
  },
41
41
  "dependencies": {
42
- "@appsemble/node-utils": "0.30.14-test.3",
43
- "@appsemble/types": "0.30.14-test.3",
42
+ "@appsemble/node-utils": "0.30.14-test.4",
43
+ "@appsemble/types": "0.30.14-test.4",
44
44
  "inquirer": "^9.0.0",
45
45
  "type-fest": "^4.0.0",
46
46
  "yaml": "^2.0.0"
@@ -49,6 +49,6 @@
49
49
  "@types/inquirer": "^9.0.0"
50
50
  },
51
51
  "engines": {
52
- "node": ">=18"
52
+ "node": ">=20"
53
53
  }
54
54
  }
@@ -1,3 +0,0 @@
1
- <!--- 'You can use this file to give users and contributors an overview of the organization.'
2
- 'For more information please check `https://gitlab.com/appsemble/apps/template`.'
3
- -->