@atlaspack/transformer-yaml 2.14.27-inline-requires-take-2-850fb4568.0 → 2.14.28-dev-optimised-prelude-6fa233c65.0

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,12 @@
1
1
  # @atlaspack/transformer-yaml
2
2
 
3
+ ## 2.14.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/plugin@2.14.27
9
+
3
10
  ## 2.14.26
4
11
 
5
12
  ### Patch Changes
@@ -19,7 +19,6 @@ function _jsYaml() {
19
19
  return data;
20
20
  }
21
21
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
22
- // @ts-expect-error TS7016
23
22
  var _default = exports.default = new (_plugin().Transformer)({
24
23
  async transform({
25
24
  asset
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-yaml",
3
- "version": "2.14.27-inline-requires-take-2-850fb4568.0",
3
+ "version": "2.14.28-dev-optimised-prelude-6fa233c65.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,8 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.27-inline-requires-take-2-850fb4568.0",
19
+ "@atlaspack/plugin": "2.14.28-dev-optimised-prelude-6fa233c65.0",
20
+ "@types/js-yaml": "^3.10.0",
20
21
  "js-yaml": "^3.10.0"
21
22
  },
22
23
  "type": "commonjs",
@@ -24,5 +25,5 @@
24
25
  "check-ts": "tsc --emitDeclarationOnly --rootDir src",
25
26
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
26
27
  },
27
- "gitHead": "850fb4568e775c8c938e92c1ec0b99d9724ae2c3"
28
+ "gitHead": "6fa233c656e8abea0878044e1fc0dc2023077a53"
28
29
  }
@@ -1,5 +1,4 @@
1
1
  import {Transformer} from '@atlaspack/plugin';
2
- // @ts-expect-error TS7016
3
2
  import yaml from 'js-yaml';
4
3
 
5
4
  export default new Transformer({