@remirror/core-helpers
Advanced tools
Comparing version 0.0.0-pr1885.1 to 0.0.0-pr1887.1
@@ -476,3 +476,3 @@ var __defProp = Object.defineProperty; | ||
const defaultVal = Symbol.toStringTag in mod && mod[Symbol.toStringTag] === "Module" ? (_a = mod.default) != null ? _a : mod : mod; | ||
if ("__esModule" in defaultVal && defaultVal.__esModule && defaultVal.default !== void 0) { | ||
if (defaultVal && typeof mod === "object" && "__esModule" in defaultVal && defaultVal.__esModule && defaultVal.default !== void 0) { | ||
return defaultVal.default; | ||
@@ -479,0 +479,0 @@ } |
{ | ||
"name": "@remirror/core-helpers", | ||
"version": "0.0.0-pr1885.1", | ||
"version": "0.0.0-pr1887.1", | ||
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers", | ||
"@linaria/core": "3.0.0-beta.13", | ||
"@remirror/core-constants": "0.0.0-pr1885.1", | ||
"@remirror/types": "0.0.0-pr1885.1", | ||
"@remirror/core-constants": "0.0.0-pr1887.1", | ||
"@remirror/types": "0.0.0-pr1887.1", | ||
"@types/object.omit": "^3.0.0", | ||
@@ -39,0 +39,0 @@ "@types/object.pick": "^1.3.1", |
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
208535
+ Added@remirror/core-constants@0.0.0-pr1887.1(transitive)
+ Added@remirror/types@0.0.0-pr1887.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr1885.1(transitive)
- Removed@remirror/types@0.0.0-pr1885.1(transitive)