@justeattakeaway/pie-webc-core
Advanced tools
Comparing version 0.12.0 to 0.13.0
# 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 @@ |
{ | ||
"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', |
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
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
28134
23
600
1
+ Addedlit@3.1.0
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@2.0.4(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@3.1.0(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)