@oada/client
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -24,3 +24,4 @@ /** | ||
import deepClone from 'deep-clone'; | ||
import { fileTypeFromBuffer } from 'file-type'; | ||
// eslint-disable-next-line node/no-extraneous-import -- hack for skypack? | ||
import { fileTypeFromBuffer } from '@oada/client/dist/file-type.js'; | ||
import { generate as ksuid } from 'xksuid'; | ||
@@ -27,0 +28,0 @@ import { createNestedObject, fixError, getObjectAtPath, toArray, toArrayPath, toStringPath, } from './utils.js'; |
@@ -25,3 +25,4 @@ /** | ||
import deepClone from 'deep-clone'; | ||
import { fileTypeFromBuffer } from 'file-type'; | ||
// eslint-disable-next-line node/no-extraneous-import -- hack for skypack? | ||
import { fileTypeFromBuffer } from '@oada/client/dist/file-type.js'; | ||
import { generate as ksuid } from 'xksuid'; | ||
@@ -28,0 +29,0 @@ |
{ | ||
"name": "@oada/client", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "A lightweight client tool to interact with an OADA-compliant server", | ||
@@ -20,2 +20,6 @@ "repository": "https://github.com/OADA/client", | ||
"default": "./dist/fetch-browser.js" | ||
}, | ||
"./dist/file-type.js": { | ||
"node": "./dist/file-type.js", | ||
"default": "./dist/file-type-browser.js" | ||
} | ||
@@ -22,0 +26,0 @@ }, |
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
219025
56
4342