@elementor/twing 0.0.0 → 0.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @elementor/twing@0.0.0 build
2
+ > @elementor/twing@0.0.1 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 1.21 KB
14
- CJS dist/index.js.map 299.00 B
15
- CJS ⚡️ Build success in 126ms
16
13
  ESM dist/index.mjs 178.00 B
17
14
  ESM dist/index.mjs.map 262.00 B
18
- ESM ⚡️ Build success in 133ms
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
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 23735ms
20
+ DTS ⚡️ Build success in 24675ms
21
21
  DTS dist/index.d.mts 135.00 B
22
22
  DTS dist/index.d.ts 135.00 B
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @elementor/twing
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b89243b: Add twing
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/twing",
3
3
  "description": "Wrapper around `twing`",
4
- "version": "0.0.0",
4
+ "version": "0.0.1",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",