@tscircuit/fake-snippets 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bun.lock +3 -0
- package/dist/bundle.js +292 -280
- package/fake-snippets-api/routes/api/_fake/seed.ts +13 -0
- package/package.json +2 -1
- package/src/components/SnippetTypeIcon.tsx +36 -0
- package/src/components/ViewSnippetHeader.tsx +9 -0
- package/src/components/dialogs/package-visibility-settings-dialog.tsx +0 -1
- package/src/pages/user-profile.tsx +78 -40
package/bun.lock
CHANGED
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"states-us": "^1.1.1",
|
|
99
99
|
"tailwind-merge": "^2.5.2",
|
|
100
100
|
"tailwindcss-animate": "^1.0.7",
|
|
101
|
+
"timeago.js": "^4.0.2",
|
|
101
102
|
"use-async-memo": "^1.2.5",
|
|
102
103
|
"use-mouse-matrix-transform": "^1.3.0",
|
|
103
104
|
"vaul": "^0.9.9",
|
|
@@ -2057,6 +2058,8 @@
|
|
|
2057
2058
|
|
|
2058
2059
|
"time-span": ["time-span@4.0.0", "", { "dependencies": { "convert-hrtime": "^3.0.0" } }, "sha512-MyqZCTGLDZ77u4k+jqg4UlrzPTPZ49NDlaekU6uuFaJLzPIN1woaRXCbGeqOfxwc3Y37ZROGAJ614Rdv7Olt+g=="],
|
|
2059
2060
|
|
|
2061
|
+
"timeago.js": ["timeago.js@4.0.2", "", {}, "sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w=="],
|
|
2062
|
+
|
|
2060
2063
|
"tiny-invariant": ["tiny-invariant@1.3.3", "", {}, "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="],
|
|
2061
2064
|
|
|
2062
2065
|
"tiny-readdir": ["tiny-readdir@2.7.4", "", { "dependencies": { "promise-make-counter": "^1.0.2" } }, "sha512-721U+zsYwDirjr8IM6jqpesD/McpZooeFi3Zc6mcjy1pse2C+v19eHPFRqz4chGXZFw7C3KITDjAtHETc2wj7Q=="],
|