@revenexx/studio-commerce-devkit 0.1.3 → 0.1.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revenexx/studio-commerce-devkit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "Preview any revenexx app locally in the Commerce Studio: renders the app's cockpit.json with mock data, no platform. Add as a devDependency and run `commerce-studio` from your app repo.",
6
6
  "bin": {
@@ -26,8 +26,8 @@
26
26
  "tw-animate-css": "^1.4.0",
27
27
  "vue": "^3.5.26",
28
28
  "vue-router": "^4.6.4",
29
- "@revenexx/studio-commerce": "0.1.3",
30
- "@revenexx/studio-shared": "0.1.1"
29
+ "@revenexx/studio-shared": "0.1.2",
30
+ "@revenexx/studio-commerce": "0.1.4"
31
31
  },
32
32
  "license": "SEE LICENSE IN LICENSE",
33
33
  "scripts": {