@salefony/api-sdk 1.0.5 → 1.0.6
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salefony/api-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Salefony API SDK - Official SDK for Salefony Backend API. Full TypeScript support, SSR-ready, Admin & Frontstore resources.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"version:patch": "node scripts/version-bump.js patch",
|
|
26
26
|
"version:minor": "node scripts/version-bump.js minor",
|
|
27
27
|
"version:major": "node scripts/version-bump.js major",
|
|
28
|
-
"
|
|
28
|
+
"release": "npm publish"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"salefony",
|