Comparing version 0.2.4 to 0.2.5-alpha-1
{ | ||
"name": "hookstore", | ||
"version": "0.2.4", | ||
"version": "0.2.5-alpha-1", | ||
"description": "React Hook based and lightweight state manage library.", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "index.d.ts", | ||
@@ -28,3 +28,2 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.2", | ||
"invariant": "^2.2.4", | ||
@@ -38,4 +37,3 @@ "is-plain-object": "^3.0.0" | ||
"files": [ | ||
"lib", | ||
"es", | ||
"dist", | ||
"src", | ||
@@ -42,0 +40,0 @@ "index.d.ts" |
@@ -9,2 +9,3 @@ English | [简体中文](./README.zh-CN.md) | ||
[![NPM downloads](http://img.shields.io/npm/dm/hookstore.svg?style=flat)](https://npmjs.org/package/hookstore) | ||
[![size](https://badgen.net/bundlephobia/minzip/hookstore@latest)](https://bundlephobia.com/result?p=hookstore@latest) | ||
![React](https://img.shields.io/npm/dependency-version/hookstore/peer/react?logo=react) | ||
@@ -11,0 +12,0 @@ |
@@ -9,2 +9,3 @@ 简体中文 | [English](./README.md) | ||
[![NPM downloads](http://img.shields.io/npm/dm/hookstore.svg?style=flat)](https://npmjs.org/package/hookstore) | ||
[![size](https://badgen.net/bundlephobia/minzip/hookstore@latest)](https://bundlephobia.com/result?p=hookstore@latest) | ||
![React](https://img.shields.io/npm/dependency-version/hookstore/peer/react?logo=react) | ||
@@ -11,0 +12,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
321
77053
15
1717
1
- Removed@babel/runtime@^7.7.2
- Removed@babel/runtime@7.26.7(transitive)
- Removedregenerator-runtime@0.14.1(transitive)