doofinder
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -15,3 +15,3 @@ import { IParseOptions } from 'qs'; | ||
*/ | ||
export declare const __VERSION__ = "6.0.1"; | ||
export declare const __VERSION__ = "6.0.2"; | ||
@@ -18,0 +18,0 @@ /** |
{ | ||
"name": "doofinder", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -8,3 +8,3 @@ "type": "module", | ||
"module": "lib/index.js", | ||
"browser": "lib/doofinder.js", | ||
"browser": "browser/doofinder.js", | ||
"types": "lib/doofinder.d.ts", | ||
@@ -26,3 +26,3 @@ "engines": { | ||
"lint": "eslint --env browser --fix src/**/*.ts", | ||
"compile": "rimraf lib && rollup -c && cp package.cjs.json lib/cjs/package.json", | ||
"compile": "rimraf lib && rollup -c && cp package.cjs.json commonjs/package.json", | ||
"typings": "rimraf types && tsc --declaration --declarationMap --emitDeclarationOnly --outDir types && api-extractor run --local", | ||
@@ -29,0 +29,0 @@ "build": "yarn lint && yarn compile && yarn typings", |
@@ -36,2 +36,14 @@ [![Build Status](https://api.travis-ci.org/doofinder/js-doofinder.svg?branch=master)](https://travis-ci.org/doofinder/js-doofinder) | ||
#### ESM | ||
```js | ||
import { Client } from 'doofinder'; | ||
``` | ||
#### CommonJS | ||
```js | ||
const { Client } = require('doofinder/commonjs'); | ||
``` | ||
### CDN | ||
@@ -38,0 +50,0 @@ |
Sorry, the diff of this file is too big to display
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
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
106
2
202747
8
6024