@goldstack/utils-track 0.2.10 → 0.2.11
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-track",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "Utilities for including Google Analytics in React application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
|
|
30
30
|
"prepublishOnly": "yarn run build",
|
|
31
31
|
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
|
|
32
|
-
"test
|
|
32
|
+
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand",
|
|
33
33
|
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",
|
|
34
34
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
35
35
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"react": "18.2.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@goldstack/utils-git": "0.2.
|
|
40
|
+
"@goldstack/utils-git": "0.2.11",
|
|
41
41
|
"@swc/core": "^1.9.3",
|
|
42
42
|
"@swc/jest": "^0.2.37",
|
|
43
43
|
"@types/jest": "^29.5.14",
|