@ferlab/next
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -228,3 +228,3 @@ import { format, isValid, parseISO } from 'date-fns'; | ||
const rowToJSON = (args) => { | ||
const { row, data = row, paths, pathIndex = 0, columns, valueWhenEmpty, entities = [] } = args; | ||
const { row, columns, valueWhenEmpty } = args; | ||
return (columns || []) | ||
@@ -231,0 +231,0 @@ .filter((col) => col.show) |
{ | ||
"name": "@ferlab/next", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Shared library for our wrappers GraphQL APIs", | ||
"main": "src/index.ts", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
@@ -12,5 +12,3 @@ "engines": { | ||
"typings": "index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"files": ["lib"], | ||
"imports": { | ||
@@ -47,2 +45,3 @@ "#src/*": "./lib/*" | ||
"express": "^4.19.2", | ||
"graphql": "16.8.1", | ||
"graphql-fields": "^2.0.3", | ||
@@ -60,5 +59,2 @@ "jest": "^29.7.0", | ||
}, | ||
"peerDependencies": { | ||
"graphql": "16.8.1" | ||
}, | ||
"directories": { | ||
@@ -65,0 +61,0 @@ "lib": "lib" |
@@ -12,2 +12,7 @@ <p align="center"> | ||
* Execute: `npm run dev` | ||
* Execute: `npm link` in ferlab-next | ||
* Execute: `npm link @ferlab/next` in your local project | ||
Helped by https://advancedweb.hu/modern-javascript-library-starter | ||
@@ -14,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
0
23
326752
31
148