@quenty/tuple
Advanced tools
Comparing version 1.0.1-canary.478.34e8ede.0 to 1.0.1-canary.478.88914d9.0
@@ -6,7 +6,13 @@ # Change Log | ||
## 1.0.1-canary.478.34e8ede.0 (2024-08-27) | ||
## 1.0.1-canary.478.88914d9.0 (2024-09-12) | ||
### Bug Fixes | ||
* Fix tuple string conversion ([9b907d5](https://github.com/Quenty/NevermoreEngine/commit/9b907d5d068e2b73fb9de6a8aef89504b30ccb22)) | ||
### Features | ||
* Add tuple package and fix tie signal ([134f90c](https://github.com/Quenty/NevermoreEngine/commit/134f90c03b265b9d2232198475ca27f4d5e87071)) | ||
* Add TupleLookup ([4de1c5f](https://github.com/Quenty/NevermoreEngine/commit/4de1c5fcd226fdcb5f23f26cd0b3ec31005a5330)) |
{ | ||
"name": "@quenty/tuple", | ||
"version": "1.0.1-canary.478.34e8ede.0", | ||
"version": "1.0.1-canary.478.88914d9.0", | ||
"description": "Tuple utility package", | ||
@@ -28,3 +28,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "10.3.1-canary.478.34e8ede.0" | ||
"@quenty/loader": "10.3.1-canary.478.88914d9.0", | ||
"@quenty/lrucache": "1.1.1-canary.478.88914d9.0" | ||
}, | ||
@@ -34,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "34e8edee97fa93a0a5bd84442b85826082444f2a" | ||
"gitHead": "88914d9021cfc9d91111f4d825341271dc292ec4" | ||
} |
Sorry, the diff of this file is not supported yet
6897
10
2
+ Added@quenty/loader@10.3.1-canary.478.88914d9.0(transitive)
+ Added@quenty/lrucache@1.1.1-canary.478.88914d9.0(transitive)
- Removed@quenty/loader@10.3.1-canary.478.34e8ede.0(transitive)