@flint.fyi/rule-tester 0.13.0 → 0.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @flint/rule-tester
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9909b48: add README.md
8
+ - Updated dependencies [9909b48]
9
+ - @flint.fyi/core@0.13.1
10
+
3
11
  ## 0.13.0
4
12
 
5
13
  ### Minor Changes
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ <h1 align="center"><code>@flint.fyi/rule-tester</code></h1>
2
+
3
+ <p align="center">
4
+ [Experimental] Rule unit tests for Flint.
5
+ ❤️‍🔥
6
+ </p>
7
+
8
+ This is an internal package for Flint.
9
+ Documentation will eventually be added.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flint.fyi/rule-tester",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "[Experimental] Rule unit tests for Flint.",
5
5
  "repository": {
6
6
  "type": "git",