mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 06:41:47 +00:00
chore: release 1.0.1
This commit is contained in:
parent
d7f0aaea24
commit
a7a439a897
5 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "bytegrid",
|
"id": "bytegrid",
|
||||||
"name": "ByteGrid",
|
"name": "ByteGrid",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"description": "Visualize binary data and C struct memory layouts.",
|
"description": "Visualize binary data and C struct memory layouts.",
|
||||||
"author": "waaraawa",
|
"author": "waaraawa",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bytegrid",
|
"name": "bytegrid",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Binary data and C struct memory layout visualization for Obsidian",
|
"description": "Binary data and C struct memory layout visualization for Obsidian",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@bytegrid/core",
|
"name": "@bytegrid/core",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Core rendering logic for ByteGrid",
|
"description": "Core rendering logic for ByteGrid",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@bytegrid/obsidian-plugin",
|
"name": "@bytegrid/obsidian-plugin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "ByteGrid Obsidian plugin",
|
"description": "ByteGrid Obsidian plugin",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"author": "ByteGrid Contributors",
|
"author": "ByteGrid Contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bytegrid/core": "^1.0.0"
|
"@bytegrid/core": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.10.6",
|
"@types/node": "^20.10.6",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "1.0.0"
|
"1.0.0": "1.0.0",
|
||||||
|
"1.0.1": "1.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue