as-test 0.4.2 → 0.4.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 2025-05-29 - v0.4.3
4
+
5
+ - deps: add json-as to peer dependencies as `*`
6
+
3
7
  ## 2025-05-28 - v0.4.2
4
8
 
5
9
  - deps: update json-as to `v1.1.11`
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ██ ██ ██ ██ ██ ██ ██
7
7
  ██ ██ ███████ ██ ███████ ███████ ██
8
8
  </span>
9
- AssemblyScript - v0.4.1
9
+ AssemblyScript - v0.4.3
10
10
  </pre>
11
11
  </h5>
12
12
 
@@ -26,6 +26,7 @@ A lightweight testing framework for AssemblyScript.
26
26
 
27
27
  ```bash
28
28
  npm install as-test
29
+ npm intall json-as
29
30
  ```
30
31
 
31
32
  Initialize your test setup with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "as-test",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Testing framework for AssemblyScript. Compatible with WASI or Bindings ",
5
5
  "types": "assembly/index.ts",
6
6
  "author": "Jairus Tanaka",
@@ -34,7 +34,7 @@
34
34
  "typer-diff": "^1.1.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "json-as": "1.1.11"
37
+ "json-as": "*"
38
38
  },
39
39
  "peerDependenciesMeta": {
40
40
  "json-as": {