canto-data 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,9 @@
3
3
  Data model library for [Canto](https://github.com/pboueke/canto), a private encrypted journaling app.
4
4
 
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
- ![Version](https://img.shields.io/badge/version-1.0.2-green)
6
+ ![Version](https://img.shields.io/badge/version-1.0.4-green)
7
7
  ![Tests](https://img.shields.io/badge/tests-156%2F156%20passed-brightgreen)
8
8
  ![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)
9
- [![CI Main](https://github.com/pboueke/canto-data/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/pboueke/canto-data/actions/workflows/ci.yml)
10
- [![CI PR](https://github.com/pboueke/canto-data/actions/workflows/ci.yml/badge.svg?event=pull_request)](https://github.com/pboueke/canto-data/actions/workflows/ci.yml)
11
9
 
12
10
  `canto-data` provides TypeScript types, runtime validation, schema versioning, migration infrastructure, and export format utilities for Canto journals.
13
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canto-data",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Canto journal data model — types, validation, versioning, and format utilities",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",