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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @pontx/pinhere

[Pontx Hub SDK guide](https://pontx.dev/en/sdks/pinhere)

Type-safe Pinhere SDK and preview-first CLI generated only from Pinhere's
canonical PontxSpec.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pontx/pinhere",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"packageManager": "pnpm@10.14.0",
"description": "Type-safe Pinhere SDK and preview-first CLI generated from the product-owned PontxSpec",
Expand Down Expand Up @@ -49,7 +49,7 @@
"type": "git",
"url": "git+https://github.com/pontjs/pinhere.git"
},
"homepage": "https://github.com/pontjs/pinhere#readme",
"homepage": "https://pontx.dev/en/sdks/pinhere",
"bugs": {
"url": "https://github.com/pontjs/pinhere/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-package.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ try {
join(temporary, "node_modules/@pontx/pinhere/package.json"), "utf8",
));
assert.equal(installedPackage.name, "@pontx/pinhere");
assert.equal(installedPackage.version, "0.1.0");
assert.equal(installedPackage.version, "0.1.1");

await execFileAsync(process.execPath, ["--input-type=module", "--eval", [
"import('@pontx/pinhere').then((sdk) => {",
Expand Down
Loading