@weapp-tailwindcss/react-native 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/dist/babel.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/babel.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import * as t from "@babel/types";
2
1
  import { PluginObject, PluginPass } from "@babel/core";
2
+ import * as t from "@babel/types";
3
3
  //#region src/babel.d.ts
4
4
  interface WeappReactNativeBabelOptions {
5
5
  classNameSet?: Iterable<string> | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/react-native",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "description": "Tailwind CSS compiler and Expo Metro integration for cross-platform React Native apps. 面向跨端 React Native 应用的 Tailwind CSS 编译器与 Expo Metro 集成。",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -92,7 +92,7 @@
92
92
  "dependencies": {
93
93
  "@babel/types": "^8.0.4",
94
94
  "postcss": "^8.5.26",
95
- "weapp-tailwindcss": "^5.3.0"
95
+ "weapp-tailwindcss": "5.3.1"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@babel/core": "^8.0.1",