@neowhale/storefront 0.2.3 → 0.2.5
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/README.md +15 -3
- package/package.json +8 -3
- package/whale-logo.png +0 -0
package/README.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="whale-logo.png" alt="WhaleTools" width="80" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
<h1 align="center">@neowhale/storefront</h1>
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
<p align="center">
|
|
8
|
+
React and Next.js SDK for WhaleTools storefronts — cart, auth, analytics, and more.
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://www.npmjs.com/package/@neowhale/storefront"><img src="https://img.shields.io/npm/v/@neowhale/storefront.svg" alt="npm version" /></a>
|
|
13
|
+
<a href="https://whaletools.dev/docs"><img src="https://img.shields.io/badge/docs-whaletools.dev-blue" alt="docs" /></a>
|
|
14
|
+
<a href="https://github.com/neowhale/storefront/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@neowhale/storefront" alt="license" /></a>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
Provides a typed API client, React hooks for cart/auth/analytics, and Next.js server utilities -- everything needed to build a headless storefront against the Whale Gateway API.
|
|
6
18
|
|
|
7
19
|
---
|
|
8
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neowhale/storefront",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "React/Next.js SDK for WhaleTools storefronts — cart, auth, analytics, and more",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"dist",
|
|
27
|
-
"README.md"
|
|
27
|
+
"README.md",
|
|
28
|
+
"whale-logo.png"
|
|
28
29
|
],
|
|
29
30
|
"scripts": {
|
|
30
31
|
"build": "tsup",
|
|
@@ -45,7 +46,11 @@
|
|
|
45
46
|
"license": "MIT",
|
|
46
47
|
"repository": {
|
|
47
48
|
"type": "git",
|
|
48
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/neowhale/storefront"
|
|
50
|
+
},
|
|
51
|
+
"homepage": "https://whaletools.dev/docs",
|
|
52
|
+
"bugs": {
|
|
53
|
+
"url": "https://github.com/neowhale/storefront/issues"
|
|
49
54
|
},
|
|
50
55
|
"publishConfig": {
|
|
51
56
|
"access": "public"
|
package/whale-logo.png
ADDED
|
Binary file
|