@vleap/warps-react 0.1.0-alpha.70 → 0.1.0-alpha.72

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,7 +1,6 @@
1
1
 
2
- npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.
3
-
4
- > @vleap/warps-react@0.1.0-alpha.70 build
2
+ 
3
+ > @vleap/warps-react@0.1.0-alpha.72 build
5
4
  > tsup src/index.ts --format esm --dts --minify
6
5
 
7
6
  CLI Building entry: src/index.ts
@@ -10,7 +9,7 @@
10
9
  CLI Target: es2020
11
10
  ESM Build start
12
11
  ESM dist/index.js 0 B
13
- ESM ⚡️ Build success in 59ms
12
+ ESM ⚡️ Build success in 30ms
14
13
  DTS Build start
15
- DTS ⚡️ Build success in 1526ms
14
+ DTS ⚡️ Build success in 2250ms
16
15
  DTS dist/index.d.ts 13.00 B
@@ -1,12 +1,12 @@
1
1
 
2
2
  npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.
3
3
 
4
- > @vleap/warps-react@0.1.0-alpha.69 test
4
+ > @vleap/warps-react@0.1.0-alpha.70 test
5
5
  > npm run lint
6
6
 
7
7
  npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.
8
8
  npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.
9
9
 
10
- > @vleap/warps-react@0.1.0-alpha.69 lint
10
+ > @vleap/warps-react@0.1.0-alpha.70 lint
11
11
  > eslint "./src/**/*.ts*"
12
12
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @vleap/warps-react
2
2
 
3
+ ## 0.1.0-alpha.72
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [06ad967]
8
+ - @vleap/warps@3.0.0-alpha.75
9
+
10
+ ## 0.1.0-alpha.71
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [7445aa3]
15
+ - @vleap/warps@3.0.0-alpha.74
16
+
3
17
  ## 0.1.0-alpha.70
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vleap/warps-react",
3
- "version": "0.1.0-alpha.70",
3
+ "version": "0.1.0-alpha.72",
4
4
  "type": "module",
5
5
  "types": "./src/index.tsx",
6
6
  "exports": {
@@ -17,7 +17,7 @@
17
17
  "test": "npm run lint"
18
18
  },
19
19
  "dependencies": {
20
- "@vleap/warps": "3.0.0-alpha.73"
20
+ "@vleap/warps": "3.0.0-alpha.75"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=18.0.0",