@xylabs/promise
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": 13, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/promise/src/fulfilled.ts#L6" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/promise/src/fulfilled.ts#L6" | ||
} | ||
@@ -108,3 +108,3 @@ ], | ||
"character": 13, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/promise/src/rejected.ts#L6" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/promise/src/rejected.ts#L6" | ||
} | ||
@@ -193,5 +193,5 @@ ], | ||
"character": 0, | ||
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/promise/src/index.ts#L1" | ||
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/promise/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,3 +45,3 @@ ".": { | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^2.11.16" | ||
"@xylabs/ts-scripts-yarn3": "^2.12.23" | ||
}, | ||
@@ -56,3 +56,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
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
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
65663
35
382
1