@nanobpm/nano-ide-ext-types 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **TypeScript types for the `nano-ide.ext.json` extension manifest** (ADR 0007).
4
4
 
5
- This is the shared type contract for authoring [Nano RAD IDE](https://github.com/Magikcraft/nano-bpm)
5
+ This is the shared type contract for authoring [Nano RAD IDE](https://nanobpm.io)
6
6
  extension packs. Import it in a pack's tooling to get a typed, checked
7
7
  `nano-ide.ext.json` — the same manifest shape the host parser
8
8
  (`server/src/console/extensions.rs`) validates at load time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanobpm/nano-ide-ext-types",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "TypeScript types for the nano-ide.ext.json extension manifest (ADR 0007).",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/jwulf/nano-ide.git",
12
+ "url": "git+https://github.com/nanobpm/nano-ide.git",
13
13
  "directory": "packages/ext-types"
14
14
  },
15
15
  "main": "./dist/index.js",