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

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.
@@ -0,0 +1,5 @@
1
+
2
+ > @lowdefy/jest-yaml-transform@4.0.0-rc.10 build /Users/sam/Developer/lowdefy/lowdefy/packages/utils/jest-yaml-transform
3
+ > swc src --out-dir dist --config-file ./.swcrc --delete-dir-on-start
4
+
5
+ Successfully compiled: 1 file with swc (12.24ms)
package/CHANGELOG.md CHANGED
@@ -3,6 +3,93 @@
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.11](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.10...v4.0.0-rc.11) (2023-10-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** Dependencies patch updates. ([adcd80a](https://github.com/lowdefy/lowdefy/commit/adcd80afe8c752e15c900b88eb4d9be8526c7bcd))
12
+ * **deps:** Update dependency yaml to 2.3.2 ([cbcdc7d](https://github.com/lowdefy/lowdefy/commit/cbcdc7d3e313fca96fa52bc4724344a061d9f444))
13
+
14
+
15
+
16
+
17
+
18
+ # [4.0.0-rc.10](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.9...v4.0.0-rc.10) (2023-07-26)
19
+
20
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
21
+
22
+
23
+
24
+
25
+
26
+ # [4.0.0-rc.9](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.8...v4.0.0-rc.9) (2023-05-31)
27
+
28
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
29
+
30
+
31
+
32
+
33
+
34
+ # [4.0.0-rc.8](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2023-05-19)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * **deps:** update dependency yaml to v2.2.2 [security] ([8e015fe](https://github.com/lowdefy/lowdefy/commit/8e015fec47a40bc5233f23d8da345720475d1232))
40
+
41
+
42
+
43
+
44
+
45
+ # [4.0.0-rc.7](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2023-03-24)
46
+
47
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
48
+
49
+
50
+
51
+
52
+
53
+ # [4.0.0-rc.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2023-03-20)
54
+
55
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
56
+
57
+
58
+
59
+
60
+
61
+ # [4.0.0-rc.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2023-02-24)
62
+
63
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
64
+
65
+
66
+
67
+
68
+
69
+ # [4.0.0-rc.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.3...v4.0.0-rc.4) (2023-02-21)
70
+
71
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
72
+
73
+
74
+
75
+
76
+
77
+ # [4.0.0-rc.3](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2023-02-21)
78
+
79
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
80
+
81
+
82
+
83
+
84
+
85
+ # [4.0.0-rc.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2023-02-17)
86
+
87
+ **Note:** Version bump only for package @lowdefy/jest-yaml-transform
88
+
89
+
90
+
91
+
92
+
6
93
  # [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
94
 
8
95
 
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.11",
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.92",
36
+ "@swc/jest": "0.2.29",
37
+ "jest": "28.1.3",
38
+ "yaml": "2.3.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "ecc4f16c19eede929eda177db524cf13a8053379"
43
+ "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
44
44
  }