@lemonsliceai/lemon-slice-widget 1.0.11 → 1.0.12

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 (3) hide show
  1. package/README.md +35 -7
  2. package/dist/index.js +42 -42
  3. package/package.json +6 -7
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@lemonsliceai/lemon-slice-widget",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
- "description": "The LemonSlice widget",
5
+ "description": "The common library for the LemonSlice widget",
6
6
  "main": "./dist/index.js",
7
7
  "source": "./src/index.ts",
8
8
  "scripts": {
9
- "dev": "vite --host",
10
- "dev:build": "vite build && vite",
9
+ "dev": "vite",
11
10
  "lint": "eslint '{src,tests}/**/*.{js,jsx,ts,tsx}'",
12
11
  "test": "vitest",
12
+ "test:ui": "vitest --ui",
13
+ "test:coverage": "vitest --coverage",
13
14
  "build": "vite build",
14
- "build:watch": "vite build --watch",
15
15
  "preview": "vite preview"
16
16
  },
17
17
  "eslintConfig": {
@@ -20,7 +20,7 @@
20
20
  "build/"
21
21
  ]
22
22
  },
23
- "author": "LemonSlice AI",
23
+ "author": "Joshua <josh@lemonslice.com>",
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
26
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
@@ -28,7 +28,6 @@
28
28
  "@tailwindcss/vite": "^4.1.16",
29
29
  "@testing-library/jest-dom": "^6.9.1",
30
30
  "@testing-library/preact": "^3.2.4",
31
- "@vitejs/plugin-basic-ssl": "^2.1.0",
32
31
  "cross-env": "^7.0.3",
33
32
  "eslint": "^9.39.1",
34
33
  "eslint-config-preact": "^2.0.0",