@justeattakeaway/pie-button 0.10.0 → 0.10.1
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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -1
- package/.turbo/turbo-build.log +0 -29
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-button",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "PIE design system button built using web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
7
8
|
"types": "dist/types/index.d.ts",
|
|
8
9
|
"scripts": {
|
|
9
10
|
"build": "run -T vite build",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[36mvite v4.0.4 [32mbuilding for production...[36m[39m
|
|
2
|
-
transforming...
|
|
3
|
-
[32m✓[39m 4 modules transformed.
|
|
4
|
-
rendering chunks...
|
|
5
|
-
computing gzip size...
|
|
6
|
-
[2mdist/[22m[36mindex.js [39m[1m[2m3.81 kB[22m[1m[22m[2m │ gzip: 1.60 kB[22m
|
|
7
|
-
[32m
|
|
8
|
-
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
9
|
-
[96m../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m - [91merror[0m[90m TS2300: [0mDuplicate identifier 'LibraryManagedAttributes'.
|
|
10
|
-
|
|
11
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
12
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
13
|
-
|
|
14
|
-
[96m../../../node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m
|
|
15
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
16
|
-
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
17
|
-
'LibraryManagedAttributes' was also declared here.
|
|
18
|
-
[96m../../../node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m - [91merror[0m[90m TS2300: [0mDuplicate identifier 'LibraryManagedAttributes'.
|
|
19
|
-
|
|
20
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
21
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
22
|
-
|
|
23
|
-
[96m../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m
|
|
24
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
25
|
-
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
26
|
-
'LibraryManagedAttributes' was also declared here.
|
|
27
|
-
|
|
28
|
-
[32m[36m[vite:dts][32m Declaration files built in 8366ms.
|
|
29
|
-
[39m
|