File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ Or with Yarn:
221
221
222
222
You should see something like this:
223
223
224
- <pre data-copy =" none " ><b class =" green " >Observable Framework</b > v1.0.0
224
+ <pre data-copy =" none " ><b class =" green " >Observable Framework</b > v1.1.1
225
225
↳ <u ><a href =" http://127.0.0.1:3000/ " style =" color : inherit ;" >http://127.0.0.1:3000/</a ></u ></pre >
226
226
227
227
<div class =" tip " >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @observablehq/framework" ,
3
3
"license" : " ISC" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"type" : " module" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
62
62
"ci-info" : " ^4.0.0" ,
63
63
"cross-env" : " ^7.0.3" ,
64
64
"cross-spawn" : " ^7.0.3" ,
65
+ "d3-array" : " ^3.2.4" ,
65
66
"esbuild" : " ^0.19.8" ,
66
67
"fast-array-diff" : " ^1.1.0" ,
67
68
"gray-matter" : " ^4.0.3" ,
105
106
"chai" : " ^4.3.10" ,
106
107
"chai-http" : " ^4.4.0" ,
107
108
"concurrently" : " ^8.2.2" ,
108
- "d3-array" : " ^3.2.4" ,
109
109
"d3-dsv" : " ^3.0.1" ,
110
110
"eslint" : " ^8.50.0" ,
111
111
"eslint-config-prettier" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 1
1
import { exec } from "node:child_process" ;
2
2
import { createHash , randomUUID } from "node:crypto" ;
3
3
import { readFile , writeFile } from "node:fs/promises" ;
4
+ import os from "node:os" ;
4
5
import { join } from "node:path/posix" ;
5
- import os from "os" ;
6
6
import { CliError } from "./error.js" ;
7
7
import type { Logger } from "./logger.js" ;
8
8
import { getObservableUiOrigin } from "./observableApiClient.js" ;
You can’t perform that action at this time.
0 commit comments