@jsenv/plugin-transpilation 1.5.50 → 1.5.51

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 (1) hide show
  1. package/package.json +23 -25
package/package.json CHANGED
@@ -1,36 +1,24 @@
1
1
  {
2
2
  "name": "@jsenv/plugin-transpilation",
3
- "version": "1.5.50",
3
+ "version": "1.5.51",
4
4
  "description": "TODO",
5
- "license": "MIT",
6
5
  "repository": {
7
6
  "type": "git",
8
7
  "url": "https://github.com/jsenv/core",
9
8
  "directory": "packages/internal/plugin-transpilation"
10
9
  },
11
- "engines": {
12
- "node": ">=16.13.0"
13
- },
14
- "publishConfig": {
15
- "access": "public"
16
- },
17
- "type": "module",
18
- "main": "./src/main.js",
19
- "files": [
20
- "/src/"
21
- ],
10
+ "license": "MIT",
22
11
  "sideEffects": [
23
12
  "./src/babel/new_stylesheet/client/new_stylesheet.js",
24
13
  "./src/babel_helper_directory/babel_helpers/",
25
14
  "./src/regenerator_runtime/client/regenerator_runtime.js"
26
15
  ],
16
+ "type": "module",
17
+ "main": "./src/main.js",
18
+ "files": [
19
+ "/src/"
20
+ ],
27
21
  "dependencies": {
28
- "@babel/plugin-transform-json-strings": "7.27.1",
29
- "@babel/plugin-transform-numeric-separator": "7.27.1",
30
- "@babel/plugin-transform-object-rest-spread": "7.27.1",
31
- "@babel/plugin-transform-optional-catch-binding": "7.27.1",
32
- "@babel/plugin-transform-optional-chaining": "7.27.1",
33
- "@babel/plugin-transform-unicode-property-regex": "7.27.1",
34
22
  "@babel/plugin-syntax-import-assertions": "7.27.1",
35
23
  "@babel/plugin-syntax-object-rest-spread": "7.8.3",
36
24
  "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
@@ -45,9 +33,14 @@
45
33
  "@babel/plugin-transform-exponentiation-operator": "7.27.1",
46
34
  "@babel/plugin-transform-for-of": "7.27.1",
47
35
  "@babel/plugin-transform-function-name": "7.27.1",
36
+ "@babel/plugin-transform-json-strings": "7.27.1",
48
37
  "@babel/plugin-transform-literals": "7.27.1",
49
38
  "@babel/plugin-transform-new-target": "7.27.1",
39
+ "@babel/plugin-transform-numeric-separator": "7.27.1",
40
+ "@babel/plugin-transform-object-rest-spread": "7.27.1",
50
41
  "@babel/plugin-transform-object-super": "7.27.1",
42
+ "@babel/plugin-transform-optional-catch-binding": "7.27.1",
43
+ "@babel/plugin-transform-optional-chaining": "7.27.1",
51
44
  "@babel/plugin-transform-parameters": "7.27.1",
52
45
  "@babel/plugin-transform-regenerator": "7.27.1",
53
46
  "@babel/plugin-transform-shorthand-properties": "7.27.1",
@@ -55,16 +48,21 @@
55
48
  "@babel/plugin-transform-sticky-regex": "7.27.1",
56
49
  "@babel/plugin-transform-template-literals": "7.27.1",
57
50
  "@babel/plugin-transform-typeof-symbol": "7.27.1",
51
+ "@babel/plugin-transform-unicode-property-regex": "7.27.1",
58
52
  "@babel/plugin-transform-unicode-regex": "7.27.1",
59
- "@jsenv/ast": "6.7.6",
60
- "@jsenv/js-module-fallback": "1.4.18",
53
+ "@jsenv/ast": "6.7.7",
54
+ "@jsenv/js-module-fallback": "1.4.19",
55
+ "@jsenv/sourcemap": "1.3.9",
56
+ "@jsenv/urls": "2.9.0",
57
+ "@jsenv/utils": "2.3.1",
61
58
  "babel-plugin-transform-async-to-promises": "0.8.18",
62
59
  "construct-style-sheets-polyfill": "3.1.0",
63
60
  "lightningcss": "1.29.3"
64
61
  },
65
- "devDependencies": {
66
- "@jsenv/urls": "../../tooling/urls",
67
- "@jsenv/utils": "../../tooling/utils",
68
- "@jsenv/sourcemap": "../../tooling/sourcemap"
62
+ "engines": {
63
+ "node": ">=16.13.0"
64
+ },
65
+ "publishConfig": {
66
+ "access": "public"
69
67
  }
70
68
  }