@trapi/decorator
Advanced tools
Comparing version 0.0.2 to 0.0.3
export * from './js-doc'; | ||
export * from './node'; | ||
export * from './object'; | ||
export * from './validator'; | ||
export * from './yup'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,4 +26,2 @@ "use strict"; | ||
__exportStar(require("./object"), exports); | ||
__exportStar(require("./validator"), exports); | ||
__exportStar(require("./yup"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@trapi/decorator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -38,8 +38,4 @@ "main": "./dist/index.js", | ||
"homepage": "https://github.com/Tada5hi/trapi#readme", | ||
"devDependencies": { | ||
"@types/yup": "^0.29.14" | ||
}, | ||
"dependencies": { | ||
"typescript": "^4.8.4", | ||
"yup": "^0.32.11" | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -49,3 +45,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "769f19ac38122c322327fe2ab7633306115cdf5f" | ||
"gitHead": "3a79951e732e4b724e699f138a61b9374cb3e16f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
0
230581
115
3228
- Removedyup@^0.32.11
- Removed@babel/runtime@7.26.9(transitive)
- Removed@types/lodash@4.17.15(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash-es@4.17.21(transitive)
- Removednanoclone@0.2.1(transitive)
- Removedproperty-expr@2.0.6(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedtoposort@2.0.2(transitive)
- Removedyup@0.32.11(transitive)