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.6.0 to 0.7.0

.nyc_output/d9203664-a10c-4e1a-be7c-70d1d5039a08.json

2

.nyc_output/processinfo/index.json

@@ -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

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