url-safe-bitpacking 0.1.5 → 0.1.6

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 +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ Package for creating definitions of parametric models that can be stored as comp
9
9
  | data types | ✓ | ✓ | ✓ |
10
10
  | nested object model | ✓ | ✓ | ¼ |
11
11
  | updating model entries | ✓ | ✓ | |
12
- | re-using data from old model on change in definition | ¾ | ¼ | |
12
+ | re-using data from old model on change in definition | ½ | ¼ | |
13
13
  | flattening and reading of the objects | ✓ | ✓ | ¿ |
14
14
 
15
15
  ## concept
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "dist/*"
8
8
  ],
9
9
  "type": "module",
10
- "version": "0.1.5",
10
+ "version": "0.1.6",
11
11
  "author": "Jonas Ward",
12
12
  "description": "Library for creating web safe base64 objects with custom bith widths and dynamic values.",
13
13
  "scripts": {