@kasko/fe-manifest-editor
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -41,3 +41,3 @@ (function() { | ||
var net_1 = require("net"); | ||
var config_json_1 = __fusereq(7); | ||
var config_json_1 = __fusereq(4); | ||
var get_active_webapp_1 = __fusereq(3); | ||
@@ -240,5 +240,5 @@ function runApiServer() { | ||
exports.__esModule = true; | ||
var get_env_1 = __fusereq(4); | ||
var get_items_1 = __fusereq(5); | ||
var get_versions_1 = __fusereq(6); | ||
var get_env_1 = __fusereq(5); | ||
var get_items_1 = __fusereq(6); | ||
var get_versions_1 = __fusereq(7); | ||
function getActiveWebapp() { | ||
@@ -271,2 +271,15 @@ const context = process.env.WEBAPP_EDITOR_ROOT_DIR; | ||
4: function(__fusereq, exports, module){ | ||
module.exports = { | ||
"url": { | ||
"api": "http://localhost:5001" | ||
}, | ||
"ports": { | ||
"app": 5000, | ||
"api": 5001, | ||
"hmr": 5002 | ||
} | ||
} | ||
; | ||
}, | ||
5: function(__fusereq, exports, module){ | ||
exports.__esModule = true; | ||
@@ -293,3 +306,3 @@ var dotenv_1 = require("dotenv"); | ||
}, | ||
5: function(__fusereq, exports, module){ | ||
6: function(__fusereq, exports, module){ | ||
exports.__esModule = true; | ||
@@ -320,3 +333,3 @@ var fs_1 = require("fs"); | ||
}, | ||
6: function(__fusereq, exports, module){ | ||
7: function(__fusereq, exports, module){ | ||
exports.__esModule = true; | ||
@@ -338,15 +351,2 @@ var fs_1 = require("fs"); | ||
}, | ||
7: function(__fusereq, exports, module){ | ||
module.exports = { | ||
"url": { | ||
"api": "http://localhost:5001" | ||
}, | ||
"ports": { | ||
"app": 5000, | ||
"api": 5001, | ||
"hmr": 5002 | ||
} | ||
} | ||
; | ||
}, | ||
8: function(__fusereq, exports, module){ | ||
@@ -353,0 +353,0 @@ exports.__esModule = true; |
[ | ||
{ | ||
"absPath": "/home/circleci/project/dist/app/app.023dd37d9.js", | ||
"browserPath": "/app.023dd37d9.js", | ||
"relativePath": "app.023dd37d9.js", | ||
"absPath": "/home/circleci/project/dist/app/app.064045dc3.js", | ||
"browserPath": "/app.064045dc3.js", | ||
"relativePath": "app.064045dc3.js", | ||
"type": "js", | ||
@@ -17,5 +17,5 @@ "webIndexed": true | ||
{ | ||
"absPath": "/home/circleci/project/dist/app/styles/styles.355c5b00.css", | ||
"browserPath": "/styles/styles.355c5b00.css", | ||
"relativePath": "styles/styles.355c5b00.css", | ||
"absPath": "/home/circleci/project/dist/app/styles/styles.3a213900.css", | ||
"browserPath": "/styles/styles.3a213900.css", | ||
"relativePath": "styles/styles.3a213900.css", | ||
"type": "css", | ||
@@ -25,5 +25,5 @@ "webIndexed": true | ||
{ | ||
"absPath": "/home/circleci/project/dist/app/dynamic/dark.theme.2e5fa2e7.js", | ||
"browserPath": "/dynamic/dark.theme.2e5fa2e7.js", | ||
"relativePath": "dynamic/dark.theme.2e5fa2e7.js", | ||
"absPath": "/home/circleci/project/dist/app/dynamic/dark.theme.18bb1c7d.js", | ||
"browserPath": "/dynamic/dark.theme.18bb1c7d.js", | ||
"relativePath": "dynamic/dark.theme.18bb1c7d.js", | ||
"type": "js", | ||
@@ -33,5 +33,5 @@ "webIndexed": false | ||
{ | ||
"absPath": "/home/circleci/project/dist/app/dynamic/light.theme.2e5fa2e7.js", | ||
"browserPath": "/dynamic/light.theme.2e5fa2e7.js", | ||
"relativePath": "dynamic/light.theme.2e5fa2e7.js", | ||
"absPath": "/home/circleci/project/dist/app/dynamic/light.theme.18bb1c7d.js", | ||
"browserPath": "/dynamic/light.theme.18bb1c7d.js", | ||
"relativePath": "dynamic/light.theme.18bb1c7d.js", | ||
"type": "js", | ||
@@ -38,0 +38,0 @@ "webIndexed": false |
{ | ||
"name": "@kasko/fe-manifest-editor", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "KASKO Frontend webapp manifest editor", | ||
@@ -40,3 +40,3 @@ "main": "dist/api/index.js", | ||
"eslint-config-kasko-typescript-base": "^1.2.0", | ||
"fuse-box": "^4.0.0-next.439", | ||
"fuse-box": "^4.0.0", | ||
"jest": "^26.0.1", | ||
@@ -43,0 +43,0 @@ "jest-environment-jsdom-sixteen": "^1.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
547855
16