@andrew_l/tl-pack 0.0.7 → 0.0.9

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # TLPack for JavaScript/NodeJs
1
+ # TLPack for JavaScript/NodeJs <!-- omit in toc -->
2
2
 
3
- ![license](https://img.shields.io/npm/l/%40andrew_l%2Ftl-pack)![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftl-pack)![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftl-pack)
3
+ ![license](https://img.shields.io/npm/l/%40andrew_l%2Ftl-pack) ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftl-pack) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftl-pack)
4
4
 
5
5
  This library is another implementation of binary serialization like **MessagePack** inspired by TL (Type Language) developed by old VK team.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@andrew_l/tl-pack",
3
- "version": "0.0.7",
4
- "description": "",
3
+ "version": "0.0.9",
4
+ "description": "Binary serialization library",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "nodemon src/playground.ts",