Sign In

@adrkit/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adrkit/core - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+7
-0
dist/queue/types.d.ts

@@ -61,2 +61,9 @@ /**

corpusFingerprint: string;
/**
* Queue depth. Read directly out of published `queue.json` by third-party
* README badges via a shields.io `dynamic/json` query on `$.totalItems`
* (ADR-0025), so moving, renaming, or reinterpreting this field breaks
* consumers that never imported this package and get no deprecation window.
* Treat it as public API in a `QueueReport` v2, not as an internal count.
*/
totalItems: number;

@@ -63,0 +70,0 @@ totalCorpusFindings: number;

+1
-1
{
"name": "@adrkit/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "Pure ADR parsing, validation, migration, and affects resolution for adrkit.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -96,2 +96,9 @@ /**

corpusFingerprint: string;
/**
* Queue depth. Read directly out of published `queue.json` by third-party
* README badges via a shields.io `dynamic/json` query on `$.totalItems`
* (ADR-0025), so moving, renaming, or reinterpreting this field breaks
* consumers that never imported this package and get no deprecation window.
* Treat it as public API in a `QueueReport` v2, not as an internal count.
*/
totalItems: number;

@@ -98,0 +105,0 @@ totalCorpusFindings: number;