@lowdefy/jest-yaml-transform 4.0.0 → 4.0.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @lowdefy/jest-yaml-transform@4.0.0-rc.15 build /Users/sam/Developer/lowdefy/lowdefy/packages/utils/jest-yaml-transform
2
+ > @lowdefy/jest-yaml-transform@4.0.1 build /Users/sam/Developer/lowdefy/lowdefy/packages/utils/jest-yaml-transform
3
3
  > swc src --out-dir dist --config-file ./.swcrc --delete-dir-on-start
4
4
 
5
- Successfully compiled: 1 file with swc (44.85ms)
5
+ Successfully compiled: 1 file with swc (18.13ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.2
4
+
5
+ ## 4.0.1
6
+
3
7
  ## 4.0.0
4
8
 
5
9
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/jest-yaml-transform",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "A Jest Transform for YAML.",
6
6
  "main": "./dist/index.js",