Logo
Explore Help
Sign In
kennethnym/aris
1
0
Fork 0
You've already forked aris
mirror of https://github.com/kennethnym/aris.git synced 2026-03-20 09:01:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
8df340d9afb075036369cce089682754f89ec444
aris/packages/aris-core/package.json

14 lines
217 B
JSON
Raw Normal View History

initial commit
2026-01-16 00:56:55 +00:00
{
"name": "@aris/core",
"version": "0.0.0",
"type": "module",
fix(core): correct main and types paths in package.json Paths pointed to index.ts but actual file is at src/index.ts. Co-authored-by: Ona <no-reply@ona.com>
2026-01-19 00:08:04 +00:00
"main": "src/index.ts",
"types": "src/index.ts",
initial commit
2026-01-16 00:56:55 +00:00
"scripts": {
"test": "bun test ."
feat: add actions to FeedSource interface Add listActions() and executeAction() to FeedSource for write operations back to external services. Actions use arktype schemas for input validation via StandardSchemaV1. - ActionDefinition type with optional input schema - FeedEngine routes actions with existence and ID validation - Source IDs use reverse-domain format (aris.location, aris.tfl) - LocationSource: update-location action with schema validation - TflSource: set-lines-of-interest action with lineId validation - No-op implementations for sources without actions Co-authored-by: Ona <no-reply@ona.com>
2026-02-15 12:26:23 +00:00
},
"dependencies": {
"@standard-schema/spec": "^1.1.0"
initial commit
2026-01-16 00:56:55 +00:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 231ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API