rivet-design 0.1.18 → 0.1.19

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": "rivet-design",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Local visual web development tool with AI-powered code modification",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -15,6 +15,7 @@
15
15
  "dev:landing": "cd landing && yarn dev",
16
16
  "clean": "rm -rf dist src/ui/dist bin landing/dist",
17
17
  "pack": "npm run build && npm pack",
18
+ "pack:verify": "npm run pack && tar -tzf rivet-design-*.tgz | sort && echo '\n✓ Package contents listed above'",
18
19
  "prepublishOnly": "npm run build",
19
20
  "lint": "eslint . --ext ts,tsx,js,jsx",
20
21
  "lint:fix": "eslint . --ext ts,tsx,js,jsx --fix",