appsemble 0.38.2-test.0 → 0.39.1
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
#  Appsemble
|
|
2
2
|
|
|
3
3
|
> Quickly run Appsemble CLI using `npx`
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/appsemble)
|
|
6
|
-
[](https://gitlab.com/appsemble/appsemble/-/releases/0.39.1)
|
|
7
7
|
[](https://prettier.io)
|
|
8
8
|
|
|
9
9
|
## Table of Contents
|
|
@@ -31,5 +31,5 @@ For more information, see [`@appsemble/cli`](https://www.npmjs.com/package/@apps
|
|
|
31
31
|
|
|
32
32
|
## License
|
|
33
33
|
|
|
34
|
-
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.
|
|
34
|
+
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.39.1/LICENSE.md) ©
|
|
35
35
|
[Appsemble](https://appsemble.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appsemble",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.1",
|
|
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.
|
|
39
|
+
"@appsemble/cli": "0.39.1"
|
|
40
40
|
}
|
|
41
41
|
}
|