@plattar/sdk-core
Advanced tools
Comparing version
@@ -67,5 +67,5 @@ "use strict"; | ||
const className = `${util_1.Util.capitaliseClassName(data.package.name)}Service`; | ||
let output = `import { Service, ServiceStaticContainer } from '@plattar/sdk-core';\n\n`; | ||
let output = `import { Service, ServiceConfig, ServiceStaticContainer } from '@plattar/sdk-core';\n\n`; | ||
output += `export class ${className} extends Service {\n`; | ||
output += `\tprivate static readonly serviceContainer:ServiceStaticContainer = {service:null}\n`; | ||
output += `\tprivate static readonly serviceContainer: ServiceStaticContainer = {service:null}\n`; | ||
output += `\tpublic static override get container(): ServiceStaticContainer {\n`; | ||
@@ -72,0 +72,0 @@ output += `\t\treturn this.serviceContainer;\n`; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.163.7"; | ||
declare const _default: "1.163.8"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.163.7"; | ||
exports.default = "1.163.8"; |
{ | ||
"name": "@plattar/sdk-core", | ||
"version": "1.163.7", | ||
"version": "1.163.8", | ||
"description": "Core SDK Module for Generative SDK using API Core", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
50568
0.03%