-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
4c5eb2b
commit c587b5a
Showing
36 changed files
with
64 additions
and
64 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 @@ | ||
{ | ||
"name": "@ossph/temple-dev", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Temple developer mode with hot page reload", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"dependencies": { | ||
"@blanquera/types": "1.0.2", | ||
"@ossph/temple": "0.1.2", | ||
"@ossph/temple": "0.1.3", | ||
"chokidar": "3.6.0", | ||
"ws": "8.17.0" | ||
}, | ||
|
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 @@ | ||
{ | ||
"name": "@ossph/temple-esbuild", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "ESBuild support for the Temple markup language.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.2" | ||
"@ossph/temple": "0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "22.0.0", | ||
|
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 @@ | ||
{ | ||
"name": "@ossph/temple-express", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Temple plugin for Express and native HTTP.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -18,8 +18,8 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.2", | ||
"@ossph/temple-dev": "0.1.2" | ||
"@ossph/temple": "0.1.3", | ||
"@ossph/temple-dev": "0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "22.1.0" | ||
|
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
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
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": "temple-language-server", | ||
"description": "Implementation of temple language server in node.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Chris <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -12,7 +12,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.2", | ||
"@ossph/temple": "0.1.3", | ||
"vscode-languageserver": "8.1.0", | ||
"vscode-languageserver-textdocument": "1.0.8", | ||
"vscode-uri": "3.0.8" | ||
|
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 @@ | ||
{ | ||
"name": "@ossph/temple-loader", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Webpack support for the Temple markup language.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.2", | ||
"@ossph/temple": "0.1.3", | ||
"loader-utils": "3.2.1", | ||
"schema-utils": "4.2.0" | ||
}, | ||
|
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
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 @@ | ||
{ | ||
"name": "@ossph/temple-ui", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Temple user interfaces", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
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
Oops, something went wrong.