Removed @armco/types dependency
All checks were successful
armco-org/configs/pipeline/head This commit looks good
All checks were successful
armco-org/configs/pipeline/head This commit looks good
This commit is contained in:
13
package-lock.json
generated
13
package-lock.json
generated
@@ -1,18 +1,17 @@
|
||||
{
|
||||
"name": "@armco/configs",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@armco/configs",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@armco/types": "^0.0.21",
|
||||
"@types/node": "^24.10.0",
|
||||
"glob": "^11.0.3",
|
||||
"typescript": "^5.9.3",
|
||||
@@ -20,17 +19,9 @@
|
||||
"vitest": "^4.0.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@armco/types": "^0.0.18",
|
||||
"uuid": "^9.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@armco/types": {
|
||||
"version": "0.0.21",
|
||||
"resolved": "https://registry.npmjs.org/@armco/types/-/types-0.0.21.tgz",
|
||||
"integrity": "sha512-ixOJBpJP9a+uDnqndaMGyCsGQTOhdwbFazb7+eAYFng2+CCLS9WF//f8ldAlXmeWapeS9+VZxyxe6apaxjQ0yA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@babel/helper-string-parser": {
|
||||
"version": "7.27.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@armco/configs",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"type": "module",
|
||||
"main": "build/cjs/index.js",
|
||||
"module": "build/es/index.js",
|
||||
@@ -14,7 +14,6 @@
|
||||
"publish:local": "./publish-local.sh"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@armco/types": "^0.0.18",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"prettier": "prettier-config-nick",
|
||||
@@ -37,7 +36,6 @@
|
||||
},
|
||||
"homepage": "https://gitea.armco.devReStruct-Corporate-Advantage/configs#readme",
|
||||
"devDependencies": {
|
||||
"@armco/types": "^0.0.21",
|
||||
"@types/node": "^24.10.0",
|
||||
"glob": "^11.0.3",
|
||||
"typescript": "^5.9.3",
|
||||
|
||||
Reference in New Issue
Block a user