@aesoper/config
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -1,4 +0,4 @@ | ||
import { custom } from "vue-types"; | ||
import { custom } from "vue-types/shim"; | ||
custom((val) => { | ||
return typeof val === "number" && val > 0; | ||
}); |
"use strict"; | ||
const vueTypes = require("vue-types"); | ||
vueTypes.custom((val) => { | ||
const shim = require("vue-types/shim"); | ||
shim.custom((val) => { | ||
return typeof val === "number" && val > 0; | ||
}); |
{ | ||
"name": "@aesoper/config", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "> TODO: description", | ||
@@ -48,3 +48,3 @@ "author": { | ||
"dependencies": { | ||
"@aesoper/shared": "^1.1.10", | ||
"@aesoper/shared": "^1.1.11", | ||
"lodash.get": "^4.4.2", | ||
@@ -57,3 +57,3 @@ "lodash.has": "^4.5.2" | ||
}, | ||
"gitHead": "7ecfd982f6bbb787c225ccf4cb2d26e7decc4977" | ||
"gitHead": "0e3a761e1b0e2843c01f33c8a58bb5efa2d99ffc" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
6
2403458
9728
Updated@aesoper/shared@^1.1.11