@vleap/warps-react 0.1.0-alpha.67 → 0.1.0-alpha.68
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[1mnpm[22m [33mwarn[39m [94mUnknown project config "auto-install-peers". This will stop working in the next major version of npm.[39m
|
|
3
3
|
|
|
4
|
-
> @vleap/warps-react@0.1.0-alpha.
|
|
4
|
+
> @vleap/warps-react@0.1.0-alpha.68 build
|
|
5
5
|
> tsup src/index.ts --format cjs,esm --dts --minify
|
|
6
6
|
|
|
7
7
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m0 B[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 53ms
|
|
15
15
|
[32mCJS[39m [1mdist/index.js [22m[32m14.00 B[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 60ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 1745ms
|
|
19
19
|
DTS dist/index.d.ts 13.00 B
|
|
20
20
|
DTS dist/index.d.mts 13.00 B
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vleap/warps-react",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.68",
|
|
4
4
|
"main": "./src/index.tsx",
|
|
5
5
|
"types": "./src/index.tsx",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"test": "npm run lint"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@vleap/warps": "3.0.0-alpha.
|
|
13
|
+
"@vleap/warps": "3.0.0-alpha.71"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"react": ">=18.0.0",
|