@pronto-tools-and-more/components 9.10.0 → 9.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -29,7 +29,7 @@ var CategoryList = ({
29
29
  const json = {
30
30
  render,
31
31
  dataSource: {
32
- data: "$context.contentNoSSRCache[0].taxonomies",
32
+ data: "$context.content.taxonomies",
33
33
  type: "context",
34
34
  batchSize: 1e6
35
35
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "9.10.0",
3
+ "version": "9.12.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",