@pbkware/fielded-text-web 0.2.1 → 0.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Fielded Text TypeScript Web Library
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@pbkware/fielded-text-web)](https://www.npmjs.com/package/@pbkware/fielded-text-web) [![License](https://img.shields.io/github/license/pbkware/fielded-text-web)](https://github.com/pbkware/fielded-text-web/blob/main/LICENSE)
3
+ [![NPM version](https://img.shields.io/npm/v/@pbkware/fielded-text-web)](https://www.npmjs.com/package/@pbkware/fielded-text-web) [![License](https://img.shields.io/github/license/pbkware/fielded-text-web)](https://github.com/pbkware/fielded-text-ts/blob/main/LICENSE)
4
4
 
5
5
  This library allows you to read (parse) and write (generate) CSV like text data in manner similar to reading and writing from/to databases. It does this by associating a schema (called Meta) with the text data.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pbkware/fielded-text-web",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A reader and writer TypeScript library for text data with fields, based on Fielded Text. Browser compatible.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -24,7 +24,7 @@
24
24
  "access": "public",
25
25
  "provenance": true
26
26
  },
27
- "homepage": "https://pbkware.github.io/fielded-text-ts/web/",
27
+ "homepage": "https://pbkware.github.io/fielded-text-ts/Web/",
28
28
  "repository": {
29
29
  "type": "git",
30
30
  "url": "git+https://github.com/pbkware/fielded-text-ts.git",