@moubing/bing-ui 0.5.0 → 0.5.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,7 +1,8 @@
1
1
  {
2
2
  "name": "@moubing/bing-ui",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
+ "packageManager": "pnpm@11.7.0",
5
6
  "publishConfig": {
6
7
  "access": "public",
7
8
  "registry": "https://registry.npmjs.org/"
@@ -27,6 +28,19 @@
27
28
  "gsap": "^3.15.0",
28
29
  "vue": "^3.5.0"
29
30
  },
31
+ "scripts": {
32
+ "dev": "vite",
33
+ "build": "vue-tsc -b && vite build",
34
+ "preview": "vite preview",
35
+ "test": "vitest",
36
+ "test:run": "vitest run",
37
+ "test:browser": "vitest run --config vitest.browser.config.ts --passWithNoTests",
38
+ "test:visual": "playwright test",
39
+ "storybook": "node scripts/storybook-dev.mjs",
40
+ "build-storybook": "cross-env STORYBOOK=true storybook build",
41
+ "changeset": "changeset",
42
+ "version-packages": "changeset version"
43
+ },
30
44
  "devDependencies": {
31
45
  "@changesets/cli": "^2.31.0",
32
46
  "@playwright/test": "^1.60.0",
@@ -57,18 +71,5 @@
57
71
  "lucide-vue-next": "^1.0.0",
58
72
  "shiki": "^4.2.0",
59
73
  "zod": "^4.4.3"
60
- },
61
- "scripts": {
62
- "dev": "vite",
63
- "build": "vue-tsc -b && vite build",
64
- "preview": "vite preview",
65
- "test": "vitest",
66
- "test:run": "vitest run",
67
- "test:browser": "vitest run --config vitest.browser.config.ts --passWithNoTests",
68
- "test:visual": "playwright test",
69
- "storybook": "node scripts/storybook-dev.mjs",
70
- "build-storybook": "cross-env STORYBOOK=true storybook build",
71
- "changeset": "changeset",
72
- "version-packages": "changeset version"
73
74
  }
74
- }
75
+ }