@pandacss/extension-shared
Advanced tools
Comparing version 0.0.0-dev-20230614192942 to 0.0.0-dev-20230616145250
MIT License | ||
Copyright (c) 2022 Segun Adebayo | ||
Copyright (c) 2023 Segun Adebayo | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -6,3 +6,3 @@ { | ||
"description": "Shared utilities between extension client & server", | ||
"version": "0.0.0-dev-20230614192942", | ||
"version": "0.0.0-dev-20230616145250", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@pandacss/shared": "^0.0.0-dev-20230614192942" | ||
"@pandacss/shared": "^0.0.0-dev-20230616145250" | ||
}, | ||
@@ -33,5 +33,5 @@ "scripts": { | ||
"dev": "pnpm build-fast --watch", | ||
"clean": "rm -rf dist", | ||
"clean": "rimraf dist", | ||
"lint": "eslint ./src --ext .ts,.tsx --fix" | ||
} | ||
} |