@rovela-ai/sdk 0.1.30 → 0.1.31

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rovela-ai/sdk",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Rovela SDK - Pre-built e-commerce components for AI-powered store generation",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,7 +23,6 @@
23
23
  },
24
24
  "files": [
25
25
  "dist",
26
- "src/admin/styles",
27
26
  "README.md"
28
27
  ],
29
28
  "main": "./dist/index.js",
@@ -162,11 +161,11 @@
162
161
  "import": "./dist/media/api/index.js"
163
162
  },
164
163
  "./admin/styles/admin-theme.css": {
165
- "default": "./src/admin/styles/admin-theme.css"
164
+ "default": "./dist/admin/styles/admin-theme.css"
166
165
  }
167
166
  },
168
167
  "scripts": {
169
- "build": "tsc",
168
+ "build": "tsc && cp -r src/admin/styles dist/admin/",
170
169
  "dev": "tsc --watch",
171
170
  "clean": "rm -rf dist",
172
171
  "db:push": "drizzle-kit push",
File without changes