@a16njs/models 0.3.0 → 0.4.0

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @a16njs/models
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@a16njs/models.svg)](https://www.npmjs.com/package/@a16njs/models)
4
+
3
5
  Type definitions and plugin interface for a16n.
4
6
 
5
7
  ## Installation
@@ -53,3 +55,7 @@ import {
53
55
  - `isAgentIgnore(item)` - Type guard for AgentIgnore
54
56
  - `isManualPrompt(item)` - Type guard for ManualPrompt
55
57
  - `createId(type, sourcePath)` - Create unique ID
58
+
59
+ ## Documentation
60
+
61
+ Full documentation available at <https://texarkanine.github.io/a16n/models>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a16njs/models",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Type definitions and plugin interface for a16n",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "Texarkanine",