@vue-storefront/next 0.0.1 → 1.0.0

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,7 +116,7 @@ export function Providers({ children }: { children: ReactNode }) {
116
116
 
117
117
  5. The example of using the SDK can be found in example applications:
118
118
 
119
- - [Pages Router](./__tests__/apps/pages-router)
120
- - [App Router](./__tests__/apps/app-router)
119
+ - [Pages Router](https://github.com/vuestorefront/vue-storefront/tree/main/packages/storefront/packages/next/__tests__/apps/pages-router)
120
+ - [App Router](https://github.com/vuestorefront/vue-storefront/tree/main/packages/storefront/packages/next/__tests__/apps/app-router)
121
121
 
122
122
  That's it! You can now use VueStorefront Next in your Next app ✨
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vue-storefront/next",
3
3
  "description": "Vue Storefront dedicated features for Next.js",
4
4
  "license": "MIT",
5
- "version": "0.0.1",
5
+ "version": "1.0.0",
6
6
  "exports": {
7
7
  ".": {
8
8
  "import": "./dist/index.mjs",