@lowdefy/jest-yaml-transform 4.0.0-rc.1 → 4.0.0-rc.10

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
@@ -3,6 +3,81 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.0.0-rc.10](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.9...v4.0.0-rc.10) (2023-07-26)
7
+
8
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
9
+
10
+
11
+
12
+
13
+
14
+ # [4.0.0-rc.9](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.8...v4.0.0-rc.9) (2023-05-31)
15
+
16
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
17
+
18
+
19
+
20
+
21
+
22
+ # [4.0.0-rc.8](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2023-05-19)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency yaml to v2.2.2 [security] ([8e015fe](https://github.com/lowdefy/lowdefy/commit/8e015fec47a40bc5233f23d8da345720475d1232))
28
+
29
+
30
+
31
+
32
+
33
+ # [4.0.0-rc.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2023-03-24)
34
+
35
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
36
+
37
+
38
+
39
+
40
+
41
+ # [4.0.0-rc.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2023-03-20)
42
+
43
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
44
+
45
+
46
+
47
+
48
+
49
+ # [4.0.0-rc.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2023-02-24)
50
+
51
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
52
+
53
+
54
+
55
+
56
+
57
+ # [4.0.0-rc.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.3...v4.0.0-rc.4) (2023-02-21)
58
+
59
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
60
+
61
+
62
+
63
+
64
+
65
+ # [4.0.0-rc.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2023-02-21)
66
+
67
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
68
+
69
+
70
+
71
+
72
+
73
+ # [4.0.0-rc.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2023-02-17)
74
+
75
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
76
+
77
+
78
+
79
+
80
+
6
81
  # [4.0.0-rc.1](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2023-02-17)
7
82
 
8
83
 
package/dist/index.js CHANGED
@@ -22,9 +22,9 @@ Object.defineProperty(exports, "default", {
22
22
  return _default;
23
23
  }
24
24
  });
25
- var _yaml = /*#__PURE__*/ _interopRequireDefault(require("yaml"));
26
- var _crypto = /*#__PURE__*/ _interopRequireDefault(require("crypto"));
27
- function _interopRequireDefault(obj) {
25
+ var _yaml = /*#__PURE__*/ _interop_require_default(require("yaml"));
26
+ var _crypto = /*#__PURE__*/ _interop_require_default(require("crypto"));
27
+ function _interop_require_default(obj) {
28
28
  return obj && obj.__esModule ? obj : {
29
29
  default: obj
30
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/jest-yaml-transform",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0-rc.10",
4
4
  "license": "Apache-2.0",
5
5
  "description": "A Jest Transform for YAML.",
6
6
  "main": "./dist/index.js",
@@ -31,14 +31,14 @@
31
31
  "prepublishOnly": "pnpm build"
32
32
  },
33
33
  "dependencies": {
34
- "@swc/cli": "0.1.59",
35
- "@swc/core": "1.3.24",
36
- "@swc/jest": "0.2.24",
37
- "jest": "28.1.0",
38
- "yaml": "2.2.1"
34
+ "@swc/cli": "0.1.62",
35
+ "@swc/core": "1.3.70",
36
+ "@swc/jest": "0.2.27",
37
+ "jest": "28.1.3",
38
+ "yaml": "2.2.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "ecc4f16c19eede929eda177db524cf13a8053379"
43
+ "gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
44
44
  }