appsemble 0.34.2 → 0.34.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.34.2/config/assets/logo.svg) Appsemble
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.34.4/config/assets/logo.svg) Appsemble
2
2
 
3
3
  > Quickly run Appsemble CLI using `npx`
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/appsemble)](https://www.npmjs.com/package/appsemble)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.34.2/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.34.2)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.34.4/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.34.4)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -30,5 +30,5 @@ For more information, see [`@appsemble/cli`](https://www.npmjs.com/package/@apps
30
30
 
31
31
  ## License
32
32
 
33
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.34.2/LICENSE.md) ©
33
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.34.4/LICENSE.md) ©
34
34
  [Appsemble](https://appsemble.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appsemble",
3
- "version": "0.34.2",
3
+ "version": "0.34.4",
4
4
  "description": "A simple wrapper for @appsemble/cli",
5
5
  "keywords": [
6
6
  "app",
@@ -36,6 +36,6 @@
36
36
  "test": "vitest"
37
37
  },
38
38
  "dependencies": {
39
- "@appsemble/cli": "0.34.2"
39
+ "@appsemble/cli": "0.34.4"
40
40
  }
41
41
  }