@rotifer/playground 0.7.7 → 0.7.8
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.7.8] - 2026-02-17
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **Security tests** — 5 new test files: path traversal, command injection, token safety, malicious input, credential file permissions (18 tests)
|
|
13
|
+
- **Resilience tests** — 4 new test files: network failure, API error handling, token expiry, config corruption (15 tests)
|
|
14
|
+
- **Edge case tests** — 5 new test files: Unicode names, concurrent operations, duplicate args, version handling, empty project (16 tests)
|
|
15
|
+
- Test coverage: 275 → **332 tests** (+57)
|
|
16
|
+
|
|
8
17
|
## [0.7.7] - 2026-02-17
|
|
9
18
|
|
|
10
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotifer/playground",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "Rotifer Protocol Playground — local development environment for gene development, Arena competition, and protocol simulation",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Rotifer Protocol Contributors",
|