@tamagui/babel-plugin-fully-specified 1.131.2 → 1.131.3

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,21 +1,20 @@
1
1
  {
2
2
  "name": "@tamagui/babel-plugin-fully-specified",
3
- "version": "1.131.2",
3
+ "version": "1.131.3",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
- "main": "dist/cjs/index.js",
7
- "module": "dist/esm/index.mjs",
6
+ "main": "permanent/cjs/index.js",
7
+ "module": "permanent/esm/index.mjs",
8
8
  "files": [
9
9
  "src",
10
10
  "types",
11
- "dist"
11
+ "permanent"
12
12
  ],
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
17
  "scripts": {
18
- "watch": "node ../../../node_modules/.bin/tamagui-build --skip-native --exclude __tests__ --watch",
19
18
  "lint": "biome check src",
20
19
  "lint:fix": "biome check --write src",
21
20
  "test": "vitest --run"
@@ -23,14 +22,14 @@
23
22
  "exports": {
24
23
  ".": {
25
24
  "types": "./types/index.d.ts",
26
- "import": "./dist/esm/index.mjs",
27
- "require": "./dist/cjs/index.js",
28
- "default": "./dist/cjs/index.js"
25
+ "import": "./permanent/esm/index.mjs",
26
+ "require": "./permanent/cjs/index.js",
27
+ "default": "./permanent/cjs/index.js"
29
28
  },
30
29
  "./commonjs": {
31
30
  "types": "./types/commonjs.d.ts",
32
- "import": "./dist/esm/commonjs.mjs",
33
- "require": "./dist/cjs/commonjs.js"
31
+ "import": "./permanent/esm/commonjs.mjs",
32
+ "require": "./permanent/cjs/commonjs.js"
34
33
  }
35
34
  },
36
35
  "dependencies": {
package/readme.md ADDED
@@ -0,0 +1 @@
1
+ not doing dist here for now since it is used by tamagui-build itself
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes