Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"workspace": [
"packages/*",
"packages/cli/e2e",
Expand Down
130 changes: 65 additions & 65 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ai/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/ai",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Zero-dependency AI engine core: domain contracts, capability ports, model registry, and composition root for NetScript's AI stack.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aspire/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/aspire",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Config parsing, contribution ports, and SDK-agnostic helpers for Aspire TypeScript AppHost.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-better-auth/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/auth-better-auth",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "better-auth integration helpers for NetScript services.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-kv-oauth/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/auth-kv-oauth",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "KV-backed OAuth2/OIDC AuthBackendPort backend for NetScript auth.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-workos/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/auth-workos",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "WorkOS AuthKit authenticators for NetScript services.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/bench",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"exports": {
".": "./mod.ts",
"./config": "./bench.config.ts"
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/cli",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Public and maintainer command-line tooling for NetScript workspaces.",
"license": "Apache-2.0",
"exports": {
Expand All @@ -21,12 +21,12 @@
"test": "deno test --allow-all"
},
"imports": {
"@netscript/aspire": "jsr:@netscript/aspire@0.0.1-beta.10",
"@netscript/config": "jsr:@netscript/config@0.0.1-beta.10",
"@netscript/fresh-ui": "jsr:@netscript/fresh-ui@0.0.1-beta.10",
"@netscript/mcp": "jsr:@netscript/mcp@0.0.1-beta.10",
"@netscript/plugin": "jsr:@netscript/plugin@0.0.1-beta.10",
"@netscript/sdk": "jsr:@netscript/sdk@0.0.1-beta.10",
"@netscript/aspire": "jsr:@netscript/aspire@0.0.1-beta.11",
"@netscript/config": "jsr:@netscript/config@0.0.1-beta.11",
"@netscript/fresh-ui": "jsr:@netscript/fresh-ui@0.0.1-beta.11",
"@netscript/mcp": "jsr:@netscript/mcp@0.0.1-beta.11",
"@netscript/plugin": "jsr:@netscript/plugin@0.0.1-beta.11",
"@netscript/sdk": "jsr:@netscript/sdk@0.0.1-beta.11",
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
"@std/cli": "jsr:@std/cli@^1",
"@std/fmt": "jsr:@std/fmt@^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/e2e/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/cli-e2e",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"exports": {
".": "./mod.ts"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Do not edit by hand. Run `deno task gen:publish-assets`.

/** Version of the published CLI package. */
export const CLI_PACKAGE_VERSION: string = '0.0.1-beta.10';
export const CLI_PACKAGE_VERSION: string = '0.0.1-beta.11';

/** Serialized Deno configuration schema copied into generated workspaces. */
export const DENO_CONFIG_SCHEMA_JSON: string =
Expand Down
2 changes: 1 addition & 1 deletion packages/config/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/config",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"license": "Apache-2.0",
"description": "Typed NetScript project configuration schemas, loaders, environment helpers, and scaffold constants.",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/contracts",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "NetScript contract primitives, common schemas, CRUD generators, query helpers, and transform helpers.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/cron",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Runtime-agnostic cron scheduling abstraction for Deno applications.",
"license": "Apache-2.0",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/database/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/database",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Database adapter contracts, Prisma driver helpers, tracing, and schema tooling for NetScript packages.",
"license": "Apache-2.0",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fresh-ui/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netscript/fresh-ui",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "Fresh UI registry seams and interactive foundations for NetScript.",
"license": "Apache-2.0",
"exclude": [],
Expand All @@ -13,8 +13,8 @@
"./registry": "./registry.ts"
},
"imports": {
"@netscript/sdk/auto-update": "jsr:@netscript/sdk@0.0.1-beta.10/auto-update",
"@netscript/sdk/desktop": "jsr:@netscript/sdk@0.0.1-beta.10/desktop",
"@netscript/sdk/auto-update": "jsr:@netscript/sdk@0.0.1-beta.11/auto-update",
"@netscript/sdk/desktop": "jsr:@netscript/sdk@0.0.1-beta.11/desktop",
"@std/assert": "jsr:@std/assert@^1",
"preact": "npm:preact@^10.29.2"
},
Expand Down
Loading
Loading