Skip to content

Commit 32a6184

Browse files
author
Blucas
committed
Publish
- @huolala-tech/page-spy-alipay@2.2.5 - @huolala-tech/page-spy-base@2.2.5 - @huolala-tech/page-spy-browser@2.2.11 - @huolala-tech/page-spy-mp-base@2.2.5 - @huolala-tech/page-spy-plugin-data-harbor@2.2.11 - @huolala-tech/page-spy-plugin-mp-data-harbor@2.2.5 - @huolala-tech/page-spy-plugin-mp-eval@2.2.5 - @huolala-tech/page-spy-plugin-ospy@2.2.12 - @huolala-tech/page-spy-plugin-rn-async-storage@2.2.5 - @huolala-tech/page-spy-plugin-rrweb@2.2.6 - @huolala-tech/page-spy-react-native@2.2.6 - @huolala-tech/page-spy-taro@2.2.5 - @huolala-tech/page-spy-types@2.2.5 - @huolala-tech/page-spy-uniapp@2.2.5 - @huolala-tech/page-spy-wechat@2.2.5
1 parent 9a00bf1 commit 32a6184

15 files changed

Lines changed: 50 additions & 50 deletions

File tree

packages/page-spy-alipay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-alipay",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "A developer tool for debugging alipay miniprogram",
55
"license": "MIT",
66
"main": "dist/esm/index.min.js",
@@ -29,8 +29,8 @@
2929
"watch": "rollup -c -w"
3030
},
3131
"dependencies": {
32-
"@huolala-tech/page-spy-mp-base": "^2.2.4",
33-
"@huolala-tech/page-spy-types": "^2.2.4"
32+
"@huolala-tech/page-spy-mp-base": "^2.2.5",
33+
"@huolala-tech/page-spy-types": "^2.2.5"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.14.0",

packages/page-spy-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@huolala-tech/page-spy-base",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "The common utils of PageSpy.",
55
"dependencies": {
6-
"@huolala-tech/page-spy-types": "^2.2.4",
6+
"@huolala-tech/page-spy-types": "^2.2.5",
77
"zod": "^3.24.2"
88
},
99
"license": "MIT",

packages/page-spy-browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-browser",
3-
"version": "2.2.10",
3+
"version": "2.2.11",
44
"description": "A developer tool for debugging remote web page.",
55
"license": "MIT",
66
"main": "dist/iife/index.min.js",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@babel/runtime": "^7.13.0",
35-
"@huolala-tech/page-spy-base": "^2.2.4",
36-
"@huolala-tech/page-spy-types": "^2.2.4",
35+
"@huolala-tech/page-spy-base": "^2.2.5",
36+
"@huolala-tech/page-spy-types": "^2.2.5",
3737
"copy-to-clipboard": "^3.3.1",
3838
"iseedeadpeople": "^1.0.0"
3939
},

