@scifeon/sdk 0.113.0 → 0.115.0
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/dist/{sdk/src/app → app}/app-generator.js +3 -3
- package/package.json +4 -3
- /package/dist/{core/src/types/plugins/action → _core-types}/action-target.d.ts +0 -0
- /package/dist/{core/src/types/plugins/action → _core-types}/action-target.js +0 -0
- /package/dist/{core/src/types/plugins/common/enums → _core-types}/page-types.d.ts +0 -0
- /package/dist/{core/src/types/plugins/common/enums → _core-types}/page-types.js +0 -0
- /package/dist/{core/src/types/plugins/common/enums → _core-types}/plugin-types.d.ts +0 -0
- /package/dist/{core/src/types/plugins/common/enums → _core-types}/plugin-types.js +0 -0
- /package/dist/{sdk/src/app → app}/app-generator.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/app-persist.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/app-persist.js +0 -0
- /package/dist/{sdk/src/app → app}/app-validator.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/app-validator.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/app-json.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/app-json.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/app-type.enum.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/app-type.enum.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/contributions-json.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/contributions-json.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/main-menu.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/main-menu.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/menu-item.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/menu-item.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/page-menu-item.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/page-menu-item.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/page-menu.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/contributions/page-menu.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/package-json.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/package-json.interface.js +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/webpack-config.interface.d.ts +0 -0
- /package/dist/{sdk/src/app → app}/interfaces/webpack-config.interface.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/build.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/build.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/clean.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/clean.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/debug.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/debug.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/e2e-test.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/e2e-test.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/new.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/new.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/package.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/package.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/post-process.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/post-process.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/scaffold.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/scaffold.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/unit-test.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/unit-test.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/validate.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/validate.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/version.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/version.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/watch.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/app/watch.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/scifeon/download.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/scifeon/download.js +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/scifeon/run.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/commands/scifeon/run.js +0 -0
- /package/dist/{sdk/src/cli → cli}/config.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/config.js +0 -0
- /package/dist/{sdk/src/cli → cli}/index.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/index.js +0 -0
- /package/dist/{sdk/src/cli → cli}/webpack-runner.d.ts +0 -0
- /package/dist/{sdk/src/cli → cli}/webpack-runner.js +0 -0
- /package/dist/{sdk/src/download-utils.d.ts → download-utils.d.ts} +0 -0
- /package/dist/{sdk/src/download-utils.js → download-utils.js} +0 -0
- /package/dist/{sdk/src/file-utils.d.ts → file-utils.d.ts} +0 -0
- /package/dist/{sdk/src/file-utils.js → file-utils.js} +0 -0
- /package/dist/{sdk/src/html-report.d.ts → html-report.d.ts} +0 -0
- /package/dist/{sdk/src/html-report.js → html-report.js} +0 -0
- /package/dist/{sdk/src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{sdk/src/index.js → index.js} +0 -0
- /package/dist/{sdk/src/logger.d.ts → logger.d.ts} +0 -0
- /package/dist/{sdk/src/logger.js → logger.js} +0 -0
- /package/dist/{sdk/src/measurement-units.d.ts → measurement-units.d.ts} +0 -0
- /package/dist/{sdk/src/measurement-units.js → measurement-units.js} +0 -0
- /package/dist/{sdk/src/unit-test-runner.d.ts → unit-test-runner.d.ts} +0 -0
- /package/dist/{sdk/src/unit-test-runner.js → unit-test-runner.js} +0 -0
- /package/dist/{sdk/src/utils → utils}/test-helper.d.ts +0 -0
- /package/dist/{sdk/src/utils → utils}/test-helper.js +0 -0
- /package/dist/{sdk/src/webpack-app-config.d.ts → webpack-app-config.d.ts} +0 -0
- /package/dist/{sdk/src/webpack-app-config.js → webpack-app-config.js} +0 -0
- /package/dist/{sdk/src/webpack-utils.d.ts → webpack-utils.d.ts} +0 -0
- /package/dist/{sdk/src/webpack-utils.js → webpack-utils.js} +0 -0
|
@@ -4,9 +4,9 @@ exports.AppGenerator = void 0;
|
|
|
4
4
|
const fs = require("fs");
|
|
5
5
|
const path = require("path");
|
|
6
6
|
const ts = require("typescript");
|
|
7
|
-
const action_target_1 = require("
|
|
8
|
-
const page_types_1 = require("
|
|
9
|
-
const plugin_types_1 = require("
|
|
7
|
+
const action_target_1 = require("../_core-types/action-target");
|
|
8
|
+
const page_types_1 = require("../_core-types/page-types");
|
|
9
|
+
const plugin_types_1 = require("../_core-types/plugin-types");
|
|
10
10
|
const file_utils_1 = require("../file-utils");
|
|
11
11
|
const app_persist_1 = require("./app-persist");
|
|
12
12
|
const app_validator_1 = require("./app-validator");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scifeon/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.115.0",
|
|
4
4
|
"description": "A tool for developing Apps for Scifeon.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Scifeon",
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"prepublishOnly": "npm run build",
|
|
20
20
|
"clean": "rimraf dist",
|
|
21
|
-
"
|
|
21
|
+
"prebuild": "node scripts/copy-core-types.js copy",
|
|
22
|
+
"build": "npm run clean && npm run prebuild && tsc --pretty",
|
|
22
23
|
"test": "mocha --require ts-node/register --recursive test/**/*.test.ts",
|
|
23
24
|
"test:report": "npm run test -- --reporter mocha-junit-reporter --reporter-options mochaFile=./test-report.xml",
|
|
24
|
-
"watch": "npm run
|
|
25
|
+
"watch": "npm run prebuild && npm run clean && tsc --pretty --watch",
|
|
25
26
|
"watch:test": "npm run test -- --watch"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{sdk/src/app → app}/interfaces/contributions/contributions-json.interface.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|