diff --git a/.omni/af42200c-github-npm/memory.md b/.omni/af42200c-github-npm/memory.md index 38500a8..9c4a0d6 100644 --- a/.omni/af42200c-github-npm/memory.md +++ b/.omni/af42200c-github-npm/memory.md @@ -19,6 +19,7 @@ - `capture-eye/.github/workflows/production-release.yml` publishes `@numbersprotocol/capture-eye` to npm from the `publish-npm` job using npm Trusted Publishing/OIDC; npm package is configured with GitHub Actions trusted publisher. - npm vulnerability fix on 2026-05-04 only required `package-lock.json` updates for transitive dev dependencies: `brace-expansion`, `path-to-regexp`, and `smol-toml`. +- Version bump prepared on 2026-05-04 updates `@numbersprotocol/capture-eye` from 1.11.0 to 1.11.1 in both `package.json` and `package-lock.json`; npm registry still shows 1.11.0 until the version bump lands on main and publishes. --- -_Last system refresh: 2026-05-04 08:06 UTC_ +_Last system refresh: 2026-05-04 08:28 UTC_ diff --git a/package-lock.json b/package-lock.json index 1e0484f..dad6446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@numbersprotocol/capture-eye", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@numbersprotocol/capture-eye", - "version": "1.11.0", + "version": "1.11.1", "license": "GPL-3.0", "dependencies": { "lit": "^3.0.0" diff --git a/package.json b/package.json index 593349f..1d93c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@numbersprotocol/capture-eye", - "version": "1.11.0", + "version": "1.11.1", "description": "Capture Eye widget seamlessly integrates into your website, facilitating secure and transparent provenance display and purchases of digital content directly from the creator", "main": "dist/capture-eye.js", "module": "dist/capture-eye.js",