@rh-support/utils
Advanced tools
Comparing version 0.0.21 to 0.0.30
{ | ||
"name": "@rh-support/utils", | ||
"version": "0.0.21", | ||
"version": "0.0.30", | ||
"description": "> TODO: description", | ||
@@ -9,11 +9,13 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"main": "lib/index.js", | ||
"module": "lib/index.es.js", | ||
"jsnext:main": "lib/index.es.js", | ||
"module": "lib/index.js", | ||
"jsnext:main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib" | ||
"lib": "lib", | ||
"types": "@types" | ||
}, | ||
"files": [ | ||
"lib/*", | ||
"lib/**/*" | ||
"lib/**/*", | ||
"@types/" | ||
], | ||
@@ -29,5 +31,9 @@ "repository": { | ||
}, | ||
"config": { | ||
"registry": "https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/", | ||
"strict-ssl": false | ||
}, | ||
"scripts": { | ||
"build:watch": "rollup -c ./node_modules/@rh-support/configs/packages/rollup.config.js --watch & tsc -w", | ||
"build": "rimraf lib && rollup -c ./node_modules/@rh-support/configs/packages/rollup.config.js && tsc", | ||
"build:watch": "rollup -c ./node_modules/@rh-support/configs/packages/rollup.config.js --watch & tsc -w -p config/tsconfig.declaration.json", | ||
"build": "rimraf lib && rollup -c ./node_modules/@rh-support/configs/packages/rollup.config.js && tsc -p config/tsconfig.declaration.json", | ||
"prepublishOnly": "npm run build" | ||
@@ -44,5 +50,5 @@ }, | ||
"devDependencies": { | ||
"@rh-support/api": "^0.0.21", | ||
"@rh-support/configs": "^0.0.21", | ||
"@rh-support/types": "^0.0.21", | ||
"@rh-support/api": "^0.0.30", | ||
"@rh-support/configs": "^0.0.30", | ||
"@rh-support/types": "^0.0.30", | ||
"@types/marked": "^0.6.5", | ||
@@ -57,5 +63,8 @@ "@types/react": "^16.8.23", | ||
"react-dom": "^16.9.0", | ||
"rimraf": "^2.6.3" | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.20.1", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.6.2" | ||
}, | ||
"gitHead": "65b05657ca1439477c676fc4ddd4ceaa5b9fb975" | ||
"gitHead": "1f77fc0471353626404053d17066b8cf1fc02851" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
22649
7
174
1
16