haystack-react
Advanced tools
Comparing version 2.0.6 to 3.0.0
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ /* |
export * from './watch'; | ||
export * from './client'; |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ import { Ids } from 'haystack-nclient'; |
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "haystack-react", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "Project Haystack utilities for building React applications", | ||
@@ -28,12 +28,12 @@ "main": "dist/index", | ||
"devDependencies": { | ||
"@types/react": "^17.0.3", | ||
"@types/react": "^17.0.5", | ||
"@types/react-dom": "^17.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"eslint": "^7.24.0", | ||
"eslint-config-prettier": "^8.2.0", | ||
"@typescript-eslint/eslint-plugin": "^4.22.1", | ||
"@typescript-eslint/parser": "^4.22.1", | ||
"eslint": "^7.25.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"haystack-core": "2.0.12", | ||
"haystack-nclient": "2.0.11", | ||
"haystack-core": "2.0.19", | ||
"haystack-nclient": "3.0.0", | ||
"husky": "^4.3.5", | ||
@@ -44,3 +44,3 @@ "lint-staged": "^10.5.4", | ||
"rimraf": "3.0.2", | ||
"typedoc": "^0.20.35", | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.2.4" | ||
@@ -53,4 +53,4 @@ }, | ||
"peerDependencies": { | ||
"haystack-core": "^2.0.12", | ||
"haystack-nclient": "^2.0.11" | ||
"haystack-core": "^2.0.19", | ||
"haystack-nclient": "^3.0.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "husky": { |
@@ -0,1 +1,11 @@ | ||
<p align="center"> | ||
<a href="https://github.com/j2inn/haystack-react/actions/workflows/master-push.yaml"> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/j2inn/haystack-react/Master%20push" /> | ||
</a> | ||
<a href="https://github.com/j2inn/haystack-react/blob/master/LICENSE"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/j2inn/haystack-react" /> | ||
</a> | ||
</p> | ||
# Haystack React | ||
@@ -21,2 +31,6 @@ | ||
## APIs | ||
Please click [here](http://j2-docs.s3-website-us-east-1.amazonaws.com/j2inn/haystack-react/index.html) for the API documentation. | ||
## Design | ||
@@ -23,0 +37,0 @@ |
47430
22
274