@openreplay/tracker 16.1.1 → 16.1.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/dist/cjs/entry.js +3 -2
- package/dist/cjs/entry.js.map +1 -1
- package/dist/cjs/index.js +3 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/lib/entry.js +3 -2
- package/dist/lib/entry.js.map +1 -1
- package/dist/lib/index.js +3 -2
- package/dist/lib/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openreplay/tracker",
|
|
3
3
|
"description": "The OpenReplay tracker main package",
|
|
4
|
-
"version": "16.1.
|
|
4
|
+
"version": "16.1.2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logging",
|
|
7
7
|
"replay"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build:common": "tsc -b src/common",
|
|
44
44
|
"compile": "tsc --project src/main/tsconfig.json",
|
|
45
45
|
"create-types": "mkdir dist/lib/ dist/cjs && cp -r dist/types/* dist/lib/ && cp -r dist/types/* dist/cjs/",
|
|
46
|
-
"build": "
|
|
46
|
+
"build": "bun run clean && bun compile && bun create-types && rollup --config rollup.config.js",
|
|
47
47
|
"lint-front": "lint-staged",
|
|
48
48
|
"test": "jest --coverage=false",
|
|
49
49
|
"test:ci": "jest --coverage=true",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@medv/finder": "^4.0.2",
|
|
79
|
-
"@openreplay/network-proxy": "^1.1.
|
|
79
|
+
"@openreplay/network-proxy": "^1.1.1",
|
|
80
80
|
"error-stack-parser": "^2.0.6",
|
|
81
81
|
"error-stack-parser-es": "^0.1.5",
|
|
82
82
|
"fflate": "^0.8.2",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"engines": {
|
|
86
86
|
"node": ">=14.0"
|
|
87
87
|
},
|
|
88
|
-
"packageManager": "
|
|
88
|
+
"packageManager": "bun@1.2.7"
|
|
89
89
|
}
|