a tool to help your Letta AI agents navigate bluesky

Replace Simple Temporal with JS Temporal Polyfill

Changed files
+23 -1
+1 -1
deno.json
··· 6 6 "start": "deno run --allow-net --allow-env --env main.ts" 7 7 }, 8 8 "imports": { 9 - "@hunk/simple-temporal": "jsr:@hunk/simple-temporal@^1.0.0", 10 9 "@std/assert": "jsr:@std/assert@1", 11 10 "@std/datetime": "jsr:@std/datetime", 11 + "@js-temporal/polyfill": "npm:@js-temporal/polyfill", 12 12 "@atproto/api": "npm:@atproto/api", 13 13 "@letta-ai/letta-client": "npm:@letta-ai/letta-client" 14 14 }
+22
deno.lock
··· 1 1 { 2 2 "version": "5", 3 3 "specifiers": { 4 + "jsr:@std/assert@1": "1.0.15", 4 5 "jsr:@std/datetime@*": "0.225.5", 6 + "jsr:@std/internal@^1.0.12": "1.0.12", 5 7 "npm:@atproto/api@*": "0.17.2", 8 + "npm:@js-temporal/polyfill@*": "0.5.1", 6 9 "npm:@letta-ai/letta-client@*": "0.0.68664" 7 10 }, 8 11 "jsr": { 12 + "@std/assert@1.0.15": { 13 + "integrity": "d64018e951dbdfab9777335ecdb000c0b4e3df036984083be219ce5941e4703b", 14 + "dependencies": [ 15 + "jsr:@std/internal" 16 + ] 17 + }, 9 18 "@std/datetime@0.225.5": { 10 19 "integrity": "9f650f6caec546b80172e95a4edb8478d5fe060c4c937f7ede242ffceab6efc9" 20 + }, 21 + "@std/internal@1.0.12": { 22 + "integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027" 11 23 } 12 24 }, 13 25 "npm": { ··· 53 65 "zod" 54 66 ] 55 67 }, 68 + "@js-temporal/polyfill@0.5.1": { 69 + "integrity": "sha512-hloP58zRVCRSpgDxmqCWJNlizAlUgJFqG2ypq79DCvyv9tHjRYMDOcPFjzfl/A1/YxDvRCZz8wvZvmapQnKwFQ==", 70 + "dependencies": [ 71 + "jsbi" 72 + ] 73 + }, 56 74 "@letta-ai/letta-client@0.0.68664": { 57 75 "integrity": "sha512-/0g8dV3IIX0WfnOUDY1EEgnhj/747m73zhTmbLhldEMjCk/RzKyjvUeZbHiukiGoCf/u1nxRgcRUn66MKMYB2A==", 58 76 "dependencies": [ ··· 213 231 "iso-datestring-validator@2.2.2": { 214 232 "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==" 215 233 }, 234 + "jsbi@4.3.2": { 235 + "integrity": "sha512-9fqMSQbhJykSeii05nxKl4m6Eqn2P6rOlYiS+C5Dr/HPIU/7yZxu5qzbs40tgaFORiw2Amd0mirjxatXYMkIew==" 236 + }, 216 237 "math-intrinsics@1.1.0": { 217 238 "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" 218 239 }, ··· 336 357 "jsr:@std/assert@1", 337 358 "jsr:@std/datetime@*", 338 359 "npm:@atproto/api@*", 360 + "npm:@js-temporal/polyfill@*", 339 361 "npm:@letta-ai/letta-client@*" 340 362 ] 341 363 }