@pandacss/extension-shared
Advanced tools
Comparing version 0.0.0-dev-20231026112944 to 0.0.0-dev-20240520112626
@@ -24,2 +24,2 @@ interface PandaVSCodeSettings { | ||
export { PandaVSCodeSettings, defaultSettings, getFlattenedSettings }; | ||
export { type PandaVSCodeSettings, defaultSettings, getFlattenedSettings }; |
@@ -6,3 +6,3 @@ { | ||
"description": "Shared utilities between extension client & server", | ||
"version": "0.0.0-dev-20231026112944", | ||
"version": "0.0.0-dev-20240520112626", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "main": "dist/index.js", | ||
"repository": { | ||
"url": "https://github.com/chakra-ui/panda", | ||
"directory": "packages/extension/vscode" | ||
"url": "https://github.com/chakra-ui/panda-vscode", | ||
"directory": "packages/vscode" | ||
}, | ||
@@ -22,16 +22,16 @@ "publishConfig": { | ||
], | ||
"devDependencies": { | ||
"tsup": "7.1.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@pandacss/shared": "^0.0.0-dev-20231026112944" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"build-fast": "tsup src/index.ts --format=esm,cjs --no-dts", | ||
"dev": "pnpm build-fast --watch", | ||
"dev": "yarn build-fast --watch", | ||
"clean": "rimraf dist", | ||
"lint": "eslint ./src --ext .ts,.tsx --fix" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.0.2", | ||
"typescript": "^5.4.2" | ||
}, | ||
"dependencies": { | ||
"@pandacss/shared": "^0.37.2" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5070
5
+ Added@pandacss/shared@0.37.2(transitive)
- Removed@pandacss/shared@0.0.0-dev-20250101153413(transitive)
Updated@pandacss/shared@^0.37.2