@ekino/rendr-loader
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
{ | ||
"name": "@ekino/rendr-loader", | ||
"license": "MIT", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"main": "dist/lib/index.js", | ||
@@ -13,3 +13,3 @@ "typing": "dist/lib/index.d.ts", | ||
"dependencies": { | ||
"@ekino/rendr-core": "1.0.0-alpha.0", | ||
"@ekino/rendr-core": "1.0.0-alpha.1", | ||
"axios": "^0.21.0", | ||
@@ -26,3 +26,3 @@ "path-match": "^1.2.4", | ||
}, | ||
"gitHead": "69fbb418c854bdafb58808fa25a6edc19552f4f5" | ||
"gitHead": "76d8217dde203052d25a59d8107bd80acafb17f3" | ||
} |
@@ -19,2 +19,4 @@ import { createChainedLoader, createErrorBoundaryLoader } from "./index"; | ||
page.blocks.push({ | ||
id: "", | ||
meta: {}, | ||
type: "block1", | ||
@@ -34,2 +36,4 @@ order: 0, | ||
page.blocks.push({ | ||
id: "", | ||
meta: {}, | ||
type: "block2", | ||
@@ -36,0 +40,0 @@ order: 0, |
Sorry, the diff of this file is not supported yet
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
112005
1968
+ Added@ekino/rendr-core@1.0.0-alpha.1(transitive)
- Removed@ekino/rendr-core@1.0.0-alpha.0(transitive)