analytica.click 0.0.457 → 0.0.458
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 +7 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "analytica.click",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.458",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
@@ -26,15 +26,17 @@
|
|
26
26
|
"@types/node": "^20.11",
|
27
27
|
"esbuild-node-externals": "^1.9.0",
|
28
28
|
"npm-dts": "^1.3.12",
|
29
|
-
"common": "0.0.2",
|
30
|
-
"common
|
29
|
+
"common-ui": "0.0.2",
|
30
|
+
"common": "0.0.2"
|
31
31
|
},
|
32
32
|
"files": [
|
33
33
|
"dist"
|
34
34
|
],
|
35
35
|
"scripts": {
|
36
|
-
"format": "eslint --ext .ts,.tsx
|
37
|
-
"lint": "tsc
|
36
|
+
"format": "eslint --ext .ts,.tsx,.js,.json src --fix",
|
37
|
+
"lint:tsc": "tsc --noEmit",
|
38
|
+
"lint:eslint": "eslint --ext .ts,.tsx,.js,.json src",
|
39
|
+
"lint": "pnpm run /^lint:/",
|
38
40
|
"build-direct": "rimraf .build && rimraf dist && cross-env NODE_ENV=prod ts-node esbuild",
|
39
41
|
"build:debug": "cross-env NODE_ENV=development pnpm build-direct",
|
40
42
|
"build": "pnpm run lint && pnpm build-direct",
|