@inditextech/weave-types 0.23.1 → 0.24.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inditextech/weave-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"check": "echo \"Monorepo test script\" && exit 0",
|
|
29
29
|
"dev": "tsdown --watch",
|
|
30
30
|
"dist:tag": "npm dist-tag add \"$(jq -r .name package.json)@$(jq -r .version package.json)\" \"$PR_TAG\" --registry=\"$NPM_PUBLISHING_REGISTRY\" --verbose",
|
|
31
|
-
"format": "
|
|
31
|
+
"format": "prettier --write ./src",
|
|
32
32
|
"link": "npm link",
|
|
33
33
|
"lint:fix": "npm run lint -- --fix",
|
|
34
34
|
"lint": "eslint ./src",
|