@cedarjs/babel-config 5.0.7-next.310 → 5.0.7-next.335

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/dist/api.d.ts +2 -2
  2. package/package.json +5 -5
package/dist/api.d.ts CHANGED
@@ -21,8 +21,8 @@ export declare const getApiSideBabelPlugins: ({ forVite, projectIsEsm, }?: {
21
21
  * - JSX/TypeScript compilation: handled natively by Vite/esbuild
22
22
  * - babel-plugin-module-resolver (`src/` and tsconfig `paths` aliases):
23
23
  * cedar-api-src-redirect + vite-tsconfig-paths (Vite) or applySrcAlias +
24
- * applyTsconfigPaths (esbuild); ESM extension rewriting is covered by
25
- * applyEsmExtensions
24
+ * applyTsconfigPaths (esbuild); import extension rewriting is covered by
25
+ * applyImportExtensions
26
26
  * - directory-named imports: cedarDirectoryNamedImportPlugin /
27
27
  * applyDirectoryNamedImport
28
28
  * - auto-imports (gql, context): cedarAutoImportsPlugin / applyAutoImports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/babel-config",
3
- "version": "5.0.7-next.310",
3
+ "version": "5.0.7-next.335",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/core": "^7.26.10",
30
- "@babel/parser": "7.29.7",
30
+ "@babel/parser": "7.29.8",
31
31
  "@babel/plugin-transform-react-jsx": "7.29.7",
32
32
  "@babel/plugin-transform-runtime": "7.29.7",
33
33
  "@babel/preset-env": "7.29.7",
34
34
  "@babel/preset-react": "7.29.7",
35
35
  "@babel/preset-typescript": "7.29.7",
36
36
  "@babel/register": "7.29.7",
37
- "@babel/traverse": "7.29.7",
38
- "@cedarjs/project-config": "5.0.7-next.310",
37
+ "@babel/traverse": "7.29.8",
38
+ "@cedarjs/project-config": "5.0.7-next.335",
39
39
  "babel-plugin-auto-import": "1.1.0",
40
40
  "babel-plugin-graphql-tag": "3.3.0",
41
41
  "babel-plugin-module-resolver": "5.0.3",
@@ -44,7 +44,7 @@
44
44
  "typescript": "5.9.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@cedarjs/framework-tools": "5.0.7-next.310",
47
+ "@cedarjs/framework-tools": "5.0.7-next.335",
48
48
  "@jridgewell/trace-mapping": "0.3.31",
49
49
  "@types/babel-plugin-tester": "11.0.0",
50
50
  "@types/babel__core": "7.20.5",