@rpldy/shared-ui
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -13,3 +13,3 @@ "use strict"; | ||
const getVersion = () => "0.17.0" || ""; | ||
const getVersion = () => "0.17.1" || ""; | ||
@@ -16,0 +16,0 @@ exports.getVersion = getVersion; |
import { hasWindow } from "@rpldy/shared"; | ||
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "0.17.0" || ""; | ||
const getVersion = () => "0.17.1" || ""; | ||
@@ -6,0 +6,0 @@ const getRegisteredVersion = () => { |
{ | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"name": "@rpldy/shared-ui", | ||
@@ -16,2 +16,6 @@ "description": "internal set of utils+types for react-uploady UI", | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/react-uploady" | ||
}, | ||
"scripts": { | ||
@@ -22,4 +26,4 @@ "build": "node ../../../scripts/build.js", | ||
"dependencies": { | ||
"@rpldy/shared": "^0.17.0", | ||
"@rpldy/uploader": "^0.17.0" | ||
"@rpldy/shared": "^0.17.1", | ||
"@rpldy/uploader": "^0.17.1" | ||
}, | ||
@@ -36,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "509d7a955e3bf9f58fecec6cb410e75dde33c165" | ||
"gitHead": "a2c8859a977192f98cfd70783896d771979b2a91" | ||
} |
@@ -64,3 +64,3 @@ import * as React from "react"; | ||
type BatchStartHook = (cb: (batch: Batch, items: BatchItem[], options: CreateOptions) => | ||
type BatchStartHook = (cb: (batch: Batch, options: CreateOptions) => | ||
{ items?: BatchItem[]; options?: CreateOptions } | boolean | void) => void; | ||
@@ -67,0 +67,0 @@ |
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
64363
Updated@rpldy/shared@^0.17.1
Updated@rpldy/uploader@^0.17.1