@agoric/cache 0.3.3-ymax-v0.2-alpha-dev-8e37faa.0 → 0.4.0-u22.1

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 +7 -26
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,25 +3,26 @@
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)
6
+ ## [0.4.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.4.0-u22.0...@agoric/cache@0.4.0-u22.1) (2025-09-09)
7
7
 
8
8
  **Note:** Version bump only for package @agoric/cache
9
9
 
10
+ ## [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)
10
11
 
12
+ ### Features
11
13
 
14
+ * **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0))
12
15
 
13
-
14
- ### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.0...@agoric/cache@0.3.1) (2023-05-24)
16
+ ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.1...@agoric/cache@0.3.2) (2023-06-02)
15
17
 
16
18
  **Note:** Version bump only for package @agoric/cache
17
19
 
20
+ ### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.3.0...@agoric/cache@0.3.1) (2023-05-24)
18
21
 
19
-
20
-
22
+ **Note:** Version bump only for package @agoric/cache
21
23
 
22
24
  ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.3.0) (2023-05-19)
23
25
 
24
-
25
26
  ### ⚠ BREAKING CHANGES
26
27
 
27
28
  * emit smallcaps-format data in all marshallers
@@ -31,48 +32,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
32
 
32
33
  * 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
34
 
34
-
35
35
  ### Miscellaneous Chores
36
36
 
37
37
  * remove storeName parameter ([452f9bc](https://github.com/Agoric/agoric-sdk/commit/452f9bc680d4f54bed5608eb0d7cf67d80d87ba0))
38
38
 
39
-
40
-
41
39
  ### [0.2.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.3...@agoric/cache@0.2.4) (2023-02-17)
42
40
 
43
41
  **Note:** Version bump only for package @agoric/cache
44
42
 
45
-
46
-
47
-
48
-
49
43
  ### [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.2...@agoric/cache@0.2.3) (2022-10-18)
50
44
 
51
45
  **Note:** Version bump only for package @agoric/cache
52
46
 
53
-
54
-
55
-
56
-
57
47
  ### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.1...@agoric/cache@0.2.2) (2022-10-08)
58
48
 
59
49
  **Note:** Version bump only for package @agoric/cache
60
50
 
61
-
62
-
63
-
64
-
65
51
  ### [0.2.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cache@0.2.0...@agoric/cache@0.2.1) (2022-10-05)
66
52
 
67
53
  **Note:** Version bump only for package @agoric/cache
68
54
 
69
-
70
-
71
-
72
-
73
55
  ## 0.2.0 (2022-09-20)
74
56
 
75
-
76
57
  ### Features
77
58
 
78
59
  * **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-8e37faa.0+8e37faa",
3
+ "version": "0.4.0-u22.1",
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.1",
23
+ "@agoric/notifier": "0.7.0-u22.1",
24
+ "@agoric/store": "0.10.0-u22.1",
25
+ "@agoric/vat-data": "0.6.0-u22.1",
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.1",
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": "8e37faaf5265f55433fc80e67c8785a66480c7f4"
52
+ "gitHead": "83a42d0f343b01448a918631dce159b5bdb69b7e"
53
53
  }