-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
1c9d3d7
commit 7596ec2
Showing
29 changed files
with
591 additions
and
701 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,3 +128,6 @@ dist | |
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
# Turbo | ||
.turbo |
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,29 +1,16 @@ | ||
{ | ||
"name": "@joggr/tempo", | ||
"name": "tempo-root", | ||
"version": "0.11.0", | ||
"description": "Library used to programmatically build markdown documents, with a heavy tilt toward GitHub Flavored Markdown (GFM).", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"test": "vitest --coverage", | ||
"build": "rslib build", | ||
"dev": "rslib build --watch", | ||
"generate:examples": "tsx examples/index.ts", | ||
"analyze": "biome check", | ||
"analyze:types": "turbo analyze:types", | ||
"analyze:ci": "biome ci --diagnostic-level=error", | ||
"analyze:types": "tsc --noEmit", | ||
"test": "turbo test", | ||
"fix": "biome check --fix" | ||
}, | ||
"repository": { | ||
|
@@ -32,19 +19,9 @@ | |
}, | ||
"author": "Joggr Team <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/joggrdocs/tempo/issues" | ||
}, | ||
"homepage": "https://github.com/joggrdocs/tempo#readme", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"@rslib/core": "^0.1.3", | ||
"@types/node": "^22.10.2", | ||
"@vitest/coverage-istanbul": "^2.1.8", | ||
"tsx": "^4.19.2", | ||
"type-fest": "^4.30.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8" | ||
"turbo": "^2.3.3" | ||
}, | ||
"packageManager": "[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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "@joggr/tempo", | ||
"version": "0.11.0", | ||
"description": "Library used to programmatically build markdown documents, with a heavy tilt toward GitHub Flavored Markdown (GFM).", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joggrdocs/tempo.git", | ||
"directory": "packages/tempo" | ||
}, | ||
"author": "Joggr Team <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/joggrdocs/tempo/issues" | ||
}, | ||
"homepage": "https://github.com/joggrdocs/tempo/packages/tempo#readme", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "rslib build --watch", | ||
"build": "rslib build", | ||
"test": "vitest --coverage", | ||
"generate:examples": "tsx examples/index.ts", | ||
"analyze:types": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@rslib/core": "^0.1.3", | ||
"@types/node": "^22.10.2", | ||
"@vitest/coverage-istanbul": "^2.1.8", | ||
"consola": "^3.2.3", | ||
"tsx": "^4.19.2", | ||
"type-fest": "^4.30.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$schema": "https://turbo.build/schema.json", | ||
"remoteCache": { | ||
"enabled": true | ||
}, | ||
"ui": "tui", | ||
"tasks": { | ||
"build": { | ||
"outputs": ["dist"], | ||
"dependsOn": ["^build"] | ||
}, | ||
"test": { | ||
"outputs": [], | ||
"dependsOn": ["^build"] | ||
}, | ||
"analyze:types": { | ||
"outputs": [], | ||
"dependsOn": ["^build"] | ||
}, | ||
"//#analyze": { | ||
"dependsOn": [], | ||
"outputs": [] | ||
}, | ||
"//#analyze:ci": { | ||
"dependsOn": [], | ||
"outputs": [] | ||
}, | ||
"//#fix": { | ||
"dependsOn": [], | ||
"outputs": [] | ||
} | ||
} | ||
} |
Oops, something went wrong.