diginext-utils 2.0.27 → 2.0.28
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diginext-utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.28",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"homepage": "https://wearetopgroup.com",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"release": "yarn prebuild && yarn build && yarn publish",
|
|
31
31
|
"dev": "yarn prebuild && concurrently \"tsup src/**/*.ts --format esm,cjs --dts --watch\"",
|
|
32
32
|
"test": "mocha test/*.test.js",
|
|
33
|
-
"publish": "yarn test && npm publish",
|
|
33
|
+
"publish": "yarn build && yarn test && npm publish",
|
|
34
34
|
"lint": "TIMING=1 eslint src --fix",
|
|
35
35
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
36
36
|
},
|