Skip to content

Commit cbb1e2e

Browse files
committed
fix: add missing repository fields for npm provenance
Bump to 0.5.1 after partial 0.5.0 publish failure
1 parent 768a09c commit cbb1e2e

17 files changed

Lines changed: 72 additions & 17 deletions

File tree

cli/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/cli",
33
"description": "Simple CLI for interacting with _all_docs functionality",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

doc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `@_all_docs` are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.5.0](https://github.com/indexzero/_all_docs/compare/@_all_docs/cli@0.1.0...HEAD) (2026-02-01)
8+
## [0.5.1](https://github.com/indexzero/_all_docs/compare/@_all_docs/cli@0.1.0...HEAD) (2026-02-02)
99

1010
Major feature release with Views system, enhanced CLI, and multi-runtime support.
1111

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@_all_docs/integration-tests",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/cache",
33
"description": "A hierarchical file-system buffer cache for HTTP responses",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/config",
33
"description": "Configuration for working with _all_docs related packages & tools",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/exec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/exec",
33
"description": "Run distributed map-reduce operations on _all_docs partitions & packuments",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/frame",
33
"description": "All operations related to _all_docs data 'frames'",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/packument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/packument",
33
"description": "Fetch & manipulate packuments from registries",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/partition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@_all_docs/partition",
33
"description": "Fetch, cache, & operate with _all_docs-like `{ rows: [{ _id, _rev, value}] }` partitions",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "index.js",
66
"type": "module",
77
"repository": {

src/pivots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@_all_docs/pivots",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Default pivots from which _all_docs partitions are derived",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)