react-datocms 4.1.0 → 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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.js +5 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +5 -5
- package/package.json +2 -1
- package/src/index.ts +5 -5
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
|
|
18
|
-
__exportStar(require("./Seo
|
|
19
|
-
__exportStar(require("./useQuerySubscription
|
|
20
|
-
__exportStar(require("./StructuredText
|
|
21
|
-
__exportStar(require("./useSiteSearch
|
|
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
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,wCAAsB;AACtB,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC"}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Image
|
|
2
|
-
export * from './Seo
|
|
3
|
-
export * from './useQuerySubscription
|
|
4
|
-
export * from './StructuredText
|
|
5
|
-
export * from './useSiteSearch
|
|
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
|
|
2
|
-
export * from './Seo
|
|
3
|
-
export * from './useQuerySubscription
|
|
4
|
-
export * from './StructuredText
|
|
5
|
-
export * from './useSiteSearch
|
|
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
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,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"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Image
|
|
2
|
-
export * from './Seo
|
|
3
|
-
export * from './useQuerySubscription
|
|
4
|
-
export * from './StructuredText
|
|
5
|
-
export * from './useSiteSearch
|
|
1
|
+
export * from './Image';
|
|
2
|
+
export * from './Seo';
|
|
3
|
+
export * from './useQuerySubscription';
|
|
4
|
+
export * from './StructuredText';
|
|
5
|
+
export * from './useSiteSearch';
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Image
|
|
2
|
-
export * from './Seo
|
|
3
|
-
export * from './useQuerySubscription
|
|
4
|
-
export * from './StructuredText
|
|
5
|
-
export * from './useSiteSearch
|
|
1
|
+
export * from './Image';
|
|
2
|
+
export * from './Seo';
|
|
3
|
+
export * from './useQuerySubscription';
|
|
4
|
+
export * from './StructuredText';
|
|
5
|
+
export * from './useSiteSearch';
|