@platform/state.types
Advanced tools
Comparing version 0.1.15 to 0.1.18
@@ -19,3 +19,3 @@ import * as t from './common'; | ||
op: t.StateChangeOperation; | ||
patches: t.PatchSet; | ||
patches: PatchSet; | ||
}; | ||
@@ -22,0 +22,0 @@ export declare type PatchSet = { |
{ | ||
"name": "@platform/state.types", | ||
"version": "0.1.15", | ||
"version": "0.1.18", | ||
"description": "Abstract type definitions for the state library.", | ||
@@ -11,3 +11,2 @@ "main": "lib/index", | ||
"test": "ts test", | ||
"tdd": "ts test --watch", | ||
"lint": "ts lint", | ||
@@ -18,7 +17,7 @@ "build": "ts build --no-esm", | ||
"dependencies": { | ||
"@platform/types": "0.5.25" | ||
"@platform/types": "0.5.27" | ||
}, | ||
"devDependencies": { | ||
"@platform/test": "0.2.10", | ||
"@platform/ts": "4.1.23" | ||
"@platform/test": "0.3.2", | ||
"@platform/ts": "4.7.7" | ||
}, | ||
@@ -25,0 +24,0 @@ "files": [ |
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
20220
+ Added@platform/types@0.5.27(transitive)
- Removed@platform/types@0.5.25(transitive)
Updated@platform/types@0.5.27