File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1414 " eleven-hairs-dream" ,
1515 " eleven-kiwis-remain" ,
1616 " fair-parrots-sleep" ,
17+ " large-suns-buy" ,
1718 " loud-rivers-pretend" ,
1819 " lovely-rats-glow" ,
1920 " many-spies-fix" ,
Original file line number Diff line number Diff line change 11# @heymp/scratchpad
22
3+ ## 1.0.0-next.17
4+
5+ ### Minor Changes
6+
7+ - 96cefea: Add clone command to copy remote files locally
8+
9+ ``` bash
10+ npx @heymp/scratchpad@next clone https://www.example.com/scripts.js
11+ ```
12+
13+ Added new generic helper to reroute both document and asset file types.
14+
15+ scratchpad.config.ts
16+
17+ ``` ts
18+ export default Scratchpad .defineConfig ({
19+ playwright : async (args ) => {
20+ const { page } = args ;
21+ Scratchpad .rerouteLocal (page , " pages" );
22+ },
23+ });
24+ ```
25+
326## 1.0.0-next.16
427
528### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @heymp/scratchpad" ,
33 "description" : " Run TS/JS snippets in a locally" ,
4- "version" : " 1.0.0-next.16 " ,
4+ "version" : " 1.0.0-next.17 " ,
55 "main" : " src/lib/index.js" ,
66 "module" : " src/lib/index.js" ,
77 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments