@pakento/cms-sdk 1.2.1 → 1.2.2
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": "@pakento/cms-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "SDK para conectar tiendas en línea con Pakento CMS",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
23
23
|
"type-check": "tsc --noEmit",
|
|
24
24
|
"prepublishOnly": "bun run build",
|
|
25
|
-
"
|
|
25
|
+
"release": "bun run scripts/publish.ts",
|
|
26
26
|
"link-local": "bun link"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|