File tree Expand file tree Collapse file tree 8 files changed +24
-23
lines changed
extensions/delivery-customization-js
extensions/product-discount-js
extensions/payment-customization-js Expand file tree Collapse file tree 8 files changed +24
-23
lines changed Original file line number Diff line number Diff line change 19
19
},
20
20
"private" : true ,
21
21
"workspaces" : [
22
- " */javascript/**"
22
+ " */javascript/**" ,
23
+ " sample-apps/*/extensions/*-js"
23
24
]
24
25
}
Original file line number Diff line number Diff line change 6
6
"shopify" : " npm exec -- shopify" ,
7
7
"typegen" : " npm exec -- shopify app function typegen" ,
8
8
"build" : " npm exec -- shopify app function build" ,
9
- "preview" : " npm exec -- shopify app function run"
9
+ "preview" : " npm exec -- shopify app function run" ,
10
+ "test" : " vitest"
10
11
},
11
12
"codegen" : {
12
13
"schema" : " schema.graphql" ,
19
20
]
20
21
}
21
22
}
23
+ },
24
+ "devDependencies" : {
25
+ "vitest" : " ^0.29.2"
22
26
}
23
27
}
Original file line number Diff line number Diff line change 9
9
"dev" : " shopify app dev" ,
10
10
"info" : " shopify app info" ,
11
11
"generate" : " shopify app generate" ,
12
- "deploy" : " shopify app deploy" ,
13
- "test" : " vitest"
12
+ "deploy" : " shopify app deploy"
14
13
},
15
14
"dependencies" : {
16
15
"@shopify/app" : " ^3.45.0" ,
17
16
"@shopify/cli" : " ^3.45.0" ,
18
17
"@shopify/shopify_function" : " 0.0.3" ,
19
18
"javy" : " 0.0.3"
20
19
},
21
- "author" : " andrewhassan" ,
22
- "devDependencies" : {
23
- "vitest" : " ^0.29.2"
24
- }
20
+ "author" : " andrewhassan"
25
21
}
Original file line number Diff line number Diff line change 6
6
"shopify" : " npm exec -- shopify" ,
7
7
"typegen" : " npm exec -- shopify app function typegen" ,
8
8
"build" : " npm exec -- shopify app function build" ,
9
- "preview" : " npm exec -- shopify app function run"
9
+ "preview" : " npm exec -- shopify app function run" ,
10
+ "test" : " vitest"
10
11
},
11
12
"codegen" : {
12
13
"schema" : " schema.graphql" ,
19
20
]
20
21
}
21
22
}
23
+ },
24
+ "devDependencies" : {
25
+ "vitest" : " ^0.29.2"
22
26
}
23
27
}
Original file line number Diff line number Diff line change 9
9
"dev" : " shopify app dev" ,
10
10
"info" : " shopify app info" ,
11
11
"generate" : " shopify app generate" ,
12
- "deploy" : " shopify app deploy" ,
13
- "test" : " vitest"
12
+ "deploy" : " shopify app deploy"
14
13
},
15
14
"dependencies" : {
16
15
"@shopify/app" : " ^3.45.0" ,
17
16
"@shopify/cli" : " ^3.45.0" ,
18
17
"@shopify/shopify_function" : " 0.0.3" ,
19
18
"javy" : " 0.0.3"
20
19
},
21
- "author" : " nickwesselman" ,
22
- "devDependencies" : {
23
- "vitest" : " ^0.29.2"
24
- }
20
+ "author" : " nickwesselman"
25
21
}
Original file line number Diff line number Diff line change 6
6
"shopify" : " npm exec -- shopify" ,
7
7
"typegen" : " npm exec -- shopify app function typegen" ,
8
8
"build" : " npm exec -- shopify app function build" ,
9
- "preview" : " npm exec -- shopify app function run"
9
+ "preview" : " npm exec -- shopify app function run" ,
10
+ "test" : " vitest"
10
11
},
11
12
"codegen" : {
12
13
"schema" : " schema.graphql" ,
19
20
]
20
21
}
21
22
}
23
+ },
24
+ "devDependencies" : {
25
+ "vitest" : " ^0.29.2"
22
26
}
23
27
}
Original file line number Diff line number Diff line change 9
9
"dev" : " shopify app dev" ,
10
10
"info" : " shopify app info" ,
11
11
"generate" : " shopify app generate" ,
12
- "deploy" : " shopify app deploy" ,
13
- "test" : " vitest"
12
+ "deploy" : " shopify app deploy"
14
13
},
15
14
"dependencies" : {
16
15
"@shopify/app" : " ^3.45.0" ,
17
16
"@shopify/cli" : " ^3.45.0" ,
18
17
"@shopify/shopify_function" : " 0.0.3" ,
19
18
"javy" : " 0.0.3"
20
19
},
21
- "author" : " andrewhassan" ,
22
- "devDependencies" : {
23
- "vitest" : " ^0.29.2"
24
- }
20
+ "author" : " andrewhassan"
25
21
}
Original file line number Diff line number Diff line change @@ -3290,7 +3290,7 @@ vite-node@0.29.8:
3290
3290
optionalDependencies :
3291
3291
fsevents "~2.3.2"
3292
3292
3293
- vitest@^0.29.8 :
3293
+ vitest@^0.29.2, vitest@^0.29. 8 :
3294
3294
version "0.29.8"
3295
3295
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.29.8.tgz#9c13cfa007c3511e86c26e1fe9a686bb4dbaec80"
3296
3296
integrity sha512-JIAVi2GK5cvA6awGpH0HvH/gEG9PZ0a/WoxdiV3PmqK+3CjQMf8c+J/Vhv4mdZ2nRyXFw66sAg6qz7VNkaHfDQ==
You can’t perform that action at this time.
0 commit comments