@steedos/service-pages 3.0.0-beta.21 → 3.0.0-beta.22
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.
|
@@ -3,7 +3,9 @@ const metadataAPI = require('@steedos/metadata-api');
|
|
|
3
3
|
const _ = require('lodash');
|
|
4
4
|
// 使用变量,存储所有资产
|
|
5
5
|
const ASSETS = {};
|
|
6
|
-
const ENV_ASSETS = process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS
|
|
6
|
+
const ENV_ASSETS = process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS
|
|
7
|
+
? process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS.split(",")
|
|
8
|
+
: []
|
|
7
9
|
module.exports = {
|
|
8
10
|
name: "page",
|
|
9
11
|
mixins: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.22",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "e3405681aa4119365e2d4fee40d6b97b4f667f16",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"clone": "^2.1.2",
|
|
14
14
|
"ejs": "^3.1.8"
|