bkui-vue 1.0.2 → 1.0.3-beta.1

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/lib/preset.d.ts +2 -2
  2. package/package.json +2 -2
package/lib/preset.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
2
  declare const _default: {
3
- createInstall: (prefix?: string) => (app: App<any>, options: Partial<import("vue").ExtractPropTypes<{
3
+ createInstall: (prefix?: string) => (app: App<any>, options?: Partial<import("vue").ExtractPropTypes<{
4
4
  locale: {
5
5
  type: import("vue").PropType<{
6
6
  lang: string;
@@ -143,7 +143,7 @@ declare const _default: {
143
143
  default: string;
144
144
  };
145
145
  }>>) => void;
146
- install: (app: App<any>, options: Partial<import("vue").ExtractPropTypes<{
146
+ install: (app: App<any>, options?: Partial<import("vue").ExtractPropTypes<{
147
147
  locale: {
148
148
  type: import("vue").PropType<{
149
149
  lang: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-beta.1",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -30,7 +30,7 @@
30
30
  "postpublish": "node scripts/post-publish.js",
31
31
  "prepare": "husky install",
32
32
  "dev": "lerna run --stream --scope site dev",
33
- "debug": "TS_NODE_PROJECT=./scripts/cli/tsconfig.declaration.json node --inspect-brk -r ts-node/register ./scripts/cli/index.ts lib",
33
+ "debug": "TS_NODE_CWD=./scripts/cli node --inspect-brk -r ts-node/register ./scripts/cli/index.ts lib",
34
34
  "build": "run-s build:dist build:lib",
35
35
  "build:site": "lerna run --stream --scope site build && cp -r ./site/views/ ./site/dist/views",
36
36
  "build:dist": "rimraf dist && lerna run --stream --scope cli dist",