build-ts 12.0.11 → 12.1.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.
Files changed (2) hide show
  1. package/babel.config.mjs +2 -2
  2. package/package.json +1 -1
package/babel.config.mjs CHANGED
@@ -36,11 +36,11 @@ const config = {
36
36
  // '@babel/plugin-syntax-import-attributes',
37
37
  // cf. https://babeljs.io/blog/2023/05/26/7.22.0#explicit-resource-management-15633-15520
38
38
  '@babel/plugin-proposal-explicit-resource-management',
39
- // cf. https://babeljs.io/blog/2023/05/26/7.22.0#decorators-updates-15570
39
+ // cf. https://babeljs.io/blog/2024/02/28/7.24.0#decorators-updates-16242
40
40
  [
41
41
  '@babel/plugin-proposal-decorators',
42
42
  {
43
- version: '2023-05',
43
+ version: '2023-11',
44
44
  },
45
45
  ],
46
46
  ...(process.env.BUILDTS_USE_BABLE_RUNTIME ? ['@babel/plugin-transform-runtime'] : []),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-ts",
3
- "version": "12.0.11",
3
+ "version": "12.1.0",
4
4
  "repository": "github:WillBooster/build-ts",
5
5
  "license": "UNLICENSED",
6
6
  "author": "WillBooster Inc.",