@vleap/warps-react 0.0.12-alpha.3 → 0.0.12-alpha.5

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @vleap/warps-react@0.0.12-alpha.3 build
3
+ > @vleap/warps-react@0.0.12-alpha.5 build
4
4
  > tsup src/index.ts --format cjs,esm --dts --minify
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -14,6 +14,6 @@
14
14
  CJS dist/index.js 14.00 B
15
15
  CJS ⚡️ Build success in 10ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 439ms
17
+ DTS ⚡️ Build success in 473ms
18
18
  DTS dist/index.d.ts 13.00 B
19
19
  DTS dist/index.d.mts 13.00 B
@@ -1,9 +1,9 @@
1
1
 
2
2
  
3
- > @vleap/warps-react@0.0.12-alpha.2 test
3
+ > @vleap/warps-react@0.0.12-alpha.5 test
4
4
  > npm run lint
5
5
 
6
6
 
7
- > @vleap/warps-react@0.0.12-alpha.2 lint
7
+ > @vleap/warps-react@0.0.12-alpha.5 lint
8
8
  > eslint "./src/**/*.ts*"
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,25 +1,41 @@
1
1
  # @vleap/warps-react
2
2
 
3
+ ## 0.0.12-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8396ad3]
8
+ - Updated dependencies [694c989]
9
+ - @vleap/warps@3.0.0-alpha.8
10
+
11
+ ## 0.0.12-alpha.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [51471f3]
16
+ - @vleap/warps@2.3.0-alpha.7
17
+
3
18
  ## 0.0.12-alpha.3
4
19
 
5
20
  ### Patch Changes
6
21
 
7
- - Updated dependencies [58bcb6e]
8
- - @vleap/warps@2.3.0-alpha.3
22
+ - Updated dependencies [92e516d]
23
+ - @vleap/warps@2.3.0-alpha.6
9
24
 
10
25
  ## 0.0.12-alpha.2
11
26
 
12
27
  ### Patch Changes
13
28
 
14
- - Updated dependencies [2b6f808]
15
- - @vleap/warps@2.3.0-alpha.2
29
+ - Updated dependencies [970fc74]
30
+ - @vleap/warps@2.3.0-alpha.5
16
31
 
17
32
  ## 0.0.12-alpha.1
18
33
 
19
34
  ### Patch Changes
20
35
 
36
+ - Updated dependencies [7062a92]
21
37
  - Updated dependencies [12ea059]
22
- - @vleap/warps@2.3.0-alpha.1
38
+ - @vleap/warps@2.3.0-alpha.4
23
39
 
24
40
  ## 0.0.12-alpha.0
25
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vleap/warps-react",
3
- "version": "0.0.12-alpha.3",
3
+ "version": "0.0.12-alpha.5",
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": "2.3.0-alpha.3"
13
+ "@vleap/warps": "3.0.0-alpha.8"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=18.0.0",