@lando/solr
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -1,1 +0,1 @@ | ||
{"processes":{"2f8efaab-7699-4f6d-953e-3d59c6f44526":{"parent":null,"children":[]},"9d9ea8c1-372e-44be-a69b-b80cf7cf67e6":{"parent":null,"children":[]}},"files":{"/home/runner/work/solr/solr/services/solr/builder.js":["9d9ea8c1-372e-44be-a69b-b80cf7cf67e6"]},"externalIds":{}} | ||
{"processes":{"d9203664-a10c-4e1a-be7c-70d1d5039a08":{"parent":null,"children":[]},"ebeb939b-5940-41cf-b597-f12b6cc82351":{"parent":null,"children":[]}},"files":{"/home/runner/work/solr/solr/services/solr/builder.js":["d9203664-a10c-4e1a-be7c-70d1d5039a08"]},"externalIds":{}} |
@@ -0,1 +1,5 @@ | ||
## v0.7.0 - [December 12, 2022](https://github.com/lando/solr/releases/tag/v0.7.0) | ||
* Added bundle-dependencies to release process. | ||
* Fixed bug in plugin dogfooding test. | ||
## v0.6.0 - [September 7, 2022](https://github.com/lando/solr/releases/tag/v0.6.0) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@lando/solr", | ||
"description": "A Lando plugin that provides a tight integration with Solr.", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "Mike Pirog @pirog", | ||
@@ -19,3 +19,5 @@ "license": "GPL-3.0", | ||
}, | ||
"bundledDependencies": true, | ||
"bundledDependencies": [ | ||
"lodash" | ||
], | ||
"lando": {}, | ||
@@ -42,3 +44,3 @@ "main": "index.js", | ||
"lint": "eslint --quiet . && yarn docs:lint", | ||
"release": "bump --prompt --tag --all --push", | ||
"release": "bundle-dependencies update && bump --prompt --tag --all --push", | ||
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js", | ||
@@ -54,3 +56,4 @@ "test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin", | ||
"@lando/leia": "^0.6.4", | ||
"@lando/vuepress-theme-default-plus": "1.0.0-beta.34", | ||
"@lando/vuepress-theme-default-plus": "1.0.0-beta.44", | ||
"bundle-dependencies": "^1.0.2", | ||
"chai": "^4.3.4", | ||
@@ -64,4 +67,4 @@ "command-line-test": "^1.0.10", | ||
"version-bump-prompt": "^4.2.1", | ||
"vuepress": "^2.0.0-beta.43" | ||
"vuepress": "2.0.0-beta.53" | ||
} | ||
} |
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
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
1549869
2
13