@vleap/warps-react 0.0.12-alpha.22 → 0.0.12-alpha.24

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.22 build
3
+ > @vleap/warps-react@0.0.12-alpha.24 build
4
4
  > tsup src/index.ts --format cjs,esm --dts --minify
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -10,10 +10,10 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  ESM dist/index.mjs 0 B
13
- ESM ⚡️ Build success in 19ms
13
+ ESM ⚡️ Build success in 9ms
14
14
  CJS dist/index.js 14.00 B
15
- CJS ⚡️ Build success in 19ms
15
+ CJS ⚡️ Build success in 10ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 548ms
17
+ DTS ⚡️ Build success in 507ms
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.22 test
3
+ > @vleap/warps-react@0.0.12-alpha.23 test
4
4
  > npm run lint
5
5
 
6
6
 
7
- > @vleap/warps-react@0.0.12-alpha.22 lint
7
+ > @vleap/warps-react@0.0.12-alpha.23 lint
8
8
  > eslint "./src/**/*.ts*"
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @vleap/warps-react
2
2
 
3
+ ## 0.0.12-alpha.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b6fbfef]
8
+ - @vleap/warps@3.0.0-alpha.27
9
+
10
+ ## 0.0.12-alpha.23
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [40e8470]
15
+ - Updated dependencies
16
+ - Updated dependencies [8d57441]
17
+ - @vleap/warps@3.0.0-alpha.26
18
+
3
19
  ## 0.0.12-alpha.22
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vleap/warps-react",
3
- "version": "0.0.12-alpha.22",
3
+ "version": "0.0.12-alpha.24",
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.25"
13
+ "@vleap/warps": "3.0.0-alpha.27"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=18.0.0",
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "tsconfig/react-library.json",
2
+ "extends": "../../packages/tsconfig/react-library.json",
3
3
  "include": ["src"],
4
4
  "exclude": ["dist", "build", "node_modules"]
5
5
  }
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > @vleap/warps-react@0.0.12-alpha.19 lint
4
- > eslint "./src/**/*.ts*"
5
-