Skip to content

Commit

Permalink
1.1.1 (#977)
Browse files Browse the repository at this point in the history
* d3-array dep

* 1.1.1
  • Loading branch information
mbostock authored Mar 4, 2024
1 parent 0ff2a1c commit 3aa45e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Or with Yarn:

You should see something like this:

<pre data-copy="none"><b class="green">Observable Framework</b> v1.0.0
<pre data-copy="none"><b class="green">Observable Framework</b> v1.1.1
↳ <u><a href="http://127.0.0.1:3000/" style="color: inherit;">http://127.0.0.1:3000/</a></u></pre>

<div class="tip">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@observablehq/framework",
"license": "ISC",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -62,6 +62,7 @@
"ci-info": "^4.0.0",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"d3-array": "^3.2.4",
"esbuild": "^0.19.8",
"fast-array-diff": "^1.1.0",
"gray-matter": "^4.0.3",
Expand Down Expand Up @@ -105,7 +106,6 @@
"chai": "^4.3.10",
"chai-http": "^4.4.0",
"concurrently": "^8.2.2",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {exec} from "node:child_process";
import {createHash, randomUUID} from "node:crypto";
import {readFile, writeFile} from "node:fs/promises";
import os from "node:os";
import {join} from "node:path/posix";
import os from "os";
import {CliError} from "./error.js";
import type {Logger} from "./logger.js";
import {getObservableUiOrigin} from "./observableApiClient.js";
Expand Down

0 comments on commit 3aa45e5

Please sign in to comment.