packages/page-spy-mp-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-mp-base",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "The base of PageSpy for miniprogram.",
55
"license": "MIT",
66
"main": "./dist/esm/index.js",
@@ -11,8 +11,8 @@
1111
"clean": "rm -rf dist"
1212
},
1313
"dependencies": {
14-
"@huolala-tech/page-spy-base": "^2.2.4",
15-
"@huolala-tech/page-spy-types": "^2.2.4"
14+
"@huolala-tech/page-spy-base": "^2.2.5",
15+
"@huolala-tech/page-spy-types": "^2.2.5"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/page-spy-plugin-data-harbor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-data-harbor",
3-
"version": "2.2.10",
3+
"version": "2.2.11",
44
"description": "Used for caching data and downloading.",
55
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-data-harbor",
66
"license": "MIT",
@@ -27,16 +27,16 @@
2727
},
2828
"dependencies": {
2929
"@babel/runtime": "^7.13.0",
30-
"@huolala-tech/page-spy-base": "^2.2.4",
30+
"@huolala-tech/page-spy-base": "^2.2.5",
3131
"copy-to-clipboard": "^3.3.3",
3232
"fflate": "^0.8.1"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.14.0",
3636
"@babel/preset-env": "^7.14.1",
3737
"@babel/preset-typescript": "^7.13.0",
38-
"@huolala-tech/page-spy-browser": "^2.2.10",
39-
"@huolala-tech/page-spy-types": "^2.2.4",
38+
"@huolala-tech/page-spy-browser": "^2.2.11",
39+
"@huolala-tech/page-spy-types": "^2.2.5",
4040
"@rollup/plugin-babel": "^6.0.3",
4141
"@rollup/plugin-commonjs": "^25.0.7",
4242
"@rollup/plugin-node-resolve": "^15.0.1",

packages/page-spy-plugin-mp-data-harbor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-mp-data-harbor",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Used for caching data and downloading.",
55
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-data-harbor",
66
"license": "MIT",
@@ -26,14 +26,14 @@
2626
},
2727
"dependencies": {
2828
"@babel/runtime": "^7.13.0",
29-
"@huolala-tech/page-spy-base": "^2.2.4",
30-
"@huolala-tech/page-spy-mp-base": "^2.2.4"
29+
"@huolala-tech/page-spy-base": "^2.2.5",
30+
"@huolala-tech/page-spy-mp-base": "^2.2.5"
3131
},
3232
"devDependencies": {
3333
"@babel/core": "^7.14.0",
3434
"@babel/preset-env": "^7.14.1",
3535
"@babel/preset-typescript": "^7.13.0",
36-
"@huolala-tech/page-spy-types": "^2.2.4",
36+
"@huolala-tech/page-spy-types": "^2.2.5",
3737
"@rollup/plugin-babel": "^6.0.3",
3838
"@rollup/plugin-commonjs": "^25.0.7",
3939
"@rollup/plugin-node-resolve": "^15.0.1",

packages/page-spy-plugin-mp-eval/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-mp-eval",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Used for code evaluation in mini program.",
55
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-mp-eval",
66
"license": "MIT",
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"@huolala-tech/eval5": "^0.0.2",
30-
"@huolala-tech/page-spy-base": "^2.2.4",
31-
"@huolala-tech/page-spy-mp-base": "^2.2.4"
30+
"@huolala-tech/page-spy-base": "^2.2.5",
31+
"@huolala-tech/page-spy-mp-base": "^2.2.5"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.14.0",
3535
"@babel/preset-env": "^7.14.1",
3636
"@babel/preset-typescript": "^7.13.0",
3737
"@babel/runtime": "^7.13.0",
38-
"@huolala-tech/page-spy-types": "^2.2.4",
38+
"@huolala-tech/page-spy-types": "^2.2.5",
3939
"@rollup/plugin-babel": "^6.0.3",
4040
"@rollup/plugin-commonjs": "^25.0.7",
4141
"@rollup/plugin-node-resolve": "^15.0.1",

packages/page-spy-plugin-ospy/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-ospy",
3-
"version": "2.2.11",
3+
"version": "2.2.12",
44
"description": "Offline-fist PageSpy, plug and play. Only available in browser.",
55
"license": "MIT",
66
"main": "dist/iife/index.min.js",
@@ -33,11 +33,11 @@
3333
"build": "vite build"
3434
},
3535
"dependencies": {
36-
"@huolala-tech/page-spy-base": "^2.2.4",
37-
"@huolala-tech/page-spy-browser": "^2.2.10",
38-
"@huolala-tech/page-spy-plugin-data-harbor": "^2.2.10",
39-
"@huolala-tech/page-spy-plugin-rrweb": "^2.2.5",
40-
"@huolala-tech/page-spy-types": "^2.2.4"
36+
"@huolala-tech/page-spy-base": "^2.2.5",
37+
"@huolala-tech/page-spy-browser": "^2.2.11",
38+
"@huolala-tech/page-spy-plugin-data-harbor": "^2.2.11",
39+
"@huolala-tech/page-spy-plugin-rrweb": "^2.2.6",
40+
"@huolala-tech/page-spy-types": "^2.2.5"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.25.2",

packages/page-spy-plugin-rn-async-storage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-rn-async-storage",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "A PageSpy plugin, used for React Native app with async-storage.",
55
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-rn-async-storage",
66
"license": "MIT",
@@ -26,14 +26,14 @@
2626
"watch": "rollup -c -w"
2727
},
2828
"dependencies": {
29-
"@huolala-tech/page-spy-base": "^2.2.4"
29+
"@huolala-tech/page-spy-base": "^2.2.5"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.14.0",
3333
"@babel/preset-env": "^7.14.1",
3434
"@babel/preset-typescript": "^7.13.0",
3535
"@babel/runtime": "^7.13.0",
36-
"@huolala-tech/page-spy-types": "^2.2.4",
36+
"@huolala-tech/page-spy-types": "^2.2.5",
3737
"@react-native-async-storage/async-storage": "^1.23.1",
3838
"@rollup/plugin-babel": "^6.0.3",
3939
"@rollup/plugin-commonjs": "^25.0.7",

packages/page-spy-plugin-rrweb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huolala-tech/page-spy-plugin-rrweb",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Record the DOM mutation within PageSpy.",
55
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-rrweb",
66
"license": "MIT",
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@babel/runtime": "^7.13.0",
30-
"@huolala-tech/page-spy-base": "^2.2.4",
31-
"@huolala-tech/page-spy-types": "^2.2.4",
30+
"@huolala-tech/page-spy-base": "^2.2.5",
31+
"@huolala-tech/page-spy-types": "^2.2.5",
3232
"rrweb": "^2.0.0-alpha.20"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)