Comparing version 0.0.6 to 0.0.7-alpha-20230307211455-b3c907a
{ | ||
"name": "fets", | ||
"version": "0.0.6", | ||
"version": "0.0.7-alpha-20230307211455-b3c907a", | ||
"description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience", | ||
@@ -12,4 +12,4 @@ "sideEffects": false, | ||
"ajv-formats": "^2.1.1", | ||
"json-schema-to-ts": "2.7.2", | ||
"openapi-types": "12.1.0", | ||
"json-schema-to-ts": "^2.7.2", | ||
"openapi-types": "^12.1.0", | ||
"tslib": "^2.3.1" | ||
@@ -19,3 +19,3 @@ }, | ||
"type": "git", | ||
"url": "ardatan/whatwg-node", | ||
"url": "ardatan/fets", | ||
"directory": "packages/fets" | ||
@@ -25,19 +25,26 @@ }, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
"require": { | ||
"types": "./typings/index.d.cts", | ||
"default": "./cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
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
127567
47
1588
Yes
2
+ Addedjson-schema-to-ts@2.12.0(transitive)
+ Addedopenapi-types@12.1.3(transitive)
- Removedjson-schema-to-ts@2.7.2(transitive)
- Removedopenapi-types@12.1.0(transitive)
Updatedjson-schema-to-ts@^2.7.2
Updatedopenapi-types@^12.1.0