@vleap/warps-react 0.1.0-alpha.56 → 0.1.0-alpha.58
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/.turbo/turbo-test.log +2 -17
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @vleap/warps-react@0.1.0-alpha.
|
|
3
|
+
> @vleap/warps-react@0.1.0-alpha.57 build
|
|
4
4
|
> tsup src/index.ts --format cjs,esm --dts --minify
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/index.mjs [22m[32m0 B[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 61ms
|
|
14
14
|
[32mCJS[39m [1mdist/index.js [22m[32m14.00 B[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 63ms
|
|
16
16
|
DTS Build start
|
|
17
|
-
DTS ⚡️ Build success in
|
|
17
|
+
DTS ⚡️ Build success in 1108ms
|
|
18
18
|
DTS dist/index.d.ts 13.00 B
|
|
19
19
|
DTS dist/index.d.mts 13.00 B
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @vleap/warps-react@0.1.0-alpha.
|
|
3
|
+
> @vleap/warps-react@0.1.0-alpha.57 test
|
|
4
4
|
> npm run lint
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> @vleap/warps-react@0.1.0-alpha.
|
|
7
|
+
> @vleap/warps-react@0.1.0-alpha.57 lint
|
|
8
8
|
> eslint "./src/**/*.ts*"
|
|
9
9
|
|
|
10
|
-
=============
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
* @typescript-eslint/typescript-estree version: 8.38.0
|
|
17
|
-
* Supported TypeScript versions: >=4.8.4 <5.9.0
|
|
18
|
-
* Your TypeScript version: 5.9.2
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Please only submit bug reports when using the officially supported version.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
=============
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @vleap/warps-react
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.58
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9b46d12]
|
|
8
|
+
- @vleap/warps@3.0.0-alpha.61
|
|
9
|
+
|
|
10
|
+
## 0.1.0-alpha.57
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [dfaea22]
|
|
15
|
+
- Updated dependencies [2c038bf]
|
|
16
|
+
- @vleap/warps@3.0.0-alpha.60
|
|
17
|
+
|
|
3
18
|
## 0.1.0-alpha.56
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
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.58",
|
|
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.61"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"react": ">=18.0.0",
|