@lowdefy/jest-yaml-transform 4.0.0-rc.0 → 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,92 @@
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
+
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)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * **deps:** Update minor versions of util packages. ([2d7a2a5](https://github.com/lowdefy/lowdefy/commit/2d7a2a55c88f0ee33eff49e5ff541f6296ec4337))
87
+
88
+
89
+
90
+
91
+
6
92
  # [4.0.0-rc.0](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.37...v4.0.0-rc.0) (2023-01-05)
7
93
 
8
94
  **Note:** Version bump only for package @lowdefy/jest-yaml-transform
package/dist/index.js CHANGED
@@ -1,11 +1,30 @@
1
- "use strict";
1
+ /*
2
+ Copyright 2020-2023 Lowdefy, Inc
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */ "use strict";
2
16
  Object.defineProperty(exports, "__esModule", {
3
17
  value: true
4
18
  });
5
- exports.default = void 0;
6
- var _yaml = _interopRequireDefault(require("yaml"));
7
- var _crypto = _interopRequireDefault(require("crypto"));
8
- function _interopRequireDefault(obj) {
19
+ Object.defineProperty(exports, "default", {
20
+ enumerable: true,
21
+ get: function() {
22
+ return _default;
23
+ }
24
+ });
25
+ var _yaml = /*#__PURE__*/ _interop_require_default(require("yaml"));
26
+ var _crypto = /*#__PURE__*/ _interop_require_default(require("crypto"));
27
+ function _interop_require_default(obj) {
9
28
  return obj && obj.__esModule ? obj : {
10
29
  default: obj
11
30
  };
@@ -24,4 +43,3 @@ var transformer = {
24
43
  process: process
25
44
  };
26
45
  var _default = transformer;
27
- exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/jest-yaml-transform",
3
- "version": "4.0.0-rc.0",
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.57",
35
- "@swc/core": "1.2.194",
36
- "@swc/jest": "0.2.21",
37
- "jest": "28.1.0",
38
- "yaml": "2.1.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": "f6872d7ff6da421710096536fce7b2016ef8f35c"
43
+ "gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
44
44
  }
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.