astro-opengraph-images 1.16.0-dev.1060 → 1.16.0-dev.1064
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 -3
- package/package.json +2 -2
package/bun.lock
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@shepherdjerred/eslint-config": "file:../eslint-config",
|
|
16
16
|
"@tsconfig/node24": "^24.0.4",
|
|
17
17
|
"@tsconfig/strictest": "^2.0.8",
|
|
18
|
-
"@types/bun": "^1.3.
|
|
18
|
+
"@types/bun": "^1.3.13",
|
|
19
19
|
"@types/jsdom": "^28.0.1",
|
|
20
20
|
"@types/node": "^25.6.0",
|
|
21
21
|
"@types/react": "^19.2.14",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
|
|
376
376
|
"@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="],
|
|
377
377
|
|
|
378
|
-
"@types/bun": ["@types/bun@1.3.
|
|
378
|
+
"@types/bun": ["@types/bun@1.3.13", "", { "dependencies": { "bun-types": "1.3.13" } }, "sha512-9fqXWk5YIHGGnUau9TEi+qdlTYDAnOj+xLCmSTwXfAIqXr2x4tytJb43E9uCvt09zJURKXwAtkoH4nLQfzeTXw=="],
|
|
379
379
|
|
|
380
380
|
"@types/chai": ["@types/chai@5.2.3", "", { "dependencies": { "@types/deep-eql": "*", "assertion-error": "^2.0.1" } }, "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA=="],
|
|
381
381
|
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
|
|
560
560
|
"builtin-modules": ["builtin-modules@5.0.0", "", {}, "sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg=="],
|
|
561
561
|
|
|
562
|
-
"bun-types": ["bun-types@1.3.
|
|
562
|
+
"bun-types": ["bun-types@1.3.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-QXKeHLlOLqQX9LgYaHJfzdBaV21T63HhFJnvuRCcjZiaUDpbs5ED1MgxbMra71CsryN/1dAoXuJJJwIv/2drVA=="],
|
|
563
563
|
|
|
564
564
|
"call-bind": ["call-bind@1.0.8", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", "get-intrinsic": "^1.2.4", "set-function-length": "^1.2.2" } }, "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="],
|
|
565
565
|
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"url": "https://github.com/shepherdjerred/monorepo/issues"
|
|
18
18
|
},
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "1.16.0-dev.
|
|
20
|
+
"version": "1.16.0-dev.1064",
|
|
21
21
|
"imports": {
|
|
22
22
|
"#src/*": "./src/*"
|
|
23
23
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@shepherdjerred/eslint-config": "^0.2.0",
|
|
70
70
|
"@tsconfig/node24": "^24.0.4",
|
|
71
71
|
"@tsconfig/strictest": "^2.0.8",
|
|
72
|
-
"@types/bun": "^1.3.
|
|
72
|
+
"@types/bun": "^1.3.13",
|
|
73
73
|
"@types/jsdom": "^28.0.1",
|
|
74
74
|
"@types/node": "^25.6.0",
|
|
75
75
|
"@types/react": "^19.2.14",
|