@shopify/react-form-state
Advanced tools
Comparing version 0.11.28 to 0.12.0-sk-next-beta.0
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.11.28", | ||
"version": "0.12.0-sk-next-beta.0", | ||
"license": "MIT", | ||
"description": "Manage React forms tersely and type-safely with no magic", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -26,3 +26,3 @@ "build": "tsc --p tsconfig.json" | ||
"dependencies": { | ||
"@shopify/predicates": "^1.2.7", | ||
"@shopify/predicates": "^1.3.0-sk-next-beta.0", | ||
"fast-deep-equal": "^2.0.1", | ||
@@ -35,4 +35,4 @@ "tslib": "^1.14.1" | ||
"devDependencies": { | ||
"@shopify/enzyme-utilities": "^2.1.14", | ||
"@shopify/useful-types": "^2.2.1", | ||
"@shopify/enzyme-utilities": "^2.2.0-sk-next-beta.0", | ||
"@shopify/useful-types": "^2.3.0-sk-next-beta.0", | ||
"faker": "^4.1.0" | ||
@@ -42,5 +42,19 @@ }, | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
# `@shopify/react-form-state` | ||
[![Build Status](https://travis-ci.org/Shopify/quilt.svg?branch=master)](https://travis-ci.org/Shopify/quilt) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg)](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg) | ||
@@ -5,0 +6,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
188403
63
3524
59
1