Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,9 @@ | ||
### **0.1.1** (2021-05-08) | ||
- update workflow | ||
- Fix CI | ||
- Fix build | ||
- Setup denoify | ||
- Add index | ||
## **0.1.0** (2021-05-07) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "tsafe", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Leverage the more advanced features of TypeScript", | ||
@@ -9,4 +9,4 @@ "repository": { | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"lint-staged": { | ||
@@ -29,8 +29,7 @@ "*.{ts,tsx}": [ | ||
"src/MethodNames.ts", | ||
"src/Param0.ts", | ||
"src/Parameters.ts", | ||
"src/Params.ts", | ||
"src/PickOptional.ts", | ||
"src/ReturnType.ts", | ||
"src/UnpackPromise.ts", | ||
"src/UnpackTypeGuard.ts", | ||
"src/assert.ts", | ||
@@ -41,4 +40,6 @@ "src/doExtends.ts", | ||
"src/id.ts", | ||
"src/index.ts", | ||
"src/isPromiseLike.ts", | ||
"src/lab/PromiseOrNot.ts", | ||
"src/lab/UnpackTypeGuard.ts", | ||
"src/lab/defineAccessors.ts", | ||
@@ -55,8 +56,8 @@ "src/lab/overwriteReadonlyProp.ts", | ||
"MethodNames.js.map", | ||
"Param0.d.ts", | ||
"Param0.js", | ||
"Param0.js.map", | ||
"Parameters.d.ts", | ||
"Parameters.js", | ||
"Parameters.js.map", | ||
"Params.d.ts", | ||
"Params.js", | ||
"Params.js.map", | ||
"PickOptional.d.ts", | ||
@@ -71,5 +72,2 @@ "PickOptional.js", | ||
"UnpackPromise.js.map", | ||
"UnpackTypeGuard.d.ts", | ||
"UnpackTypeGuard.js", | ||
"UnpackTypeGuard.js.map", | ||
"assert.d.ts", | ||
@@ -90,2 +88,5 @@ "assert.js", | ||
"id.js.map", | ||
"index.d.ts", | ||
"index.js", | ||
"index.js.map", | ||
"isPromiseLike.d.ts", | ||
@@ -97,2 +98,5 @@ "isPromiseLike.js", | ||
"lab/PromiseOrNot.js.map", | ||
"lab/UnpackTypeGuard.d.ts", | ||
"lab/UnpackTypeGuard.js", | ||
"lab/UnpackTypeGuard.js.map", | ||
"lab/defineAccessors.d.ts", | ||
@@ -131,3 +135,3 @@ "lab/defineAccessors.js", | ||
"eslint-config-prettier": "^7.2.0", | ||
"evt": "^2.0.0-beta.15", | ||
"evt": "^1.9.14", | ||
"husky": "^4.3.0", | ||
@@ -137,4 +141,5 @@ "lint-staged": "^10.5.4", | ||
"ts-toolbelt": "^9.6.0", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.2.3", | ||
"denoify": "^0.7.0" | ||
} | ||
} |
/* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import "./tools/Object.fromEntries"; | ||
@@ -5,0 +4,0 @@ |
"use strict"; | ||
/* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
var __assign = (this && this.__assign) || function () { | ||
@@ -44,2 +42,4 @@ __assign = Object.assign || function(t) { | ||
exports.withDefaults = void 0; | ||
/* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
require("./tools/Object.fromEntries"); | ||
@@ -46,0 +46,0 @@ function withDefaults(f, defaultParams) { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59188
96
1219
0
12