-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "nr demo:dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "reactive-vscode", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Develop VSCode extension with Vue Reactivity API", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "create-reactive-vscode", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Reactive-vscode project creator", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@reactive-vscode/metadata", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Metadata for reactive-vscode", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@reactive-vscode/mock", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Mock VSCode API for testing", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@reactive-vscode/reactivity", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Full Vue Reactivity API without DOM", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@reactive-vscode/vueuse", | ||
"type": "module", | ||
"version": "0.2.6-beta.1", | ||
"version": "0.2.6", | ||
"description": "Useful VueUse utilities for VSCode extension development", | ||
"author": "_Kerman <[email protected]>", | ||
"license": "MIT", | ||
|