mirror of
https://github.com/pedersen/obsidian-testing-vault.git
synced 2026-07-22 07:30:23 +00:00
1.1.0
This commit is contained in:
parent
03d3ca5b57
commit
fc52e45cc2
4 changed files with 8 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-testing-vault",
|
"id": "obsidian-testing-vault",
|
||||||
"name": "Testing Vault",
|
"name": "Testing Vault",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "This allows a developer to make a random vault of arbitrary size for testing their plugins.",
|
"description": "This allows a developer to make a random vault of arbitrary size for testing their plugins.",
|
||||||
"author": "Michael J. Pedersen <m.pedersen@icelus.org>",
|
"author": "Michael J. Pedersen <m.pedersen@icelus.org>",
|
||||||
"authorUrl": "https://github.com/pedersen",
|
"authorUrl": "https://github.com/pedersen",
|
||||||
"fundingUrl": "https://github.com/pedersen/obsidian-testing-vault",
|
"fundingUrl": "https://github.com/pedersen/obsidian-testing-vault",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-testing-vault",
|
"name": "obsidian-testing-vault",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-testing-vault",
|
"name": "obsidian-testing-vault",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lorem-ipsum": "^2.0.8",
|
"lorem-ipsum": "^2.0.8",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-testing-vault",
|
"name": "obsidian-testing-vault",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "This Obsidian plugin allows the user to generate a vault randomly, complete with orphaned notes, empty notes, and linked notes.",
|
"description": "This Obsidian plugin allows the user to generate a vault randomly, complete with orphaned notes, empty notes, and linked notes.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.15.0"
|
"1.0.0": "0.15.0",
|
||||||
}
|
"1.1.0": "0.15.0"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue