@appsemble/cli 0.29.5 → 0.29.6
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 +4 -4
- package/package.json +6 -6
- package/server/options/getCsp.js +2 -1
- package/templates/apps/empty/app-definition.yaml +2 -2
- package/templates/blocks/mini-jsx/package.json +1 -1
- package/templates/blocks/preact/package.json +2 -2
- package/templates/blocks/vanilla/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
#  Appsemble CLI
|
|
2
2
|
|
|
3
3
|
> Manage apps and blocks from the command line.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@appsemble/cli)
|
|
6
|
-
[](https://gitlab.com/appsemble/appsemble/-/releases/0.29.6)
|
|
7
7
|
[](https://prettier.io)
|
|
8
8
|
|
|
9
9
|
## Table of Contents
|
|
@@ -199,7 +199,7 @@ appsemble app import <path-of-zip-file> --organization <organizationId>
|
|
|
199
199
|
```
|
|
200
200
|
|
|
201
201
|
For a more in depth explanation of how to build apps, use our
|
|
202
|
-
[app building guide](https://appsemble.app/docs/
|
|
202
|
+
[app building guide](https://appsemble.app/docs/02-guides).
|
|
203
203
|
|
|
204
204
|
### Blocks
|
|
205
205
|
|
|
@@ -323,5 +323,5 @@ appsemble run-cronjobs --interval 30
|
|
|
323
323
|
|
|
324
324
|
## License
|
|
325
325
|
|
|
326
|
-
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.29.
|
|
326
|
+
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.29.6/LICENSE.md) ©
|
|
327
327
|
[Appsemble](https://appsemble.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appsemble/cli",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.6",
|
|
4
4
|
"description": "The CLI for developing with Appsemble apps and blocks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"test": "vitest"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@appsemble/node-utils": "0.29.
|
|
46
|
-
"@appsemble/types": "0.29.
|
|
47
|
-
"@appsemble/utils": "0.29.
|
|
45
|
+
"@appsemble/node-utils": "0.29.6",
|
|
46
|
+
"@appsemble/types": "0.29.6",
|
|
47
|
+
"@appsemble/utils": "0.29.6",
|
|
48
48
|
"@fortawesome/fontawesome-common-types": "^6.0.0",
|
|
49
49
|
"@koa/cors": "^4.0.0",
|
|
50
50
|
"@odata/parser": "^0.2.0",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"yargs": "^17.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@appsemble/types": "0.29.
|
|
91
|
-
"@appsemble/server": "0.29.
|
|
90
|
+
"@appsemble/types": "0.29.6",
|
|
91
|
+
"@appsemble/server": "0.29.6",
|
|
92
92
|
"bcrypt": "^5.0.0",
|
|
93
93
|
"axios-test-instance": "^7.0.0",
|
|
94
94
|
"@types/concat-stream": "^2.0.0",
|
package/server/options/getCsp.js
CHANGED
|
@@ -7,7 +7,8 @@ export function getCsp({ host, nonce, settingsHash }) {
|
|
|
7
7
|
'media-src': ['*', 'blob:', 'data:', host],
|
|
8
8
|
'style-src': ["'self'", "'unsafe-inline'", 'https://fonts.googleapis.com'],
|
|
9
9
|
'font-src': ['*', 'data:'],
|
|
10
|
-
'frame-src': ["'self'", '*.vimeo.com', '*.youtube.com', '*.weseedo.nl'],
|
|
10
|
+
'frame-src': ["'self'", 'blob:', '*.vimeo.com', '*.youtube.com', '*.weseedo.nl'],
|
|
11
|
+
'object-src': ["'self'", 'data:', 'blob:'],
|
|
11
12
|
};
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=getCsp.js.map
|
|
@@ -6,7 +6,7 @@ pages:
|
|
|
6
6
|
- name: Example Page A
|
|
7
7
|
blocks:
|
|
8
8
|
- type: action-button
|
|
9
|
-
version: 0.29.
|
|
9
|
+
version: 0.29.6
|
|
10
10
|
parameters:
|
|
11
11
|
icon: arrow-right
|
|
12
12
|
actions:
|
|
@@ -17,7 +17,7 @@ pages:
|
|
|
17
17
|
- name: Example Page B
|
|
18
18
|
blocks:
|
|
19
19
|
- type: action-button
|
|
20
|
-
version: 0.29.
|
|
20
|
+
version: 0.29.6
|
|
21
21
|
parameters:
|
|
22
22
|
icon: arrow-left
|
|
23
23
|
actions:
|