@liner-fe/icon 0.1.26 → 0.1.27
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/.ultra.cache.json +1 -1
- package/CHANGELOG.md +6 -0
- package/config/tsup/tsup.config.ts +3 -1
- package/package.json +2 -3
package/.ultra.cache.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"files":{"assets":"
|
|
1
|
+
{"files":{"assets":"1760878564271.707","index.tsx":"1760878564274.707","lib":"1760878591755.6533","node_modules":"1760878555639.7258",".gitignore":"58c55a7d67f2161e09b2a19f2db26d588e658d09","CHANGELOG.md":"e33218213a90d51cc3096fc35b658d3db579e85f.1760878559914.7158","config/tsup/tsup.config.ts":"a111f817402b20feb12ff8d65c63331b197f8b9e","package.json":"46de2fd2ff364676244ae8b59452992b055df303.1760878559727.716","scripts/forward-ref-pure.ts":"e12956db676ca6e224935cde7f9beab88c2b39f4","tsconfig.build.json":"af00f0eed6650fb83dad99d4631b56052be48626"},"deps":{"@liner-fe/design-token-primitive":1760878570535.6917}}
|
package/CHANGELOG.md
CHANGED
|
@@ -9,5 +9,7 @@ export default defineConfig({
|
|
|
9
9
|
platform: 'neutral',
|
|
10
10
|
dts: true,
|
|
11
11
|
treeshake: true,
|
|
12
|
-
|
|
12
|
+
// @liner-fe/templates의 Storybook이 동작하지 않는 이슈가 있어서 비활성화
|
|
13
|
+
// 멀티 레포 환경에서는 되는데 왜 안되는지 모르겠음
|
|
14
|
+
skipNodeModulesBundle: process.env.CI === 'true',
|
|
13
15
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"scripts": {
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"forward-ref-pure": "yarn ts-node ./scripts/forward-ref-pure.ts"
|
|
11
11
|
},
|
|
12
12
|
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
"main": "./lib/index.js"
|
|
13
|
+
"access": "public"
|
|
15
14
|
},
|
|
16
15
|
"files": [
|
|
17
16
|
"*"
|