@lightsparkdev/core 0.1.3 → 0.1.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.
- package/.fossa.yml +6 -0
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.fossa.yml
ADDED
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,10 +5,10 @@ CLI tsup v6.7.0
|
|
|
5
5
|
CLI Target: esnext
|
|
6
6
|
CJS Build start
|
|
7
7
|
ESM Build start
|
|
8
|
-
ESM dist/index.js 17.38 KB
|
|
9
|
-
ESM ⚡️ Build success in 51ms
|
|
10
8
|
CJS dist/index.cjs 20.06 KB
|
|
11
|
-
CJS ⚡️ Build success in
|
|
9
|
+
CJS ⚡️ Build success in 17ms
|
|
10
|
+
ESM dist/index.js 17.38 KB
|
|
11
|
+
ESM ⚡️ Build success in 17ms
|
|
12
12
|
DTS Build start
|
|
13
|
-
DTS ⚡️ Build success in
|
|
13
|
+
DTS ⚡️ Build success in 683ms
|
|
14
14
|
DTS dist/index.d.ts 6.43 KB
|
package/CHANGELOG.md
CHANGED