Publish Packages

This commit is contained in:
automated-signal
2026-08-28 11:53:11 -07:00
committed by GitHub
parent e226d149b3
commit 9ff5b4e3ad
8 changed files with 19 additions and 22 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@signalapp/mock-server': major
---
Moves backup APIs to GRPC
-5
View File
@@ -1,5 +0,0 @@
---
'@signalapp/types': minor
---
Add MuteExpiration
-5
View File
@@ -1,5 +0,0 @@
---
'@signalapp/mock-server': minor
---
Make the storage item/manifest accessors synchronous so that writes can't interleave with reads
-5
View File
@@ -1,5 +0,0 @@
---
'@signalapp/mock-server': major
---
Moves backup listMedia to GRPC
+11
View File
@@ -1,5 +1,16 @@
# @signalapp/mock-server
## 27.0.0
### Major Changes
- 375e413: Moves backup APIs to GRPC
- 375e413: Moves backup listMedia to GRPC
### Minor Changes
- 2886354: Make the storage item/manifest accessors synchronous so that writes can't interleave with reads
## 26.0.0
### Major Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@signalapp/mock-server",
"packageManager": "pnpm@10.18.1",
"version": "26.0.0",
"version": "27.0.0",
"description": "Mock Signal Server for writing tests",
"main": "src/index.js",
"types": "src/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# @signalapp/types
## 0.3.0
### Minor Changes
- e8fd531: Add MuteExpiration
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@signalapp/types",
"version": "0.2.0",
"version": "0.3.0",
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public",