@uniformdev/optimize-common
Advanced tools
Comparing version 2.0.0 to 2.0.1-alpha.2
@@ -1,2 +0,2 @@ | ||
import { Signal } from "../signals/Signal"; | ||
import { Signal } from '../signals/Signal'; | ||
export interface DeliveryIntent { | ||
@@ -3,0 +3,0 @@ id: string; |
@@ -1,2 +0,2 @@ | ||
import { DeliveryIntent } from "./DeliveryIntent"; | ||
import { DeliveryIntent } from './DeliveryIntent'; | ||
export interface PreviewIntent extends DeliveryIntent { | ||
@@ -3,0 +3,0 @@ name: string; |
@@ -1,2 +0,2 @@ | ||
import { Signal } from "../signals/Signal"; | ||
import { Signal } from '../signals/Signal'; | ||
export interface DeliveryIntent { | ||
@@ -3,0 +3,0 @@ id: string; |
@@ -1,2 +0,2 @@ | ||
import { DeliveryIntent } from "./DeliveryIntent"; | ||
import { DeliveryIntent } from './DeliveryIntent'; | ||
export interface PreviewIntent extends DeliveryIntent { | ||
@@ -3,0 +3,0 @@ name: string; |
{ | ||
"name": "@uniformdev/optimize-common", | ||
"version": "2.0.0", | ||
"version": "2.0.1-alpha.2+3fc4167", | ||
"description": "Common functionality and types for Uniform Optimize", | ||
@@ -21,10 +21,10 @@ "license": "Apache-2.0", | ||
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"", | ||
"ci": "run-p ci:build lint test", | ||
"ci:verify": "run-p lint test", | ||
"ci:build": "run-s clean build" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.9", | ||
"eslint": "^7.10.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"@types/jest": "^26.0.19", | ||
"@types/node": "^14.14.20", | ||
"eslint": "^7.17.0", | ||
"eslint-plugin-react": "^7.22.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
@@ -34,3 +34,3 @@ "jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.4.3" | ||
"ts-jest": "^26.4.4" | ||
}, | ||
@@ -43,3 +43,3 @@ "files": [ | ||
}, | ||
"gitHead": "5ca32820dd42f703cbc11c33a4ef3f4b9e86d1e4" | ||
"gitHead": "3fc4167db6204a38dda32e5b8b0d612d180bf751" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
32814
79
2
1