@tamagui/babel-plugin-fully-specified 1.112.1 → 1.112.2
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": "@tamagui/babel-plugin-fully-specified",
|
|
3
|
-
"version": "1.112.
|
|
3
|
+
"version": "1.112.2",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/types": "^7.25.4",
|
|
43
|
-
"vitest": "
|
|
43
|
+
"vitest": "2.1.1"
|
|
44
44
|
},
|
|
45
45
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14"
|
|
46
46
|
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`transforming actual files > multiple extensions exists 1`] = `
|
|
4
4
|
"// Expected to be transformed to use the \`.mjs\` extension, which is same as this file.
|
|
5
|
-
import { foo, bar } from
|
|
5
|
+
import { foo, bar } from "./modules/module.mjs";"
|
|
6
6
|
`;
|