simple-boot-front
Advanced tools
Comparing version 1.0.114 to 1.0.115
@@ -9,3 +9,3 @@ import { ConstructorType, GenericClassDecorator } from 'simple-boot-core/types/Types'; | ||
export declare const ScriptMetadataKey: unique symbol; | ||
export declare const Script: (config?: ScriptConfig | undefined) => GenericClassDecorator<ConstructorType<ScriptRunnable>>; | ||
export declare const Script: (config?: ScriptConfig) => GenericClassDecorator<ConstructorType<ScriptRunnable>>; | ||
export declare const getScript: (target: ConstructorType<any> | Function | any) => ScriptConfig | undefined; |
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.114", | ||
"version": "1.0.115", | ||
"main": "SimpleApplication.js", | ||
@@ -75,5 +75,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"dom-render": "^1.0.91", | ||
"simple-boot-core": "^1.0.35" | ||
"dom-render": "^1.0.92", | ||
"simple-boot-core": "^1.0.38" | ||
} | ||
} |
@@ -118,3 +118,3 @@ "use strict"; | ||
var template = (_b = component === null || component === void 0 ? void 0 : component.template) !== null && _b !== void 0 ? _b : ''; | ||
return new ComponentSet_1.ComponentSet(operatorExecutor, template, styles, { objPath: null }); | ||
return new ComponentSet_1.ComponentSet(data, template, styles, { objPath: null }); | ||
} | ||
@@ -121,0 +121,0 @@ else { |
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
63888
Updateddom-render@^1.0.92
Updatedsimple-boot-core@^1.0.38