@x-oasis/null-throw 0.1.12 → 0.1.14

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,4 +16,8 @@ import nullThrow from '@x-oasis/null-throw'
16
16
 
17
17
  ```bash
18
18
  $ pnpm test
19
- ```
19
+ ```
20
+
21
+ ## Reading More
22
+
23
+ - [Invariant Violation - framesToPop 1 #179](https://github.com/jaredpalmer/after.js/issues/179)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/null-throw",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "null-throw function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",