ekm-ui 0.0.2 → 0.0.4

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.
@@ -2,21 +2,21 @@ $ tsup
2
2
  CLI Building entry: src/Button.tsx, src/index.tsx
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v6.7.0
5
- CLI Using tsup config: /home/jack/repos/dev/frontend/packages/ekm-ui/tsup.config.ts
5
+ CLI Using tsup config: /home/runner/work/dev/dev/frontend/packages/ekm-ui/tsup.config.ts
6
6
  CLI Target: es6
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
9
  DTS Build start
10
- DTS ⚡️ Build success in 1766ms
10
+ DTS ⚡️ Build success in 5239ms
11
11
  DTS dist/index.d.ts 38.00 B
12
12
  DTS dist/Button.d.ts 763.00 B
13
13
  "createElement" and "forwardRef" are imported from external module "react" but never used in "dist/chunk-57QDDOX4.mjs".
14
14
  ESM dist/index.css 11.36 KB
15
15
  ESM dist/index.css.map 21.06 KB
16
16
  ESM dist/Button.mjs 119.00 B
17
- ESM dist/chunk-57QDDOX4.mjs 2.82 KB
18
17
  ESM dist/index.mjs 118.00 B
18
+ ESM dist/chunk-57QDDOX4.mjs 2.82 KB
19
19
  ESM dist/Button.mjs.map 51.00 B
20
- ESM dist/chunk-57QDDOX4.mjs.map 11.88 KB
21
20
  ESM dist/index.mjs.map 51.00 B
22
- ESM ⚡️ Build success in 2726ms
21
+ ESM dist/chunk-57QDDOX4.mjs.map 11.88 KB
22
+ ESM ⚡️ Build success in 6847ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # ekm-ui
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 4c9e51a: Testing GitHub actions changes
8
+
9
+ ## 0.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - cca1edc: Trying alternative GitHub action
14
+
3
15
  ## 0.0.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ekm-ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],