@uniformdev/canvas-contentful 20.70.0 → 20.70.1-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  CANVAS_CONTENTFUL_MULTI_PARAMETER_TYPES: () => CANVAS_CONTENTFUL_MULTI_PARAMETER_TYPES,
24
24
  CANVAS_CONTENTFUL_PARAMETER_TYPES: () => CANVAS_CONTENTFUL_PARAMETER_TYPES,
25
25
  CANVAS_CONTENTFUL_QUERY_PARAMETER_TYPES: () => CANVAS_CONTENTFUL_QUERY_PARAMETER_TYPES,
@@ -29,7 +29,7 @@ __export(src_exports, {
29
29
  createContentfulMultiEnhancer: () => createContentfulMultiEnhancer,
30
30
  createContentfulQueryEnhancer: () => createContentfulQueryEnhancer
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
 
34
34
  // src/ContentfulClientList.ts
35
35
  var ContentfulClientList = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-contentful",
3
- "version": "20.70.0",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
4
4
  "description": "Contentful data enhancers for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "apidocs-extract": "api-extractor run --local"
25
25
  },
26
26
  "dependencies": {
27
- "@uniformdev/canvas": "20.70.0"
27
+ "@uniformdev/canvas": "20.70.1-alpha.10+6e0ecaf156"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@contentful/rich-text-html-renderer": ">= 14",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
43
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
44
44
  }