@xylabs/forget
Advanced tools
Comparing version 2.6.15 to 2.6.16
@@ -11,3 +11,5 @@ { | ||
"**/*.stories.*", | ||
"**/*.example.*" | ||
"**/*.example.*", | ||
"**/spec/*", | ||
"**/stories/*" | ||
], | ||
@@ -14,0 +16,0 @@ "extends": "./tsconfig.json", |
@@ -11,3 +11,5 @@ { | ||
"**/*.stories.*", | ||
"**/*.example.*" | ||
"**/*.example.*", | ||
"**/spec/*", | ||
"**/stories/*" | ||
], | ||
@@ -14,0 +16,0 @@ "extends": "./tsconfig.json", |
@@ -20,3 +20,3 @@ { | ||
"character": 0, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/index.ts#L6" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/index.ts#L6" | ||
} | ||
@@ -67,3 +67,3 @@ ], | ||
"character": 9, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L13" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L13" | ||
} | ||
@@ -90,3 +90,3 @@ ], | ||
"character": 13, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L9" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L9" | ||
} | ||
@@ -119,3 +119,3 @@ ], | ||
"character": 15, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L15" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L15" | ||
} | ||
@@ -185,3 +185,3 @@ ], | ||
"character": 9, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L30" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L30" | ||
} | ||
@@ -270,3 +270,3 @@ ], | ||
"character": 13, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L8" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L8" | ||
} | ||
@@ -286,3 +286,3 @@ ] | ||
"character": 13, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/forget.ts#L73" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/forget.ts#L73" | ||
} | ||
@@ -364,5 +364,5 @@ ], | ||
"character": 0, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/forget/src/index.ts#L1" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/forget/src/index.ts#L1" | ||
} | ||
] | ||
} |
@@ -18,3 +18,3 @@ { | ||
"docs": "dist/docs.json", | ||
"types": "dist/esm/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
@@ -45,7 +45,7 @@ ".": { | ||
"dependencies": { | ||
"@xylabs/delay": "^2.6.15" | ||
"@xylabs/delay": "^2.6.16" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^2.11.16", | ||
"@xylabs/tsconfig": "^2.11.16" | ||
"@xylabs/ts-scripts-yarn3": "^2.12.23", | ||
"@xylabs/tsconfig": "^2.12.23" | ||
}, | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"version": "2.6.15" | ||
"version": "2.6.16" | ||
} |
{ | ||
"compilerOptions": { | ||
"esModuleInterop": true, | ||
"outDir": "dist", | ||
"sourceMap": true | ||
"baseUrl": ".", | ||
"composite": true, | ||
"declarationDir": "./dist/types", | ||
"outDir": "./dist", | ||
"rootDir": "./src" | ||
}, | ||
"exclude": [".yarn/**/*", "dist", "node_modules"], | ||
"extends": "../../tsconfig.json" | ||
"extends": "../../tsconfig.json", | ||
"include": ["src/**/*"] | ||
} |
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
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
75888
0
27
677
Updated@xylabs/delay@^2.6.16