@adonisjs/config
Advanced tools
Comparing version 3.0.9 to 4.0.0-0
@@ -1,1 +0,1 @@ | ||
export { Config } from './src/Config'; | ||
export { Config } from './src/config.js'; |
@@ -1,13 +0,1 @@ | ||
"use strict"; | ||
/* | ||
* @adonisjs/config | ||
* | ||
* (c) Harminder Virk <virk@adonisjs.com> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Config = void 0; | ||
var Config_1 = require("./src/Config"); | ||
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return Config_1.Config; } }); | ||
export { Config } from './src/config.js'; |
{ | ||
"name": "@adonisjs/config", | ||
"version": "3.0.9", | ||
"version": "4.0.0-0", | ||
"description": "Config management for AdonisJS framework", | ||
"main": "build/index.js", | ||
"type": "module", | ||
"files": [ | ||
"build/adonis-typings", | ||
"build/src", | ||
@@ -12,16 +12,18 @@ "build/index.d.ts", | ||
], | ||
"exports": { | ||
".": "./build/index.js" | ||
}, | ||
"scripts": { | ||
"mrm": "mrm --preset=@adonisjs/mrm-preset", | ||
"pretest": "npm run lint", | ||
"test": "node -r @adonisjs/require-ts/build/register bin/test.ts", | ||
"test": "npm run vscode:test", | ||
"version": "npm run build", | ||
"clean": "del build", | ||
"clean": "del-cli build", | ||
"compile": "npm run lint && npm run clean && tsc", | ||
"build": "npm run compile", | ||
"commit": "git-cz", | ||
"release": "np --message=\"chore(release): %s\"", | ||
"release": "np", | ||
"format": "prettier --write .", | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint . --ext=.ts", | ||
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json adonisjs/config" | ||
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/config", | ||
"vscode:test": "node --loader=ts-node/esm bin/test.ts" | ||
}, | ||
@@ -35,4 +37,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@adonisjs/mrm-preset": "^5.0.3", | ||
"@adonisjs/require-ts": "^2.0.13", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@japa/assert": "^1.3.6", | ||
@@ -42,41 +44,19 @@ "@japa/run-failed-tests": "^1.1.0", | ||
"@japa/spec-reporter": "^1.3.2", | ||
"@swc/core": "^1.3.9", | ||
"@types/node": "^18.11.2", | ||
"commitizen": "^4.2.5", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-adonis": "^2.1.1", | ||
"eslint-plugin-adonis": "^3.0.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"github-label-sync": "^2.2.0", | ||
"husky": "^8.0.1", | ||
"mrm": "^4.1.13", | ||
"np": "^7.6.2", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"test" | ||
], | ||
"extension": [ | ||
".ts" | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"np": { | ||
"contents": ".", | ||
"anyBranch": false | ||
}, | ||
"dependencies": { | ||
"@poppinss/utils": "^5.0.0" | ||
"@poppinss/utils": "^6.0.0-1" | ||
}, | ||
"directories": { | ||
"doc": "docs", | ||
"test": "test" | ||
}, | ||
"repository": { | ||
@@ -90,19 +70,2 @@ "type": "git", | ||
"homepage": "https://github.com/adonisjs/config#readme", | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "latest" | ||
}, | ||
"mrmConfig": { | ||
"core": true, | ||
"license": "MIT", | ||
"services": [ | ||
"github-actions" | ||
], | ||
"minNodeVersion": "14.15.4", | ||
"probotApps": [ | ||
"stale", | ||
"lock" | ||
], | ||
"runGhActionsOnWindows": false | ||
}, | ||
"eslintConfig": { | ||
@@ -137,3 +100,18 @@ "extends": [ | ||
"printWidth": 100 | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"np": { | ||
"message": "chore(release): %s", | ||
"tag": "next", | ||
"branch": "main", | ||
"anyBranch": false | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
19
Yes
6211
7
33
1
1
+ Added@lukeed/ms@2.0.2(transitive)
+ Added@poppinss/utils@6.8.3(transitive)
+ Added@types/pluralize@0.0.33(transitive)
+ Addedcase-anything@3.1.0(transitive)
+ Addedsafe-stable-stringify@2.5.0(transitive)
+ Addedsecure-json-parse@2.7.0(transitive)
+ Addedslash@5.1.0(transitive)
- Removed@poppinss/file-generator@1.0.2(transitive)
- Removed@poppinss/utils@5.0.0(transitive)
- Removed@types/he@1.2.3(transitive)
- Removedcamel-case@4.1.2(transitive)
- Removedcapital-case@1.0.4(transitive)
- Removedchange-case@4.1.2(transitive)
- Removedconstant-case@3.0.4(transitive)
- Removedcuid@2.1.8(transitive)
- Removeddot-case@3.0.4(transitive)
- Removedfs-readdir-recursive@1.1.0(transitive)
- Removedhe@1.2.0(transitive)
- Removedheader-case@2.0.4(transitive)
- Removedkind-of@6.0.3(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlower-case@2.0.2(transitive)
- Removedms@2.1.3(transitive)
- Removedno-case@3.0.4(transitive)
- Removedparam-case@3.0.4(transitive)
- Removedpascal-case@3.1.2(transitive)
- Removedpath-case@3.0.4(transitive)
- Removedrequire-all@3.0.0(transitive)
- Removedresolve-from@5.0.0(transitive)
- Removedsentence-case@3.0.4(transitive)
- Removedsnake-case@3.0.4(transitive)
- Removedtslib@2.8.1(transitive)
- Removedupper-case@2.0.2(transitive)
- Removedupper-case-first@2.0.2(transitive)
Updated@poppinss/utils@^6.0.0-1