-
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
04bcd44
commit 5d58d3e
Showing
15 changed files
with
23 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-client", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Browser library that Temple scripts can use to manage data in different ways.", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-compiler", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Compiles Temple markup language files to JavaScript and HTML.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -21,9 +21,9 @@ | |
"test": "nyc ts-mocha tests/*.test.ts" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple-client": "0.0.11", | ||
"@ossph/temple-parser": "0.0.11", | ||
"@ossph/temple-server": "0.0.11", | ||
"@ossph/temple-client": "0.0.12", | ||
"@ossph/temple-parser": "0.0.12", | ||
"@ossph/temple-server": "0.0.12", | ||
"esbuild": "0.21.3", | ||
"typescript": "5.3.3", | ||
"ts-morph": "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-dev", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Temple developer mode with hot page reload", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-loader", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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-compiler": "0.0.11", | ||
"@ossph/temple-compiler": "0.0.12", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-parser", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Parses the Temple markup language to an abstract syntac tree (AST).", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-server", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Server library that Temple server uses to manage data in different ways.", | ||
"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
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", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "The reactive web component template engine.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"test": "nyc cross-env DATABASE_URL=test ts-mocha tests/*.test.ts" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple-compiler": "0.0.11" | ||
"@ossph/temple-compiler": "0.0.12" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "4.3.5", | ||
|