een-api-toolkit 0.3.0 → 0.3.4
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/CHANGELOG.md +7 -10
- package/README.md +5 -3
- package/docs/AI-CONTEXT.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [0.3.
|
|
5
|
+
## [0.3.4] - 2026-01-04
|
|
6
6
|
|
|
7
7
|
### Release Summary
|
|
8
8
|
|
|
@@ -10,18 +10,15 @@ No PR descriptions available for this release.
|
|
|
10
10
|
|
|
11
11
|
### Detailed Changes
|
|
12
12
|
|
|
13
|
-
#### Features
|
|
14
|
-
- feat: Add Marp presentation generation infrastructure
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
- fix: Address code review feedback for presentation infrastructure
|
|
18
|
-
|
|
19
13
|
#### Other Changes
|
|
20
|
-
- docs:
|
|
14
|
+
- docs: Address code review feedback
|
|
15
|
+
- docs: Update README description and add disclaimer
|
|
16
|
+
- docs: Move infographic above Key Features section
|
|
17
|
+
- docs: Add infographic header image to README
|
|
21
18
|
|
|
22
19
|
### Links
|
|
23
20
|
- [npm package](https://www.npmjs.com/package/een-api-toolkit)
|
|
24
|
-
- [Full Changelog](https://github.com/klaushofrichter/een-api-toolkit/compare/v0.
|
|
21
|
+
- [Full Changelog](https://github.com/klaushofrichter/een-api-toolkit/compare/v0.3.0...v0.3.4)
|
|
25
22
|
|
|
26
23
|
---
|
|
27
|
-
*Released: 2026-01-04
|
|
24
|
+
*Released: 2026-01-04 15:31:38 CST*
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# een-api-toolkit
|
|
2
2
|
|
|
3
|
-
A TypeScript library for the [Eagle Eye Networks](https://een.com/) Video API v3.0, designed for Vue 3 applications.
|
|
3
|
+
A TypeScript library for the [Eagle Eye Networks (EEN)](https://een.com/) Video Platform API v3.0, designed for Vue 3 applications.
|
|
4
4
|
|
|
5
5
|
## Purpose
|
|
6
6
|
|
|
@@ -8,8 +8,12 @@ This toolkit aims to **simplify and accelerate web application development** for
|
|
|
8
8
|
|
|
9
9
|
The project is also designed to **enable AI-assisted software development**. With comprehensive documentation, clear code patterns, and an AI-optimized context file (`docs/AI-CONTEXT.md`), AI coding assistants can effectively help developers build, extend, and maintain applications using this toolkit.
|
|
10
10
|
|
|
11
|
+
This repository is provided as-is without any warranty, functionality guarantee, or assurance of availability. This repository uses EEN's services but is not affiliated with Eagle Eye Networks.
|
|
12
|
+
|
|
11
13
|
> **Note:** Work in progress - do not use in production yet.
|
|
12
14
|
|
|
15
|
+

|
|
16
|
+
|
|
13
17
|
## Key Features
|
|
14
18
|
|
|
15
19
|
- **Plain Async Functions** - Simple API calls with `getCurrentUser()`, `getUsers()`, `getUser()`, `getCameras()`, `getCamera()`
|
|
@@ -249,5 +253,3 @@ npm run test:e2e:ui
|
|
|
249
253
|
MIT
|
|
250
254
|
|
|
251
255
|
---
|
|
252
|
-
|
|
253
|
-
This repository is provided as-is without warranty. It uses EEN services but is not affiliated with Eagle Eye Networks.
|
package/docs/AI-CONTEXT.md
CHANGED