@vicin/phantom 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 +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,14 @@
9
9
  - [Features](#features)
10
10
  - [Install](#install)
11
11
  - [Core concepts](#core-concepts)
12
- - [Phantom](#phantom-1)
12
+ - [Type constructs](#type-constructs)
13
+ - [Branding](#branding)
14
+ - [Identities with constraints](#identities-with-constraints)
15
+ - [Traits (additive capabilities)](#traits-additive-capabilities)
16
+ - [Transformations (Type pipe-like behavior)](#transformations-type-pipe-like-behavior)
17
+ - [Errors](#errors)
18
+ - [Symbols](#symbols)
19
+ - [Imports](#imports)
13
20
  - [Chaining](#chaining)
14
21
  - [Hot-path code ( truly type-only pattern )](#hot-path-code--truly-type-only-pattern-)
15
22
  - [Debugging](#debugging)
@@ -116,7 +123,7 @@ More details of these properties will be discussed later.
116
123
 
117
124
  ---
118
125
 
119
- ## Phantom
126
+ ## Type constructs
120
127
 
121
128
  ### Branding
122
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vicin/phantom",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Powerful, lightweight TypeScript library for nominal typing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",