@agnostack/next-shopify 1.9.0 → 1.9.1
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/CHANGELOG.md +7 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +1 -0
- package/dist/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.9.1](https://github.com/agnostack/next-shopify/compare/v1.9.0...v1.9.1) (2023-07-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated export ([ed9999e](https://github.com/agnostack/next-shopify/commit/ed9999ec4c252a3e5250ba25c0dabab350dd62b5))
|
|
7
|
+
|
|
1
8
|
# [1.9.0](https://github.com/agnostack/next-shopify/compare/v1.8.19...v1.9.0) (2023-07-05)
|
|
2
9
|
|
|
3
10
|
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from '../shared';
|
|
2
2
|
export * from './handlers';
|
|
3
3
|
export * from './withShopify';
|
|
4
|
+
export * from './utils/graph';
|
|
4
5
|
export { getShopifyHelpers } from './utils/session';
|
|
5
6
|
export { getSanitizedShopData, decodeShopData } from './utils/shopify';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACnD,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACnD,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA"}
|
package/dist/lib/index.js
CHANGED
|
@@ -5,6 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
tslib_1.__exportStar(require("../shared"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./handlers"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./withShopify"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./utils/graph"), exports);
|
|
8
9
|
var session_1 = require("./utils/session");
|
|
9
10
|
Object.defineProperty(exports, "getShopifyHelpers", { enumerable: true, get: function () { return session_1.getShopifyHelpers; } });
|
|
10
11
|
var shopify_1 = require("./utils/shopify");
|
package/dist/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;;AAAA,oDAAyB;AACzB,qDAA0B;AAC1B,wDAA6B;AAC7B,2CAAmD;AAA1C,4GAAA,iBAAiB,OAAA;AAC1B,2CAAsE;AAA7D,+GAAA,oBAAoB,OAAA;AAAE,yGAAA,cAAc,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;;AAAA,oDAAyB;AACzB,qDAA0B;AAC1B,wDAA6B;AAC7B,wDAA6B;AAC7B,2CAAmD;AAA1C,4GAAA,iBAAiB,OAAA;AAC1B,2CAAsE;AAA7D,+GAAA,oBAAoB,OAAA;AAAE,yGAAA,cAAc,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
|
|
5
5
|
"owner": "agnoStack",
|
|
6
6
|
"description": "Please contact agnoStack via info@agnostack.com for any questions",
|