File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
import path from 'node:path' ;
2
2
import { fileURLToPath } from 'node:url' ;
3
3
4
- import { BasePlugin } from 'appium/plugin.js ' ;
4
+ import { BasePlugin } from '@ appium/base- plugin' ;
5
5
const PLUGIN_ROOT_PATH = '/inspector' ;
6
6
const INDEX_HTML = 'index.html' ;
7
7
const ROOT_DIR = path . resolve ( path . dirname ( fileURLToPath ( import . meta. url ) ) , 'dist-browser' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appium-inspector-plugin" ,
3
- "version" : " 2024.12.1" ,
3
+ "version" : " 2024.12.1-beta.10 " ,
4
4
"description" : " An app inspector for use with an Appium server" ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"exports" : {
24
24
"." : {
25
25
"import" : " ./index.mjs"
26
- }
26
+ },
27
+ "./package.json" : " ./package.json"
27
28
},
28
29
"peerDependencies" : {
29
30
"appium" : " ^2.0.0"
34
35
" dist-browser" ,
35
36
" README.md"
36
37
],
37
- "dependencies" : {},
38
+ "dependencies" : {
39
+ "@appium/base-plugin" : " ^2.3.0"
40
+ },
38
41
"devDependencies" : {},
39
42
"engines" : {
40
43
"node" : " >=20.x" ,
You can’t perform that action at this time.
0 commit comments