Comparing version 7.0.1 to 8.0.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Style, StyleType } from './styles.js'; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,6 +0,5 @@ | ||
/// <reference types="react" /> | ||
import type { Options as ReactElementToJSXStringOptions } from 'react-element-to-jsx-string'; | ||
export type { ReactElementToJSXStringOptions }; | ||
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions | undefined) => string; | ||
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions) => string; | ||
export default _default; | ||
//# sourceMappingURL=react-element-to-jsx-string-cjs.d.cts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { ReactNode } from 'react'; | ||
@@ -3,0 +2,0 @@ import type { Format } from './format.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { Style, StyleType } from './styles.js'; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,6 +0,5 @@ | ||
/// <reference types="react" /> | ||
import type { Options as ReactElementToJSXStringOptions } from 'react-element-to-jsx-string'; | ||
export type { ReactElementToJSXStringOptions }; | ||
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions | undefined) => string; | ||
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions) => string; | ||
export default _default; | ||
//# sourceMappingURL=react-element-to-jsx-string.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { ReactNode } from 'react'; | ||
@@ -3,0 +2,0 @@ import type { Format } from './format.js'; |
{ | ||
"name": "tcompare", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "A comprehensive comparison library, for use in test frameworks", | ||
@@ -19,2 +19,3 @@ "tshy": { | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -24,2 +25,3 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -60,9 +62,9 @@ "default": "./dist/commonjs/index.js" | ||
], | ||
"engines": { | ||
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tapjs/tapjs.git" | ||
}, | ||
"engines": { | ||
"node": ">= 18.6.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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
482016
4930