one 1.21.9 → 1.21.10
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "one",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.10",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"setup.mjs",
|
|
@@ -181,18 +181,18 @@
|
|
|
181
181
|
"@cloudflare/vite-plugin": "^1.33.1",
|
|
182
182
|
"@swc/core": "^1.14.0",
|
|
183
183
|
"@ungap/structured-clone": "^1.2.0",
|
|
184
|
-
"@vxrn/color-scheme": "1.21.
|
|
185
|
-
"@vxrn/compiler": "1.21.
|
|
186
|
-
"@vxrn/resolve": "1.21.
|
|
187
|
-
"@vxrn/tslib-lite": "1.21.
|
|
188
|
-
"@vxrn/use-isomorphic-layout-effect": "1.21.
|
|
189
|
-
"@vxrn/vite-plugin-metro": "1.21.
|
|
184
|
+
"@vxrn/color-scheme": "1.21.10",
|
|
185
|
+
"@vxrn/compiler": "1.21.10",
|
|
186
|
+
"@vxrn/resolve": "1.21.10",
|
|
187
|
+
"@vxrn/tslib-lite": "1.21.10",
|
|
188
|
+
"@vxrn/use-isomorphic-layout-effect": "1.21.10",
|
|
189
|
+
"@vxrn/vite-plugin-metro": "1.21.10",
|
|
190
190
|
"babel-dead-code-elimination": "1.0.10",
|
|
191
191
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
192
192
|
"babel-preset-expo": "~55.0.0",
|
|
193
193
|
"citty": "^0.1.6",
|
|
194
194
|
"core-js": "^3.38.1",
|
|
195
|
-
"create-vxrn": "1.21.
|
|
195
|
+
"create-vxrn": "1.21.10",
|
|
196
196
|
"escape-string-regexp": "^5.0.0",
|
|
197
197
|
"expo-linking": "~55.0.7",
|
|
198
198
|
"expo-modules-core": "~55.0.16",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"tsconfig-paths": "^4",
|
|
213
213
|
"use-latest-callback": "^0.2.3",
|
|
214
214
|
"vite": "^8.0.13",
|
|
215
|
-
"vxrn": "1.21.
|
|
215
|
+
"vxrn": "1.21.10",
|
|
216
216
|
"ws": "^8.21.0",
|
|
217
217
|
"xxhashjs": "^0.2.2"
|
|
218
218
|
},
|
|
@@ -9,7 +9,7 @@ export type ImageMeta = {
|
|
|
9
9
|
height: number;
|
|
10
10
|
blurDataURL: string;
|
|
11
11
|
};
|
|
12
|
-
export declare function getSharp(): Promise<typeof import('sharp')['default'] | null>;
|
|
12
|
+
export declare function getSharp(): Promise<(typeof import('sharp'))['default'] | null>;
|
|
13
13
|
/**
|
|
14
14
|
* Process an image file and return its metadata.
|
|
15
15
|
* Internal helper used by both getImageData and imageDataPlugin.
|