@trionesdev/antd-mobile-base-react 0.0.2-beta.3 → 0.0.2-beta.4

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.
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import './style.scss';
3
- import { SizeType } from 'src/types';
3
+ import { SizeType } from '../types';
4
4
  export type AvatarProps = {
5
5
  alt?: string;
6
6
  icon?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trionesdev/antd-mobile-base-react",
3
- "version": "0.0.2-beta.3",
3
+ "version": "0.0.2-beta.4",
4
4
  "description": "antd mobile base react",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "build": "father build",
10
10
  "build:deps": "father prebundle",
11
11
  "prepublishOnly": "father doctor && npm run build",
12
- "publish": "npm publish --registry=https://registry.npmjs.org/",
12
+ "publish": "npm publish --tag latest --registry=https://registry.npmjs.org/",
13
13
  "publishOnly": "npm publish --ignore-scripts --registry=https://registry.npmjs.org/"
14
14
  },
15
15
  "keywords": [],
@@ -48,7 +48,7 @@
48
48
  "runes2": "^1.1.4"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@trionesdev/antd-mobile-icons-react": "0.0.2-beta.3"
51
+ "@trionesdev/antd-mobile-icons-react": "0.0.2-beta.4"
52
52
  },
53
- "gitHead": "41478e4d65bb95d1b8987245b0e1eb15f16d1e05"
53
+ "gitHead": "13a28e0095a6b4c1b3d4bdf9ff0e63512fc2c8ac"
54
54
  }