@bongos/core 1.19.605 → 1.19.606
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/.bongos-core.json +9 -9
- package/docs/module-api-changelog.md +2 -0
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/src/module-api.js +1 -1
package/.bongos-core.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"artifact": "bongos-core",
|
|
3
3
|
"manifest_schema": 1,
|
|
4
4
|
"generator": "scripts/gds/package-core.js",
|
|
5
|
-
"core_version": "1.19.
|
|
6
|
-
"core_contract": "1.19.
|
|
7
|
-
"source_commit": "
|
|
5
|
+
"core_version": "1.19.606",
|
|
6
|
+
"core_contract": "1.19.606",
|
|
7
|
+
"source_commit": "01995576a9a5691914eaf92601a2babcb7f80436",
|
|
8
8
|
"source_ref": "HEAD",
|
|
9
|
-
"built_at": "2026-09-08T23:
|
|
9
|
+
"built_at": "2026-09-08T23:43:27.112Z",
|
|
10
10
|
"redaction": {
|
|
11
11
|
"model": "docs-redacted+functional-verbatim",
|
|
12
12
|
"docs_redacted": 458,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"gate": "passed"
|
|
18
18
|
},
|
|
19
19
|
"file_count": 2559,
|
|
20
|
-
"tree_sha256": "
|
|
20
|
+
"tree_sha256": "b6468d5e9ecfea1fc1343a754b406f526858051bbb096a22aaa58915cf7673ab",
|
|
21
21
|
"files": [
|
|
22
22
|
{
|
|
23
23
|
"path": ".claude/skills/blocker-review/SKILL.md",
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
{
|
|
2733
2733
|
"path": "docs/module-api-changelog.md",
|
|
2734
2734
|
"mode": "0000644",
|
|
2735
|
-
"sha256": "
|
|
2735
|
+
"sha256": "70528d71799dfa6f699267c439e32e65b2b922b768a6b7ff3b5b2f4d7aae8bd4"
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
"path": "docs/modules-contract.md",
|
|
@@ -7632,12 +7632,12 @@
|
|
|
7632
7632
|
{
|
|
7633
7633
|
"path": "package-lock.json",
|
|
7634
7634
|
"mode": "0000644",
|
|
7635
|
-
"sha256": "
|
|
7635
|
+
"sha256": "e1c65152d1b74b121478122824125a5b194f81391d291bded7b7f19a546cd072"
|
|
7636
7636
|
},
|
|
7637
7637
|
{
|
|
7638
7638
|
"path": "package.json",
|
|
7639
7639
|
"mode": "0000644",
|
|
7640
|
-
"sha256": "
|
|
7640
|
+
"sha256": "32c321ede296ec490893a1ca5e120cd82d19424fdb1073242921b6d1b7b1217c"
|
|
7641
7641
|
},
|
|
7642
7642
|
{
|
|
7643
7643
|
"path": "public-docs/index.html",
|
|
@@ -9352,7 +9352,7 @@
|
|
|
9352
9352
|
{
|
|
9353
9353
|
"path": "src/module-api.js",
|
|
9354
9354
|
"mode": "0000644",
|
|
9355
|
-
"sha256": "
|
|
9355
|
+
"sha256": "887427fe5187c116f958ad5c23a0974c1a44fa00a02e43ad6ea5ef6b02f31888"
|
|
9356
9356
|
},
|
|
9357
9357
|
{
|
|
9358
9358
|
"path": "src/module-loader/catalog.js",
|
|
@@ -1659,5 +1659,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
|
|
|
1659
1659
|
landed since 1.19.603 with no explicit bump. run 34288910914. (task 1002620)
|
|
1660
1660
|
1.19.605 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
|
|
1661
1661
|
landed since 1.19.604 with no explicit bump. run 34290892691. (task 1002620)
|
|
1662
|
+
1.19.606 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
|
|
1663
|
+
landed since 1.19.605 with no explicit bump. run 34291868670. (task 1002620)
|
|
1662
1664
|
---------------------------------------------------------------------------
|
|
1663
1665
|
```
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bongos/core",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.606",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@bongos/core",
|
|
9
|
-
"version": "1.19.
|
|
9
|
+
"version": "1.19.606",
|
|
10
10
|
"license": "AGPL-3.0-or-later",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"express": "^4.21.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bongos/core",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.606",
|
|
4
4
|
"description": "Cloud Bongos — the AI-first build platform core (GDS + platform surfaces + module system), installed as a versioned dependency (ADR 0108).",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"main": "src/platform-server.js",
|
package/src/module-api.js
CHANGED
|
@@ -55,7 +55,7 @@ const { buildInfo } = require('./build-info');
|
|
|
55
55
|
// there. scripts/gds/bump-version.js still rewrites the literal below; it appends
|
|
56
56
|
// the entry to that file. Look for a version's history there, not here.
|
|
57
57
|
// ---------------------------------------------------------------------------
|
|
58
|
-
const CORE_VERSION = '1.19.
|
|
58
|
+
const CORE_VERSION = '1.19.606'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
|
|
59
59
|
|
|
60
60
|
// A namespaced logger so a module's log lines are attributable + consistent.
|
|
61
61
|
// Usage: const log = api.logger('dev-box'); log.info('mounted');
|