@absolutejs/absolute 0.19.0-beta.602 → 0.19.0-beta.603
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 +53 -7
package/package.json
CHANGED
|
@@ -50,6 +50,52 @@
|
|
|
50
50
|
"engines": {
|
|
51
51
|
"bun": ">=1.3.6"
|
|
52
52
|
},
|
|
53
|
+
"typesVersions": {
|
|
54
|
+
"*": {
|
|
55
|
+
"ai": [
|
|
56
|
+
"dist/src/ai/index.d.ts"
|
|
57
|
+
],
|
|
58
|
+
"ai/*": [
|
|
59
|
+
"dist/src/ai/*"
|
|
60
|
+
],
|
|
61
|
+
"angular": [
|
|
62
|
+
"dist/src/angular/index.d.ts"
|
|
63
|
+
],
|
|
64
|
+
"angular/*": [
|
|
65
|
+
"dist/src/angular/*"
|
|
66
|
+
],
|
|
67
|
+
"build": [
|
|
68
|
+
"dist/src/build.d.ts"
|
|
69
|
+
],
|
|
70
|
+
"client": [
|
|
71
|
+
"dist/src/client/index.d.ts"
|
|
72
|
+
],
|
|
73
|
+
"image": [
|
|
74
|
+
"dist/src/utils/imageClient.d.ts"
|
|
75
|
+
],
|
|
76
|
+
"islands": [
|
|
77
|
+
"dist/src/islands/index.d.ts"
|
|
78
|
+
],
|
|
79
|
+
"react": [
|
|
80
|
+
"dist/src/react/index.d.ts"
|
|
81
|
+
],
|
|
82
|
+
"react/*": [
|
|
83
|
+
"dist/src/react/*"
|
|
84
|
+
],
|
|
85
|
+
"svelte": [
|
|
86
|
+
"dist/src/svelte/index.d.ts"
|
|
87
|
+
],
|
|
88
|
+
"svelte/*": [
|
|
89
|
+
"dist/src/svelte/*"
|
|
90
|
+
],
|
|
91
|
+
"vue": [
|
|
92
|
+
"dist/src/vue/index.d.ts"
|
|
93
|
+
],
|
|
94
|
+
"vue/*": [
|
|
95
|
+
"dist/src/vue/*"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
},
|
|
53
99
|
"exports": {
|
|
54
100
|
".": {
|
|
55
101
|
"import": "./dist/index.js",
|
|
@@ -240,12 +286,12 @@
|
|
|
240
286
|
"main": "./dist/index.js",
|
|
241
287
|
"name": "@absolutejs/absolute",
|
|
242
288
|
"optionalDependencies": {
|
|
243
|
-
"@absolutejs/native-darwin-arm64": "0.19.0-beta.
|
|
244
|
-
"@absolutejs/native-darwin-x64": "0.19.0-beta.
|
|
245
|
-
"@absolutejs/native-linux-arm64": "0.19.0-beta.
|
|
246
|
-
"@absolutejs/native-linux-x64": "0.19.0-beta.
|
|
247
|
-
"@absolutejs/native-windows-arm64": "0.19.0-beta.
|
|
248
|
-
"@absolutejs/native-windows-x64": "0.19.0-beta.
|
|
289
|
+
"@absolutejs/native-darwin-arm64": "0.19.0-beta.603",
|
|
290
|
+
"@absolutejs/native-darwin-x64": "0.19.0-beta.603",
|
|
291
|
+
"@absolutejs/native-linux-arm64": "0.19.0-beta.603",
|
|
292
|
+
"@absolutejs/native-linux-x64": "0.19.0-beta.603",
|
|
293
|
+
"@absolutejs/native-windows-arm64": "0.19.0-beta.603",
|
|
294
|
+
"@absolutejs/native-windows-x64": "0.19.0-beta.603"
|
|
249
295
|
},
|
|
250
296
|
"overrides": {
|
|
251
297
|
"@typescript-eslint/utils": "8.56.1"
|
|
@@ -326,5 +372,5 @@
|
|
|
326
372
|
"typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
|
|
327
373
|
},
|
|
328
374
|
"types": "./dist/src/index.d.ts",
|
|
329
|
-
"version": "0.19.0-beta.
|
|
375
|
+
"version": "0.19.0-beta.603"
|
|
330
376
|
}
|