@justeattakeaway/pie-webc-core 0.24.1 → 0.24.2

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.
@@ -3,5 +3,5 @@ transforming...
3
3
  ✓ 16 modules transformed.
4
4
  rendering chunks...
5
5
  computing gzip size...
6
- dist/index.js 2.69 kB │ gzip: 1.23 kB
7
- ✓ built in 108ms
6
+ dist/index.js 2.69 kB │ gzip: 1.22 kB
7
+ ✓ built in 104ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [Fixed] - Imports to align with new linting rule ([#1622](https://github.com/justeattakeaway/pie/pull/1622)) by [@xander-marjoram](https://github.com/xander-marjoram)
8
+
9
+ [Removed] - Empty lines at the start of some files
10
+
3
11
  ## 0.24.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-webc-core",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "description": "PIE design system base classes, mixins and utilities for web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,5 @@
1
- /* eslint-disable max-classes-per-file */
2
- import { LitElement, isServer } from 'lit';
3
- import type { GenericConstructor } from '../types/GenericConstructor';
1
+ import { type LitElement, isServer } from 'lit';
2
+ import { type GenericConstructor } from '../types/GenericConstructor';
4
3
 
5
4
  /**
6
5
  * An interface representing the structure of RTL related class.