@appmockup/core 0.2.0 → 0.2.1

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 +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @appmockup/core
2
2
 
3
- Environment-agnostic core of [AppMockup](https://github.com/yakupbulbul/AppMockup): the
3
+ Environment-agnostic core of [AppMockup](https://github.com/yakupbulbul/appmockup): the
4
4
  config schema (zod) and the Canvas 2D rendering engine. Pure TypeScript, no Node- or
5
5
  DOM-only dependencies — it runs identically in the browser and in Node (via
6
6
  `@napi-rs/canvas`), so the web preview and CLI/MCP exports produce the same pixels.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@appmockup/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Environment-agnostic mockup config schema and Canvas2D rendering engine.",
5
5
  "license": "MIT",
6
6
  "author": "Yakup Bülbül",
7
7
  "keywords": ["app-store", "screenshots", "mockup", "canvas", "renderer"],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/yakupbulbul/AppMockup.git",
10
+ "url": "https://github.com/yakupbulbul/appmockup.git",
11
11
  "directory": "packages/core"
12
12
  },
13
- "homepage": "https://github.com/yakupbulbul/AppMockup#readme",
14
- "bugs": "https://github.com/yakupbulbul/AppMockup/issues",
13
+ "homepage": "https://github.com/yakupbulbul/appmockup#readme",
14
+ "bugs": "https://github.com/yakupbulbul/appmockup/issues",
15
15
  "publishConfig": { "access": "public" },
16
16
  "type": "module",
17
17
  "main": "./dist/index.cjs",