@bakerjs/importmaps
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -1,2 +0,2 @@ | ||
import { App, ViewEngine, Engine } from "@bakerjs/core"; | ||
import { Application, ViewEngine, Engine } from "@bakerjs/core"; | ||
import { readFileSync } from "fs"; | ||
@@ -34,3 +34,3 @@ import { createHash } from 'crypto'; | ||
configure(app: InstanceType<typeof App>): void { | ||
configure(app: InstanceType<typeof Application>): void { | ||
const ViewEngine = app.getEngine<ViewEngine>('bakerjs/views'); | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@bakerjs/importmaps", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.ts", |
@@ -1,2 +0,2 @@ | ||
# The Framework | ||
# @bakerjs/importmaps | ||
@@ -3,0 +3,0 @@ Does stuff |
4549