@absolutejs/rag 0.1.0 → 0.1.1

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": "@absolutejs/rag",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "homepage": "https://github.com/absolutejs/rag",
5
5
  "bugs": {
6
6
  "url": "https://github.com/absolutejs/rag/issues"
@@ -62,10 +62,86 @@
62
62
  "./manifest.json": "./dist/manifest.json"
63
63
  },
64
64
  "absolutejs": {
65
- "manifestContract": 2
65
+ "manifestContract": 2,
66
+ "runtimePeers": {
67
+ "@absolutejs/ai": {
68
+ "artifactImports": [
69
+ "@absolutejs/ai",
70
+ "@absolutejs/ai/angular",
71
+ "@absolutejs/ai/client",
72
+ "@absolutejs/ai/react",
73
+ "@absolutejs/ai/vue"
74
+ ],
75
+ "artifactReferences": [],
76
+ "buildExternals": [],
77
+ "optional": false,
78
+ "range": ">=0.0.46 <0.1",
79
+ "tested": "0.0.47"
80
+ },
81
+ "@absolutejs/sync": {
82
+ "artifactImports": [
83
+ "@absolutejs/sync/engine"
84
+ ],
85
+ "artifactReferences": [],
86
+ "buildExternals": [],
87
+ "optional": false,
88
+ "range": ">=2.9.1 <3",
89
+ "tested": "2.11.0"
90
+ },
91
+ "@angular/core": {
92
+ "artifactImports": [
93
+ "@angular/core"
94
+ ],
95
+ "artifactReferences": [],
96
+ "buildExternals": [],
97
+ "optional": true,
98
+ "range": "^21.0.0",
99
+ "tested": "21.2.6"
100
+ },
101
+ "elysia": {
102
+ "artifactImports": [
103
+ "elysia"
104
+ ],
105
+ "artifactReferences": [],
106
+ "buildExternals": [],
107
+ "optional": false,
108
+ "range": "^1.4.18",
109
+ "tested": "1.4.29"
110
+ },
111
+ "react": {
112
+ "artifactImports": [
113
+ "react"
114
+ ],
115
+ "artifactReferences": [],
116
+ "buildExternals": [],
117
+ "optional": true,
118
+ "range": "^19.2.0",
119
+ "tested": "19.2.1"
120
+ },
121
+ "svelte": {
122
+ "artifactImports": [
123
+ "svelte/store"
124
+ ],
125
+ "artifactReferences": [],
126
+ "buildExternals": [],
127
+ "optional": true,
128
+ "range": "^5.35.2",
129
+ "tested": "5.55.0"
130
+ },
131
+ "vue": {
132
+ "artifactImports": [
133
+ "vue"
134
+ ],
135
+ "artifactReferences": [],
136
+ "buildExternals": [],
137
+ "optional": true,
138
+ "range": "^3.5.27",
139
+ "tested": "3.5.27"
140
+ }
141
+ }
66
142
  },
67
143
  "dependencies": {
68
- "@absolutejs/manifest": "^0.4.0",
144
+ "@absolutejs/manifest": "^0.7.2",
69
145
  "@sinclair/typebox": "^0.34.0"
70
146
  },
71
147
  "peerDependencies": {
@@ -92,14 +168,14 @@
92
168
  }
93
169
  },
94
170
  "devDependencies": {
95
- "@absolutejs/absolute": "^0.19.0-beta.1051",
96
- "@absolutejs/rag-postgres": "0.0.6",
97
- "@absolutejs/rag-sqlite": "0.0.6",
98
- "@angular/core": "^21.0.0",
171
+ "@absolutejs/absolute": "0.19.0-beta.1115",
172
+ "@absolutejs/rag-postgres": "0.0.11",
173
+ "@absolutejs/rag-sqlite": "0.0.11",
174
+ "@angular/core": "21.2.6",
99
175
  "@eslint/js": "^10.0.1",
100
- "@types/bun": "1.3.9",
176
+ "@types/bun": "1.3.14",
101
177
  "@types/react": "19.2.0",
102
- "elysia": "1.4.18",
178
+ "elysia": "1.4.29",
103
179
  "eslint": "^10.0.3",
104
180
  "eslint-plugin-absolute": "^0.2.6",
105
181
  "eslint-plugin-promise": "^7.2.1",
@@ -108,11 +184,11 @@
108
184
  "react": "19.2.1",
109
185
  "react-dom": "19.2.1",
110
186
  "svelte": "5.55.0",
111
- "typescript": "^5.9.3",
187
+ "typescript": "5.9.3",
112
188
  "typescript-eslint": "^8.56.1",
113
189
  "vue": "3.5.27",
114
- "@absolutejs/sync": "2.9.1",
115
- "@absolutejs/ai": "0.0.46"
190
+ "@absolutejs/sync": "2.11.0",
191
+ "@absolutejs/ai": "0.0.47"
116
192
  },
117
193
  "scripts": {
118
194
  "build": "bun run scripts/build.ts && absolute-manifest emit",