Skip to content

Commit 0274c7b

Browse files
author
Dean Sharon
committed
fix(release): update repository URLs to dean0x/mdscript The repo was renamed from dean0x/mds to dean0x/mdscript. npm provenance verification rejects publishes when package.json repository.url does not match the GitHub Actions workflow source repository.
1 parent b7d73d8 commit 0274c7b

17 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Report a security vulnerability
4-
url: https://github.com/dean0x/mds/security/advisories/new
4+
url: https://github.com/dean0x/mdscript/security/advisories/new
55
about: Please report security issues privately, not as public issues. See SECURITY.md.
66
- name: Question or discussion
7-
url: https://github.com/dean0x/mds/discussions
7+
url: https://github.com/dean0x/mdscript/discussions
88
about: For usage questions and open-ended discussion, please use Discussions.

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ First public release of the MDS (Markdown Script) compiler.
118118

119119
- 590 Rust tests (integration, unit, and doc-tests across the workspace) plus the JavaScript package suites
120120

121-
[Unreleased]: https://github.com/dean0x/mds/compare/v0.2.0...HEAD
122-
[0.2.0]: https://github.com/dean0x/mds/compare/v0.1.0...v0.2.0
123-
[0.1.0]: https://github.com/dean0x/mds/releases/tag/v0.1.0
121+
[Unreleased]: https://github.com/dean0x/mdscript/compare/v0.2.0...HEAD
122+
[0.2.0]: https://github.com/dean0x/mdscript/compare/v0.1.0...v0.2.0
123+
[0.1.0]: https://github.com/dean0x/mdscript/releases/tag/v0.1.0

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
rust-version = "1.88" # napi 3.9.0 sets rust-version = "1.88" in its published Cargo.toml
99
license = "MIT"
1010
readme = "README.md"
11-
repository = "https://github.com/dean0x/mds"
11+
repository = "https://github.com/dean0x/mdscript"
1212
keywords = ["markdown", "template", "llm", "prompt", "compiler"]
1313

1414
[workspace.dependencies]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MDS - Markdown Script
22

3-
[![CI](https://github.com/dean0x/mds/actions/workflows/ci.yml/badge.svg)](https://github.com/dean0x/mds/actions/workflows/ci.yml)
3+
[![CI](https://github.com/dean0x/mdscript/actions/workflows/ci.yml/badge.svg)](https://github.com/dean0x/mdscript/actions/workflows/ci.yml)
44
[![crates.io](https://img.shields.io/crates/v/mds-cli.svg)](https://crates.io/crates/mds-cli)
55
[![npm](https://img.shields.io/npm/v/@mdscript/mds.svg)](https://www.npmjs.com/package/@mdscript/mds)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
@@ -162,7 +162,7 @@ workflow and quality gates.
162162
## Security
163163

164164
Please report vulnerabilities privately via GitHub's
165-
[private vulnerability reporting](https://github.com/dean0x/mds/security/advisories/new),
165+
[private vulnerability reporting](https://github.com/dean0x/mdscript/security/advisories/new),
166166
not public issues. See [SECURITY.md](SECURITY.md) for the security model, built-in
167167
resource limits, and supported versions.
168168

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
discussions, or pull requests.**
77

88
Report vulnerabilities privately through GitHub's
9-
[private vulnerability reporting](https://github.com/dean0x/mds/security/advisories/new).
9+
[private vulnerability reporting](https://github.com/dean0x/mdscript/security/advisories/new).
1010
This routes the report to the maintainers privately and lets us collaborate on a
1111
fix and coordinated disclosure.
1212

crates/mds-napi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @mdscript/mds-napi
22

3-
Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mds)
3+
Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mdscript)
44
compiler, built with [napi-rs](https://napi.rs/).
55

66
This is the high-performance backend used by [`@mdscript/mds`](https://www.npmjs.com/package/@mdscript/mds)

crates/mds-napi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/dean0x/mds.git",
10+
"url": "git+https://github.com/dean0x/mdscript.git",
1111
"directory": "crates/mds-napi"
1212
},
13-
"homepage": "https://github.com/dean0x/mds#readme",
14-
"bugs": "https://github.com/dean0x/mds/issues",
13+
"homepage": "https://github.com/dean0x/mdscript#readme",
14+
"bugs": "https://github.com/dean0x/mdscript/issues",
1515
"keywords": [
1616
"markdown",
1717
"template",

crates/mds-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "MDS compiler WebAssembly bindings"
99
# choke on `license.workspace = true` ("invalid type: map, expected a string").
1010
# mds-wasm is not published to crates.io, so DRY inheritance buys nothing here.
1111
license = "MIT"
12-
repository = "https://github.com/dean0x/mds"
12+
repository = "https://github.com/dean0x/mdscript"
1313
keywords = ["markdown", "template", "llm", "prompt", "compiler"]
1414
categories = ["wasm", "template-engine"]
1515

packages/bundler-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/dean0x/mds.git",
8+
"url": "git+https://github.com/dean0x/mdscript.git",
99
"directory": "packages/bundler-utils"
1010
},
11-
"homepage": "https://github.com/dean0x/mds#readme",
12-
"bugs": "https://github.com/dean0x/mds/issues",
11+
"homepage": "https://github.com/dean0x/mdscript#readme",
12+
"bugs": "https://github.com/dean0x/mdscript/issues",
1313
"keywords": [
1414
"mds",
1515
"bundler",

0 commit comments

Comments
 (0)