@spinajs/configuration
Advanced tools
Comparing version 2.0.259 to 2.0.260
@@ -6,4 +6,8 @@ declare const config: { | ||
}; | ||
app: { | ||
name: string; | ||
version: string; | ||
}; | ||
}; | ||
export default config; | ||
//# sourceMappingURL=configuration.d.ts.map |
@@ -8,4 +8,8 @@ "use strict"; | ||
}, | ||
app: { | ||
name: "spinajs", | ||
version: "1.0.0" | ||
} | ||
}; | ||
exports.default = config; | ||
//# sourceMappingURL=configuration.js.map |
@@ -6,4 +6,8 @@ declare const config: { | ||
}; | ||
app: { | ||
name: string; | ||
version: string; | ||
}; | ||
}; | ||
export default config; | ||
//# sourceMappingURL=configuration.d.ts.map |
@@ -6,4 +6,8 @@ const config = { | ||
}, | ||
app: { | ||
name: "spinajs", | ||
version: "1.0.0" | ||
} | ||
}; | ||
export default config; | ||
//# sourceMappingURL=configuration.js.map |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.259", | ||
"version": "2.0.260", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.259", | ||
"@spinajs/di": "^2.0.259", | ||
"@spinajs/exceptions": "^2.0.259", | ||
"@spinajs/internal-logger": "^2.0.259", | ||
"@spinajs/util": "2.0.259", | ||
"@spinajs/configuration-common": "^2.0.260", | ||
"@spinajs/di": "^2.0.260", | ||
"@spinajs/exceptions": "^2.0.260", | ||
"@spinajs/internal-logger": "^2.0.260", | ||
"@spinajs/util": "2.0.260", | ||
"ajv": "^8.12.0", | ||
@@ -62,0 +62,0 @@ "ajv-formats": "^2.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
258735
1694
+ Added@spinajs/util@2.0.260(transitive)
- Removed@spinajs/util@2.0.259(transitive)
Updated@spinajs/di@^2.0.260
Updated@spinajs/exceptions@^2.0.260
Updated@spinajs/util@2.0.260