@elementor/twing 0.0.1 → 0.0.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.
@@ -1,22 +1,22 @@
1
1
 
2
- > @elementor/twing@0.0.1 build
3
- > tsup --config=../../tsup.build.ts
2
+ > @elementor/twing@0.0.2 build
3
+ > tsup --config=./tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: ../../../tsconfig.json
7
7
  CLI tsup v8.4.0
8
- CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
8
+ CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/packages/libs/twing/tsup.config.ts
9
9
  CLI Target: esnext
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 178.00 B
14
- ESM dist/index.mjs.map 262.00 B
15
- ESM ⚡️ Build success in 179ms
16
- CJS dist/index.js 1.21 KB
17
- CJS dist/index.js.map 299.00 B
18
- CJS ⚡️ Build success in 185ms
13
+ ESM dist/index.mjs 1.25 MB
14
+ ESM dist/index.mjs.map 1.31 MB
15
+ ESM ⚡️ Build success in 1794ms
16
+ CJS dist/index.js 1.25 MB
17
+ CJS dist/index.js.map 1.31 MB
18
+ CJS ⚡️ Build success in 1795ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 24675ms
20
+ DTS ⚡️ Build success in 23506ms
21
21
  DTS dist/index.d.mts 135.00 B
22
22
  DTS dist/index.d.ts 135.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @elementor/twing
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b1f364a: Bundle Twing in build process
8
+
3
9
  ## 0.0.1
4
10
 
5
11
  ### Patch Changes