@elementor/twing 0.0.1 → 3.32.0-20

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/twing",
3
3
  "description": "Wrapper around `twing`",
4
- "version": "0.0.1",
4
+ "version": "3.32.0-20",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -19,17 +19,17 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/elementor/elementor-packages.git",
22
+ "url": "git+https://github.com/elementor/elementor.git",
23
23
  "directory": "packages/libs/twing"
24
24
  },
25
25
  "bugs": {
26
- "url": "https://github.com/elementor/elementor-packages/issues"
26
+ "url": "https://github.com/elementor/elementor/issues"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
31
  "scripts": {
32
- "build": "tsup --config=../../tsup.build.ts",
32
+ "build": "tsup --config=./tsup.config.ts",
33
33
  "dev": "tsup --config=../../tsup.dev.ts"
34
34
  },
35
35
  "dependencies": {
package/tsup.config.ts ADDED
@@ -0,0 +1,10 @@
1
+ import { defineConfig } from 'tsup';
2
+
3
+ export default defineConfig( {
4
+ entry: [ 'src/index.ts' ],
5
+ clean: true,
6
+ format: [ 'esm', 'cjs' ],
7
+ sourcemap: true,
8
+ dts: true,
9
+ noExternal: [ /^twing\// ],
10
+ } );
@@ -1,22 +0,0 @@
1
-
2
- > @elementor/twing@0.0.1 build
3
- > tsup --config=../../tsup.build.ts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: ../../../tsconfig.json
7
- CLI tsup v8.4.0
8
- CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
9
- CLI Target: esnext
10
- CLI Cleaning output folder
11
- ESM Build start
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
19
- DTS Build start
20
- DTS ⚡️ Build success in 24675ms
21
- DTS dist/index.d.mts 135.00 B
22
- DTS dist/index.d.ts 135.00 B
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { type TwingArrayLoader, type TwingEnvironment } from 'twing';\nexport { createArrayLoader, createEnvironment } from 'twing/dist/lib.min';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,iBAAqD;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { type TwingArrayLoader, type TwingEnvironment } from 'twing';\nexport { createArrayLoader, createEnvironment } from 'twing/dist/lib.min';\n"],"mappings":";AACA,SAAS,mBAAmB,yBAAyB;","names":[]}