Comparing version 1.6.0 to 1.6.1
import { SsgContext } from "./SsgContext"; | ||
import { HtmlSsgFile } from "./util/file/HtmlSsgFile"; | ||
import { HtmlSsgFile } from './util'; | ||
export interface HtmlSsgContext<V = any> extends SsgContext<V> { | ||
@@ -4,0 +4,0 @@ inputFile: HtmlSsgFile; |
import { SsgContext } from "./SsgContext"; | ||
import { SsgStep } from "./step/SsgStep"; | ||
import { SsgFile } from "./util/file/SsgFile"; | ||
import { SsgStep } from './step'; | ||
import { SsgFile } from './util'; | ||
export type SsgConfig = { | ||
@@ -5,0 +5,0 @@ outDir: string; |
import { ReplaceCommand } from "../ReplaceCommand"; | ||
import { SsgFile } from "../../../../util/file/SsgFile"; | ||
import { SsgFile } from '../../../../util'; | ||
import { SsgContext } from "../../../../SsgContext"; | ||
@@ -4,0 +4,0 @@ export declare abstract class HtAccessReplaceCommand implements ReplaceCommand<SsgContext> { |
@@ -5,5 +5,18 @@ { | ||
"author": "Jérôme Beau <javarome@gmail.com> (https://javarome.com)", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Static Site Generation TypeScript API", | ||
"exports": "./dist/src/index.js", | ||
"exports": { | ||
".": "./dist/src/index.js", | ||
"./step": "./dist/src/step/index.js", | ||
"./step/content": "./dist/src/step/content/index.js", | ||
"./step/content/replace": "./dist/src/step/content/replace/index.js", | ||
"./step/content/replace/angular": "./dist/src/step/content/replace/angular/index.js", | ||
"./step/content/replace/htaccess": "./dist/src/step/content/replace/htaccess/index.js", | ||
"./step/content/replace/html": "./dist/src/step/content/replace/html/index.js", | ||
"./step/content/replace/html/class": "./dist/src/step/content/replace/html/class/index.js", | ||
"./step/content/replace/html/ssi": "./dist/src/step/content/replace/html/ssi/index.js", | ||
"./step/content/replace/html/tag": "./dist/src/step/content/replace/html/tag/index.js", | ||
"./util": "./dist/src/util/index.js", | ||
"./util/file": "./dist/src/util/file/index.js" | ||
}, | ||
"types": "./dist/src/index.d.ts", | ||
@@ -10,0 +23,0 @@ "engines": { |
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
5
79792
108
1980