@vleap/warps-react 0.1.0-alpha.65 → 0.1.0-alpha.67

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,7 @@
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.65 build
4
+ > @vleap/warps-react@0.1.0-alpha.67 build
5
5
  > tsup src/index.ts --format cjs,esm --dts --minify
6
6
 
7
7
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  ESM dist/index.mjs 0 B
14
- ESM ⚡️ Build success in 281ms
14
+ ESM ⚡️ Build success in 38ms
15
15
  CJS dist/index.js 14.00 B
16
- CJS ⚡️ Build success in 285ms
16
+ CJS ⚡️ Build success in 41ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1990ms
18
+ DTS ⚡️ Build success in 1572ms
19
19
  DTS dist/index.d.ts 13.00 B
20
20
  DTS dist/index.d.mts 13.00 B
@@ -1,9 +1,12 @@
1
1
 
2
- 
3
- > @vleap/warps-react@0.1.0-alpha.64 test
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.66 test
4
5
  > npm run lint
5
6
 
7
+ npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.
8
+ npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.
6
9
 
7
- > @vleap/warps-react@0.1.0-alpha.64 lint
10
+ > @vleap/warps-react@0.1.0-alpha.66 lint
8
11
  > eslint "./src/**/*.ts*"
9
12
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @vleap/warps-react
2
2
 
3
+ ## 0.1.0-alpha.67
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d139b82]
8
+ - @vleap/warps@3.0.0-alpha.70
9
+
10
+ ## 0.1.0-alpha.66
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ffb78b9]
15
+ - @vleap/warps@3.0.0-alpha.69
16
+
3
17
  ## 0.1.0-alpha.65
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vleap/warps-react",
3
- "version": "0.1.0-alpha.65",
3
+ "version": "0.1.0-alpha.67",
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.68"
13
+ "@vleap/warps": "3.0.0-alpha.70"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=18.0.0",