Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@justeattakeaway/pie-webc-core

Package Overview
Dependencies
Maintainers
12
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-webc-core - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

.turbo/turbo-build.log

8

CHANGELOG.md
# Changelog
## 0.13.0
### Minor Changes
- [Added] - Build webc-core using vite ([#1037](https://github.com/justeattakeaway/pie/pull/1037)) by [@xander-marjoram](https://github.com/xander-marjoram)
- [Changed] - Move lit dependency from storybook to webc-core ([#1037](https://github.com/justeattakeaway/pie/pull/1037)) by [@xander-marjoram](https://github.com/xander-marjoram)
## 0.12.0

@@ -4,0 +12,0 @@

8

package.json
{
"name": "@justeattakeaway/pie-webc-core",
"version": "0.12.0",
"version": "0.13.0",
"description": "PIE design system base classes, mixins and utilities for web components",
"type": "module",
"main": "index.ts",
"main": "dist/index.js",
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
"scripts": {
"build": "run -T vite build",
"lint:scripts": "run -T eslint .",

@@ -16,2 +17,5 @@ "lint:scripts:fix": "run -T eslint . --fix",

},
"dependencies": {
"lit": "3.1.0"
},
"volta": {

@@ -18,0 +22,0 @@ "extends": "../../../package.json"

import { defineConfig } from 'vite';
export default defineConfig({
build: {
lib: {
entry: {
index: 'src/index.ts',
},
formats: ['es'],
},
rollupOptions: {
external: (id) => /^lit/.test(id),
},
},
test: {

@@ -5,0 +16,0 @@ environment: 'jsdom',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc