Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lando/solr

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lando/solr - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

.nyc_output/1739e153-54cb-4da5-80b4-5ddb8b94c940.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"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":{}}
{"processes":{"1739e153-54cb-4da5-80b4-5ddb8b94c940":{"parent":null,"children":[]},"f2562450-a17d-485e-9fdc-22cf60585d88":{"parent":null,"children":[]}},"files":{"/home/runner/work/solr/solr/services/solr/builder.js":["f2562450-a17d-485e-9fdc-22cf60585d88"]},"externalIds":{}}

@@ -0,1 +1,6 @@

## v0.8.0 - [July 3, 2023](https://github.com/lando/solr/releases/tag/v0.8.0)
* Removed bundle-dependencies and version-bump-prompt from plugin.
* Updated package to use prepare-release-action.
* Updated documentation to reflect new release process.
## v0.7.0 - [December 12, 2022](https://github.com/lando/solr/releases/tag/v0.7.0)

@@ -2,0 +7,0 @@ * Added bundle-dependencies to release process.

{
"name": "@lando/solr",
"description": "A Lando plugin that provides a tight integration with Solr.",
"version": "0.7.0",
"version": "0.8.0",
"author": "Mike Pirog @pirog",

@@ -43,3 +43,2 @@ "license": "GPL-3.0",

"lint": "eslint --quiet . && yarn docs:lint",
"release": "bundle-dependencies update && bump --prompt --tag --all --push",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",

@@ -54,5 +53,4 @@ "test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",

"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^0.6.4",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
"bundle-dependencies": "^1.0.2",
"@lando/leia": "^0.6.5",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.45",
"chai": "^4.3.4",

@@ -65,5 +63,4 @@ "command-line-test": "^1.0.10",

"nyc": "^15.1.0",
"version-bump-prompt": "^4.2.1",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc