@plasmicapp/loader-edge
Advanced tools
Comparing version 1.0.62 to 1.0.63
@@ -40,2 +40,3 @@ "use strict"; | ||
__export(src_exports, { | ||
describeVariation: () => import_loader_splits2.describeVariation, | ||
generateAllPaths: () => generateAllPaths, | ||
@@ -49,2 +50,3 @@ generateAllPathsWithTraits: () => generateAllPathsWithTraits, | ||
module.exports = __toCommonJS(src_exports); | ||
var import_loader_splits2 = require("@plasmicapp/loader-splits"); | ||
@@ -51,0 +53,0 @@ // src/variation.ts |
@@ -0,3 +1,6 @@ | ||
import { describeVariation } from '@plasmicapp/loader-splits'; | ||
import type { Split } from '@plasmicapp/loader-fetcher'; | ||
export { describeVariation } | ||
export declare const generateAllPaths: (path: string, seedRange?: number) => string[]; | ||
@@ -4,0 +7,0 @@ |
@@ -21,2 +21,5 @@ var __defProp = Object.defineProperty; | ||
// src/index.ts | ||
import { describeVariation } from "@plasmicapp/loader-splits"; | ||
// src/variation.ts | ||
@@ -119,2 +122,3 @@ import { | ||
export { | ||
describeVariation, | ||
generateAllPaths, | ||
@@ -121,0 +125,0 @@ generateAllPathsWithTraits, |
@@ -40,2 +40,3 @@ "use strict"; | ||
__export(src_exports, { | ||
describeVariation: () => import_loader_splits2.describeVariation, | ||
generateAllPaths: () => generateAllPaths, | ||
@@ -49,2 +50,3 @@ generateAllPathsWithTraits: () => generateAllPathsWithTraits, | ||
module.exports = __toCommonJS(src_exports); | ||
var import_loader_splits2 = require("@plasmicapp/loader-splits"); | ||
@@ -51,0 +53,0 @@ // src/variation.ts |
{ | ||
"version": "1.0.62", | ||
"version": "1.0.63", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "86bf19e2066f81cf45510a8750973c8463f76472" | ||
"gitHead": "e82e2d026bf650bdf64284c579a3aa226e83c7f3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31413
443