@plasius/video 0.1.9 → 0.1.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -15,6 +15,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
15
15
  - Added `AIVideoGenerationScreen` and `AIVideoGenerationStudioDemo` React components to provide a demo-ready staged UI scaffold.
16
16
  - Added visual-style token exports (`aiVideoGenerationTokens`) and stage-flow metadata (`aiVideoStageFlow`) for host app integration.
17
17
  - Added tests for design token values, stage ordering, and core style hooks in `tests/ai-video-generation-design.test.ts`.
18
+ - Added ADR documentation scaffold under `docs/ADRS/` with an index and governance baseline decision.
18
19
 
19
20
  - **Changed**
20
21
  - Migrated linting to ESLint flat config (`eslint.config.js`) for ESLint v10 compatibility.
@@ -81,6 +82,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
81
82
  4. Tag the release in Git (`vX.Y.Z`) and push tags.
82
83
  5. Publish to npm via GitHub CD pipeline.
83
84
 
84
- [Unreleased]: https://github.com/Plasius-LTD/video/compare/v0.1.1...HEAD
85
+ [Unreleased]: https://github.com/Plasius-LTD/video/compare/v0.1.11...HEAD
85
86
  [0.1.1]: https://github.com/Plasius-LTD/video/releases/tag/v0.1.1
86
87
  [0.1.0]: https://github.com/Plasius-LTD/video/releases/tag/v0.1.0
88
+ [0.1.11]: https://github.com/Plasius-LTD/video/releases/tag/v0.1.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/video",
3
- "version": "0.1.9",
3
+ "version": "0.1.12",
4
4
  "description": "Standalone npm package for video generation components and helpers for the Plasius ecosystem",
5
5
  "type": "module",
6
6
  "private": false,
@@ -69,32 +69,32 @@
69
69
  },
70
70
  "homepage": "https://github.com/Plasius-LTD/video#readme",
71
71
  "peerDependencies": {
72
- "react": "^19.1.0",
73
- "react-dom": "^19.1.0"
72
+ "react": "^19",
73
+ "react-dom": "^19"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@eslint/js": "^10.0.1",
77
77
  "@testing-library/dom": "^10.4.1",
78
78
  "@testing-library/react": "^16.3.0",
79
- "@types/node": "^24.3.1",
79
+ "@types/node": "^25.5.0",
80
80
  "@types/react": "^19.2.14",
81
81
  "@types/react-dom": "^19.2.3",
82
82
  "@types/uuid": "^10.0.0",
83
- "@typescript-eslint/eslint-plugin": "^8.56.0",
84
- "@typescript-eslint/parser": "^8.56.0",
85
- "@vitest/coverage-v8": "^4.0.18",
86
- "ajv": "^6.12.6",
87
- "eslint": "^10.0.1",
83
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
84
+ "@typescript-eslint/parser": "^8.58.0",
85
+ "@vitest/coverage-v8": "^4.1.2",
86
+ "ajv": "^8.18.0",
87
+ "eslint": "^10.1.0",
88
88
  "globals": "^17.3.0",
89
- "jsdom": "^28.1.0",
90
- "npm-run-all": "^1.1.3",
91
- "react": "^19.1.0",
92
- "react-dom": "^19.1.0",
89
+ "jsdom": "^29.0.1",
90
+ "npm-run-all": "^4.1.5",
91
+ "react": "^19.2.4",
92
+ "react-dom": "^19.2.4",
93
93
  "rimraf": "^6.0.1",
94
94
  "tsup": "^8.5.0",
95
95
  "tsx": "^4.21.0",
96
- "typescript": "^5.9.3",
97
- "vitest": "^4.0.18",
96
+ "typescript": "^6.0.2",
97
+ "vitest": "^4.1.2",
98
98
  "zod": "^4.1.12"
99
99
  },
100
100
  "publishConfig": {
@@ -111,7 +111,7 @@
111
111
  }
112
112
  ],
113
113
  "engines": {
114
- "node": ">=22.12"
114
+ "node": ">=24"
115
115
  },
116
116
  "packageManager": "npm@11.4.2",
117
117
  "overrides": {