@agoric/cache 0.3.3-upgrade-21-dev-16519b2.0 → 0.3.3-ymax-v0.2-alpha-dev-a527ef4.0

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 +0 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,15 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [0.3.3-u21.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.2...@agoric/cache@0.3.3-u21.0) (2025-06-19)
7
-
8
-
9
- ### Features
10
-
11
- * **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0))
12
-
13
-
14
-
15
6
  ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.1...@agoric/cache@0.3.2) (2023-06-02)
16
7
 
17
8
  **Note:** Version bump only for package @agoric/cache
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cache",
3
- "version": "0.3.3-upgrade-21-dev-16519b2.0+16519b2",
3
+ "version": "0.3.3-ymax-v0.2-alpha-dev-a527ef4.0+a527ef4",
4
4
  "description": "Agoric's simple cache interface",
5
5
  "type": "module",
6
6
  "main": "src/main.js",
@@ -49,5 +49,5 @@
49
49
  "typeCoverage": {
50
50
  "atLeast": 94.13
51
51
  },
52
- "gitHead": "16519b2de1eb2afda2b4ec866f55eadd4bb18223"
52
+ "gitHead": "a527ef456b970107c2395833dce9abd87689959e"
53
53
  }