json-as 0.4.0 → 0.4.1

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,9 @@
6
6
 
7
7
  ```bash
8
8
  ~ npm install json-as
9
- ~ yarn add json-as
10
- ~ bun install json-as
9
+ ```
10
+ ```bash
11
+ ~ npm install visitor-as
11
12
  ```
12
13
 
13
14
  Add the transform to your `asc` command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-as",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "JSON encoder/decoder for AssemblyScript",
5
5
  "types": "assembly/index.ts",
6
6
  "author": "Jairus Tanaka",