Skip to content

Commit

Permalink
Restored some files to get rid of updated import { nanoid } from nano…
Browse files Browse the repository at this point in the history
…id/non-secure
  • Loading branch information
pjdotson committed Jun 19, 2024
1 parent 86637be commit d7313eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/ts/src/hardware/task/task.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// License, use of this software will be governed by the Apache License, Version 2.0,
// included in the file licenses/APL.txt.

import { nanoid } from "nanoid/non-secure";
import { nanoid } from "nanoid";
import { describe, expect, it } from "vitest";

import { task } from "@/hardware/task";
Expand Down
2 changes: 1 addition & 1 deletion pluto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synnaxlabs/pluto",
"version": "0.23.1",
"version": "0.23.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down
2 changes: 1 addition & 1 deletion pluto/src/telem/aether/remote.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
TimeSpan,
TimeStamp,
} from "@synnaxlabs/x";
import { nanoid } from "nanoid/non-secure";
import { nanoid } from "nanoid";
import { describe, expect, it, vi } from "vitest";

import {
Expand Down

0 comments on commit d7313eb

Please sign in to comment.