@iris.interactive/handcook 8.0.0-alpha.9 → 8.0.2-beta.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Welcome to HandCook 👨‍🍳
2
- ![Version](https://img.shields.io/badge/version-8.0.0-alpha.9-blue.svg?cacheSeconds=2592000)
3
- ![Prerequisite](https://img.shields.io/badge/node-%3E%3D%2012.14.0-blue.svg)
2
+ ![Version](https://img.shields.io/badge/version-8.0.2-beta.1-blue.svg?cacheSeconds=2592000)
3
+ ![Prerequisite](https://img.shields.io/badge/node-%3E%3D%2023.6.0-blue.svg)
4
4
  [![License: UNLICENSED](https://img.shields.io/badge/License-UNLICENSED-yellow.svg)](#)
5
5
  [![Twitter: captain\_iris](https://img.shields.io/twitter/follow/captain\_iris.svg?style=social)](https://twitter.com/captain\_iris)
6
6
 
@@ -12,12 +12,12 @@
12
12
 
13
13
  ## Prerequisites
14
14
 
15
- - node >= 12.14.0
15
+ - node >= 23.6
16
16
 
17
17
  ## Install
18
18
 
19
19
  ```sh
20
- yarn add @iris.interactive/handcook
20
+ pnpm add @iris.interactive/handcook
21
21
  ```
22
22
 
23
23
  ## SmoothScroll
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "8.0.0-alpha.9",
3
+ "version": "8.0.2-beta.1",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {