@sewing-kit/hooks
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,3 +0,2 @@ | ||
import type { Step, Target, TargetBuilder } from '@sewing-kit/core'; | ||
import type { WebApp, Service, Package, Project } from '@sewing-kit/model'; | ||
import type { Step, Target, TargetBuilder, WebApp, Service, Package, Project } from '@sewing-kit/core'; | ||
export declare const UNSET: unique symbol; | ||
@@ -4,0 +3,0 @@ declare type Unset = typeof UNSET; |
@@ -1,3 +0,2 @@ | ||
import type { Step, Target, TargetBuilder } from '@sewing-kit/core'; | ||
import type { WebApp, Service, Package, Project } from '@sewing-kit/model'; | ||
import type { Step, Target, TargetBuilder, WebApp, Service, Package, Project } from '@sewing-kit/core'; | ||
export declare const UNSET: unique symbol; | ||
@@ -4,0 +3,0 @@ declare type Unset = typeof UNSET; |
{ | ||
"name": "@sewing-kit/hooks", | ||
"license": "MIT", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"sideEffects": false, | ||
@@ -11,6 +11,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@sewing-kit/core": "^0.1.2", | ||
"@sewing-kit/model": "^0.1.1" | ||
"@sewing-kit/core": "^0.1.3" | ||
}, | ||
"gitHead": "57ec1c03c770a3afa17cd7e3885e862cd8aba22a" | ||
"gitHead": "62309865ebbd7dd9e752a7cce8c0bc48d7898a2d" | ||
} |
@@ -1,3 +0,10 @@ | ||
import type {Step, Target, TargetBuilder} from '@sewing-kit/core'; | ||
import type {WebApp, Service, Package, Project} from '@sewing-kit/model'; | ||
import type { | ||
Step, | ||
Target, | ||
TargetBuilder, | ||
WebApp, | ||
Service, | ||
Package, | ||
Project, | ||
} from '@sewing-kit/core'; | ||
@@ -4,0 +11,0 @@ // ================================================================== |
@@ -14,3 +14,4 @@ { | ||
"include": ["src/**/*.ts"], | ||
"references": [{"path": "../core"}, {"path": "../model"}] | ||
"exclude": ["src/**/*.test.ts"], | ||
"references": [{"path": "../core"}] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
280382
1
13
1170
1
79
1
- Removed@sewing-kit/model@^0.1.1
- Removed@sewing-kit/model@0.1.1(transitive)
Updated@sewing-kit/core@^0.1.3