react-datocms 4.1.1 → 4.1.2

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.
package/dist/cjs/index.js CHANGED
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  exports.__esModule = true;
17
- __exportStar(require("./Image/index"), exports);
18
- __exportStar(require("./Seo/index"), exports);
19
- __exportStar(require("./useQuerySubscription/index"), exports);
20
- __exportStar(require("./StructuredText/index"), exports);
21
- __exportStar(require("./useSiteSearch/index"), exports);
17
+ __exportStar(require("./Image"), exports);
18
+ __exportStar(require("./Seo"), exports);
19
+ __exportStar(require("./useQuerySubscription"), exports);
20
+ __exportStar(require("./StructuredText"), exports);
21
+ __exportStar(require("./useSiteSearch"), exports);
22
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,8CAA4B;AAC5B,+DAA6C;AAC7C,yDAAuC;AACvC,wDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,wCAAsB;AACtB,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC"}
@@ -1,5 +1,5 @@
1
- export * from './Image/index';
2
- export * from './Seo/index';
3
- export * from './useQuerySubscription/index';
4
- export * from './StructuredText/index';
5
- export * from './useSiteSearch/index';
1
+ export * from './Image';
2
+ export * from './Seo';
3
+ export * from './useQuerySubscription';
4
+ export * from './StructuredText';
5
+ export * from './useSiteSearch';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from './Image/index';
2
- export * from './Seo/index';
3
- export * from './useQuerySubscription/index';
4
- export * from './StructuredText/index';
5
- export * from './useSiteSearch/index';
1
+ export * from './Image';
2
+ export * from './Seo';
3
+ export * from './useQuerySubscription';
4
+ export * from './StructuredText';
5
+ export * from './useSiteSearch';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
- export * from './Image/index';
2
- export * from './Seo/index';
3
- export * from './useQuerySubscription/index';
4
- export * from './StructuredText/index';
5
- export * from './useSiteSearch/index';
1
+ export * from './Image';
2
+ export * from './Seo';
3
+ export * from './useQuerySubscription';
4
+ export * from './StructuredText';
5
+ export * from './useSiteSearch';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-datocms",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "engines": {
5
5
  "node": ">=8.0.0"
6
6
  },
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
- export * from './Image/index';
2
- export * from './Seo/index';
3
- export * from './useQuerySubscription/index';
4
- export * from './StructuredText/index';
5
- export * from './useSiteSearch/index';
1
+ export * from './Image';
2
+ export * from './Seo';
3
+ export * from './useQuerySubscription';
4
+ export * from './StructuredText';
5
+ export * from './useSiteSearch';