@jsenv/plugin-transpilation 1.3.8 → 1.3.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/plugin-transpilation",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "TODO",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
32
32
  "@babel/plugin-transform-arrow-functions": "7.23.3",
33
33
  "@babel/plugin-transform-block-scoped-functions": "7.23.3",
34
- "@babel/plugin-transform-block-scoping": "7.23.3",
34
+ "@babel/plugin-transform-block-scoping": "7.23.4",
35
35
  "@babel/plugin-transform-classes": "7.23.3",
36
36
  "@babel/plugin-transform-computed-properties": "7.23.3",
37
37
  "@babel/plugin-transform-destructuring": "7.23.3",
@@ -53,7 +53,7 @@
53
53
  "@babel/plugin-transform-unicode-regex": "7.23.3",
54
54
  "@jsenv/ast": "6.0.1",
55
55
  "@jsenv/js-module-fallback": "1.3.9",
56
- "@jsenv/runtime-compat": "1.2.0",
56
+ "@jsenv/runtime-compat": "1.2.1",
57
57
  "babel-plugin-transform-async-to-promises": "0.8.18",
58
58
  "construct-style-sheets-polyfill": "3.1.0",
59
59
  "lightningcss": "1.22.1"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Babel helpers are copied in there to properly appear in sourcemap.
4
4
 
5
- - Last sync date: 16 November 2023
5
+ - Last sync date: 21 November 2023
6
6
 
7
7
  - Helpers file: https://github.com/babel/babel/blob/main/packages/babel-helpers/src/helpers.ts
8
8
  - Individual helpers: https://github.com/babel/babel/tree/main/packages/babel-helpers/src/helpers