@agoric/cache 0.3.3-ymax-v0.2-alpha-dev-a527ef4.0 → 0.4.0-u22.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 +5 -28
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,25 +3,22 @@
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.1...@agoric/cache@0.3.2) (2023-06-02)
7
-
8
- **Note:** Version bump only for package @agoric/cache
6
+ ## [0.4.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.2...@agoric/cache@0.4.0-u22.0) (2025-09-08)
9
7
 
8
+ ### Features
10
9
 
10
+ * **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0))
11
11
 
12
+ ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.1...@agoric/cache@0.3.2) (2023-06-02)
12
13
 
14
+ **Note:** Version bump only for package @agoric/cache
13
15
 
14
16
  ### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.0...@agoric/cache@0.3.1) (2023-05-24)
15
17
 
16
18
  **Note:** Version bump only for package @agoric/cache
17
19
 
18
-
19
-
20
-
21
-
22
20
  ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.3.0) (2023-05-19)
23
21
 
24
-
25
22
  ### ⚠ BREAKING CHANGES
26
23
 
27
24
  * emit smallcaps-format data in all marshallers
@@ -31,48 +28,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
28
 
32
29
  * emit smallcaps-format data in all marshallers ([1753df8](https://github.com/Agoric/agoric-sdk/commit/1753df83465785b5ee71b250770c9b012d750ffc)), closes [#6822](https://github.com/Agoric/agoric-sdk/issues/6822)
33
30
 
34
-
35
31
  ### Miscellaneous Chores
36
32
 
37
33
  * remove storeName parameter ([452f9bc](https://github.com/Agoric/agoric-sdk/commit/452f9bc680d4f54bed5608eb0d7cf67d80d87ba0))
38
34
 
39
-
40
-
41
35
  ### [0.2.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.2.4) (2023-02-17)
42
36
 
43
37
  **Note:** Version bump only for package @agoric/cache
44
38
 
45
-
46
-
47
-
48
-
49
39
  ### [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.2...@agoric/cache@0.2.3) (2022-10-18)
50
40
 
51
41
  **Note:** Version bump only for package @agoric/cache
52
42
 
53
-
54
-
55
-
56
-
57
43
  ### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.1...@agoric/cache@0.2.2) (2022-10-08)
58
44
 
59
45
  **Note:** Version bump only for package @agoric/cache
60
46
 
61
-
62
-
63
-
64
-
65
47
  ### [0.2.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.0...@agoric/cache@0.2.1) (2022-10-05)
66
48
 
67
49
  **Note:** Version bump only for package @agoric/cache
68
50
 
69
-
70
-
71
-
72
-
73
51
  ## 0.2.0 (2022-09-20)
74
52
 
75
-
76
53
  ### Features
77
54
 
78
55
  * **cache:** makeChainStorageCoordinator ([a9b8f3e](https://github.com/Agoric/agoric-sdk/commit/a9b8f3ebe4ff3e25c857426781ae5c403198f234))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cache",
3
- "version": "0.3.3-ymax-v0.2-alpha-dev-a527ef4.0+a527ef4",
3
+ "version": "0.4.0-u22.0",
4
4
  "description": "Agoric's simple cache interface",
5
5
  "type": "module",
6
6
  "main": "src/main.js",
@@ -8,7 +8,7 @@
8
8
  "scripts": {
9
9
  "build": "exit 0",
10
10
  "test": "ava",
11
- "test:c8": "c8 --all $C8_OPTIONS ava",
11
+ "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
12
12
  "test:xs": "exit 0",
13
13
  "lint-fix": "yarn lint:eslint --fix",
14
14
  "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
@@ -19,15 +19,15 @@
19
19
  "author": "Agoric",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@agoric/internal": "workspace:*",
23
- "@agoric/notifier": "workspace:*",
24
- "@agoric/store": "workspace:*",
25
- "@agoric/vat-data": "workspace:*",
26
- "@endo/far": "^1.1.11",
27
- "@endo/marshal": "^1.6.4"
22
+ "@agoric/internal": "0.4.0-u22.0",
23
+ "@agoric/notifier": "0.7.0-u22.0",
24
+ "@agoric/store": "0.10.0-u22.0",
25
+ "@agoric/vat-data": "0.6.0-u22.0",
26
+ "@endo/far": "^1.1.14",
27
+ "@endo/marshal": "^1.8.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@agoric/zoe": "workspace:*",
30
+ "@agoric/zoe": "0.27.0-u22.0",
31
31
  "ava": "^5.3.0",
32
32
  "c8": "^10.1.3"
33
33
  },
@@ -49,5 +49,5 @@
49
49
  "typeCoverage": {
50
50
  "atLeast": 94.13
51
51
  },
52
- "gitHead": "a527ef456b970107c2395833dce9abd87689959e"
52
+ "gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
53
53
  }