@plasmicapp/loader-edge
Advanced tools
Comparing version
import { FetcherOptions, Split } from '@plasmicapp/loader-fetcher'; | ||
export declare const DELIMITER = "__pm__"; | ||
export declare const rewriteWithoutVariation: (url: string) => { | ||
@@ -8,3 +9,3 @@ path: string; | ||
export declare const generateAllPaths: (path: string, splits: Split[]) => string[]; | ||
declare type MiddlewareOptions = Pick<FetcherOptions, 'projects' | 'host' | 'preview'>; | ||
export declare type MiddlewareOptions = Pick<FetcherOptions, 'projects' | 'host' | 'preview'>; | ||
export declare const getActiveSplits: (opts: MiddlewareOptions) => Promise<{ | ||
@@ -26,2 +27,1 @@ splits: Split[]; | ||
}>; | ||
export {}; |
{ | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -16,3 +16,4 @@ "main": "dist/index.js", | ||
"yalcp": "yalc publish --push", | ||
"test": "tsdx test", | ||
"test": "tsdx test --passWithNoTests", | ||
"coverage": "tsdx test --coverage --passWithNoTests", | ||
"lint": "tsdx lint", | ||
@@ -57,3 +58,3 @@ "prepare": "tsdx build --target node", | ||
"@plasmicapp/loader-fetcher": "1.0.2", | ||
"@plasmicapp/loader-splits": "1.0.3" | ||
"@plasmicapp/loader-splits": "1.0.4" | ||
}, | ||
@@ -63,3 +64,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3c3d5d9398e29831fc6f546ead74b1505bb7afe3" | ||
"gitHead": "60c681f57913b78054fc33bd29266883799fe2d2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31259
0.6%+ Added
- Removed