instar 1.3.1184 → 1.3.1185
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/dist/data/standards-guard-index.json +1 -1
- package/dist/data/standards-guard-index.meta.json +2 -2
- package/dist/data/standards-registry.meta.json +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +2 -2
- package/src/data/standards-guard-index.json +1 -1
- package/src/data/standards-guard-index.meta.json +2 -2
- package/src/data/standards-registry.meta.json +1 -1
- package/upgrades/1.3.1185.md +37 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"generatedFrom": "source-tree",
|
|
4
4
|
"registrySha256": "81b53363a440e832672618965540b3e507ae0d93adcc67ec2b93daf7933b3ab4",
|
|
5
|
-
"packageVersion": "1.3.
|
|
5
|
+
"packageVersion": "1.3.1185",
|
|
6
6
|
"guards": [
|
|
7
7
|
{
|
|
8
8
|
"ref": "docs/audits/phase-b/f10-triage.md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"sha256": "
|
|
2
|
+
"sha256": "3eb1bd07851f19c2b7daa4f5bcf5b38a58e611750b8edfbe5f4836b7ee919418",
|
|
3
3
|
"registrySha256": "81b53363a440e832672618965540b3e507ae0d93adcc67ec2b93daf7933b3ab4",
|
|
4
|
-
"packageVersion": "1.3.
|
|
4
|
+
"packageVersion": "1.3.1185"
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-08-
|
|
5
|
-
"instarVersion": "1.3.
|
|
4
|
+
"generatedAt": "2026-08-21T16:44:51.648Z",
|
|
5
|
+
"instarVersion": "1.3.1185",
|
|
6
6
|
"entryCount": 202,
|
|
7
7
|
"entries": {
|
|
8
8
|
"hook:session-start": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"generatedFrom": "source-tree",
|
|
4
4
|
"registrySha256": "81b53363a440e832672618965540b3e507ae0d93adcc67ec2b93daf7933b3ab4",
|
|
5
|
-
"packageVersion": "1.3.
|
|
5
|
+
"packageVersion": "1.3.1185",
|
|
6
6
|
"guards": [
|
|
7
7
|
{
|
|
8
8
|
"ref": "docs/audits/phase-b/f10-triage.md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"sha256": "
|
|
2
|
+
"sha256": "3eb1bd07851f19c2b7daa4f5bcf5b38a58e611750b8edfbe5f4836b7ee919418",
|
|
3
3
|
"registrySha256": "81b53363a440e832672618965540b3e507ae0d93adcc67ec2b93daf7933b3ab4",
|
|
4
|
-
"packageVersion": "1.3.
|
|
4
|
+
"packageVersion": "1.3.1185"
|
|
5
5
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- assembled-by: assemble-next-md -->
|
|
4
|
+
<!-- bump: patch -->
|
|
5
|
+
|
|
6
|
+
## What Changed
|
|
7
|
+
|
|
8
|
+
A new manually-started maintenance job was added to this repository's own
|
|
9
|
+
pipeline: it marks ONE already-published version of the package deprecated,
|
|
10
|
+
with a plain-English pointer to the version people should use instead.
|
|
11
|
+
|
|
12
|
+
It exists because a release race can leave an ORPHAN on the registry — a
|
|
13
|
+
version that was published, but whose release commit and tag never landed in
|
|
14
|
+
history. Cleaning one up requires a publish-capable credential, and that
|
|
15
|
+
credential lives only inside this repository's pipeline. This job is the one
|
|
16
|
+
place it can be used for that purpose, and its capability is exactly one write.
|
|
17
|
+
|
|
18
|
+
The job is started by hand only. It never checks out the repository, so no
|
|
19
|
+
repository code runs beside the credential. It can deprecate; it cannot publish
|
|
20
|
+
and it cannot unpublish. The version and the message are supplied when it is
|
|
21
|
+
started, so nothing about the target is baked into the file. A range or a tag
|
|
22
|
+
is refused before the credential is touched, because those would deprecate many
|
|
23
|
+
versions in a single call, and the current recommended version is refused so
|
|
24
|
+
that what everyone installs can never be hit by a typo. Afterwards the result
|
|
25
|
+
is read back from the registry — the command exiting cleanly is not accepted as
|
|
26
|
+
proof on its own.
|
|
27
|
+
|
|
28
|
+
## What to Tell Your User
|
|
29
|
+
|
|
30
|
+
Nothing. This is repository maintenance for the people who publish this
|
|
31
|
+
package; it changes no behaviour on any installed agent and adds no capability
|
|
32
|
+
an agent can reach.
|
|
33
|
+
|
|
34
|
+
## Summary of New Capabilities
|
|
35
|
+
|
|
36
|
+
None for agents or users. One maintenance job for maintainers of this
|
|
37
|
+
repository.
|