Skip to content

Commit bccc430

Browse files
committed
feat: added @eser/primitives package to provide utility functions and promises.
- Refactored imports across various packages to utilize the new @eser/primitives module. - Improved CLI command descriptions and completions for better user experience. - Enhanced logging and validation modules with new features and performance improvements.
1 parent b7d55e2 commit bccc430

File tree

123 files changed

+6677
-907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+6677
-907
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ repos:
9898
pkg/@eser/jsx-runtime/README.md|
9999
pkg/@eser/logging/README.md|
100100
pkg/@eser/parsing/README.md|
101+
pkg/@eser/primitives/README.md|
101102
pkg/@eser/shell/README.md|
102103
pkg/@eser/standards/README.md|
103104
pkg/@eser/testing/README.md|

deno.lock

Lines changed: 26 additions & 329 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eser/stack",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"private": true,
55
"type": "module",
66
"workspaces": [

pkg/@cool/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cool/cli",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"type": "module",
55
"exports": {
66
".": "./mod.ts"

pkg/@cool/lime/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cool/lime",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"exports": {
55
".": "./mod.ts"
66
}

pkg/@cool/lime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cool/lime",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"type": "module",
55
"exports": {
66
".": "./mod.ts"

pkg/@eser/app-runtime/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eser/app-runtime",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"exports": {
55
".": "./mod.ts"
66
},

pkg/@eser/app-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eser/app-runtime",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"type": "module",
55
"exports": {
66
".": "./mod.ts"

pkg/@eser/bundler/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eser/bundler",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"exports": {
55
".": "./mod.ts"
66
},

pkg/@eser/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eser/bundler",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"type": "module",
55
"exports": {
66
".": "./mod.ts"

0 commit comments

Comments
 (0)