@serve.zone/dcrouter 32.2.0 → 32.3.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.
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/dcrouter",
3
- "version": "32.2.0",
3
+ "version": "32.3.0",
4
4
  "exports": "./binary/dcrouter.ts",
5
5
  "compile": {
6
6
  "include": [
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '32.2.0',
6
+ version: '32.3.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '32.2.0',
6
+ version: '32.3.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsc0JBQXNCO0lBQzVCLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSwwRUFBMEU7Q0FDeEYsQ0FBQSJ9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@serve.zone/dcrouter",
3
3
  "private": false,
4
- "version": "32.2.0",
4
+ "version": "32.3.0",
5
5
  "description": "A multifaceted routing service handling mail and SMS delivery functions.",
6
6
  "type": "module",
7
7
  "bin": {
@@ -19,13 +19,12 @@
19
19
  "@git.zone/tsbundle": "^2.14.0",
20
20
  "@git.zone/tsdeno": "^1.8.0",
21
21
  "@git.zone/tsdocker": "^3.8.1",
22
- "@git.zone/tspublish": "^1.14.1",
23
22
  "@git.zone/tsrun": "^2.0.6",
24
- "@git.zone/tstest": "^6.1.4",
23
+ "@git.zone/tstest": "^6.1.5",
25
24
  "@git.zone/tswatch": "^3.3.5",
26
25
  "@push.rocks/smartdb-v2": "npm:@push.rocks/smartdb@2.14.6",
27
26
  "@push.rocks/smartdb-v5.2": "npm:@push.rocks/smartdb@5.2.2",
28
- "@types/node": "26.5.1",
27
+ "@types/node": "26.6.1",
29
28
  "@types/web-push": "3.6.4"
30
29
  },
31
30
  "dependencies": {
@@ -135,7 +134,6 @@
135
134
  "build:docker": "tsdocker build --verbose",
136
135
  "release:docker": "tsdocker push --verbose",
137
136
  "bundle": "(tsbundle)",
138
- "publish:packages": "(tspublish)",
139
137
  "watch": "tswatch"
140
138
  }
141
139
  }
package/readme.md CHANGED
@@ -906,9 +906,9 @@ and resolves a production closure of 184 packages instead of 579, dropping the
906
906
  native `argon2` build, `mongodb`, `@lossless.org/client`, the dashboard
907
907
  component library, `@push.rocks/smartdata` and `@push.rocks/smartbucket`.
908
908
  `@serve.zone/dcrouter` keeps both subpath exports, so existing consumers
909
- migrate whenever it suits them, and a consumer whose runtime version has no
910
- matching `@serve.zone/dcrouter-apiclient` release on the registry imports the
911
- same client from `@serve.zone/dcrouter/apiclient`.
909
+ migrate whenever it suits them. `@serve.zone/dcrouter-apiclient` has no release
910
+ for 32.2.0 and earlier; a consumer pinned to one of those runtime versions
911
+ imports the same client from `@serve.zone/dcrouter/apiclient`.
912
912
 
913
913
  **Both packages install on Linux x64 and arm64 only.** Contract members are
914
914
  typed against `@push.rocks/smartmta`, `@push.rocks/smartproxy` and
@@ -923,10 +923,11 @@ move their Rust payloads into per-platform optional packages.
923
923
  package and are not published separately (`./ts_migrations/readme.md`,
924
924
  `./ts_web/readme.md`).
925
925
 
926
- `gitzone release` publishes `@serve.zone/dcrouter` and qualifies the Docker
927
- images. `@serve.zone/dcrouter-apiclient` is not part of that release:
928
- `pnpm run publish:packages` publishes it afterwards, at the version the release
929
- cut, so its registry versions can trail the runtime's.
926
+ One `gitzone release` (gitzone 7 and later) publishes both packages and the
927
+ Docker images at the same version. It qualifies the images first, publishes
928
+ `@serve.zone/dcrouter-apiclient` before `@serve.zone/dcrouter`, and promotes the
929
+ images only once both packages are verified on every registry, so every
930
+ runtime release from then on has a client release of the same version.
930
931
 
931
932
  ## Development
932
933
 
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '32.2.0',
6
+ version: '32.3.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  }
@@ -187,7 +187,7 @@ Use `@serve.zone/dcrouter` for the server runtime. The canonical machine-facing
187
187
 
188
188
  ## Development
189
189
 
190
- This folder is published from the dcrouter monorepo through its `tspublish.json`, which also owns `ts_interfaces` and exposes it as the `./interfaces` subpath. Both folders keep the build order they always had (`ts_interfaces` first, then `ts_apiclient`). See `../ts_interfaces/readme.md` for the contract surface. `pnpm run publish:packages` is the publisher: it runs after a `gitzone release` and pushes this package at the version that release cut.
190
+ This folder is published from the dcrouter monorepo through its `tspublish.json`, which also owns `ts_interfaces` and exposes it as the `./interfaces` subpath. Both folders keep the build order they always had (`ts_interfaces` first, then `ts_apiclient`). See `../ts_interfaces/readme.md` for the contract surface. `gitzone release` publishes this package in the same release as `@serve.zone/dcrouter` and the Docker images, at the same version and before the runtime package.
191
191
 
192
192
  Useful source entry points:
193
193
 
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '32.2.0',
6
+ version: '32.3.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  }