@condorcet.vote/cef-writer 1.2.0 → 1.2.2

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 +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CEF Writer Typescript
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@condorcet.vote/cef-writer.svg)](https://www.npmjs.com/package/@condorcet.vote/cef-writer)
4
+ [![CI](https://github.com/CondorcetVote/CEF-Writer-Typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/CondorcetVote/CEF-Writer-Typescript/actions/workflows/ci.yml)
5
+ [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6
+
3
7
  A TypeScript library that streams valid [Condorcet Election Format](https://github.com/CondorcetVote/CondorcetElectionFormat) (CEF) documents to a file or string buffer with a friendly object API.
4
8
 
5
9
  This is a faithful TypeScript port of the PHP library [CondorcetVote/CEF-Writer](https://github.com/CondorcetVote/CEF-Writer): same public API, same architecture, same guarantees.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@condorcet.vote/cef-writer",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Streaming TypeScript writer that produces valid Condorcet Election Format (CEF) documents line by line. A faithful port of CondorcetVote/CEF-Writer.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -50,7 +50,8 @@
50
50
  "condorcet-election-format",
51
51
  "voting",
52
52
  "writer",
53
- "typescript"
53
+ "typescript",
54
+ "condorcet.vote"
54
55
  ],
55
56
  "author": "Julien Boudry",
56
57
  "license": "MIT",