File tree Expand file tree Collapse file tree
page-spy-plugin-data-harbor
page-spy-plugin-mp-data-harbor
page-spy-plugin-rn-async-storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments