@rpldy/shared-ui
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -13,3 +13,3 @@ "use strict"; | ||
const getVersion = () => "1.3.0" || ""; | ||
const getVersion = () => "1.3.1" || ""; | ||
@@ -16,0 +16,0 @@ exports.getVersion = getVersion; |
import { hasWindow } from "@rpldy/shared"; | ||
export const GLOBAL_VERSION_SYM = Symbol.for("_rpldy-version_"); | ||
const getVersion = () => "1.3.0" || ""; | ||
const getVersion = () => "1.3.1" || ""; | ||
@@ -6,0 +6,0 @@ const getRegisteredVersion = () => { |
{ | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"name": "@rpldy/shared-ui", | ||
@@ -26,4 +26,4 @@ "description": "internal set of utils+types for react-uploady UI", | ||
"dependencies": { | ||
"@rpldy/shared": "^1.3.0", | ||
"@rpldy/uploader": "^1.3.0" | ||
"@rpldy/shared": "^1.3.1", | ||
"@rpldy/uploader": "^1.3.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4dae9b41f2f7bdf5763f348c99d85385a9443481" | ||
"gitHead": "8a2473ae6d9521c5f16f5ae525466075ac02fd1f" | ||
} |
@@ -61,3 +61,3 @@ import * as React from "react"; | ||
type BatchEventHook = EventHook<Batch>; | ||
type BatchCancellableEventHook = CancellableHook<Batch>; | ||
type BatchCancellableEventHook = (cb: (batch: Batch, options: CreateOptions) => boolean | void) => void; | ||
type BatchEventHookWithState = EventHookWithState<Batch>; | ||
@@ -64,0 +64,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
64940
1455
Updated@rpldy/shared@^1.3.1
Updated@rpldy/uploader@^1.3.1