{"_id":"@univerjs-pro/cli-assets","_rev":"2-3209c3729e7a11db5ccc59ea94ba9478","name":"@univerjs-pro/cli-assets","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@univerjs-pro/cli-assets","version":"0.1.0","keywords":["assets","cli","images","univer"],"_id":"@univerjs-pro/cli-assets@0.1.0","maintainers":[{"name":"jikkai","email":"sonne@asaki.me"},{"name":"hexf00","email":"hexf00@gmail.com"},{"name":"mengshukeji","email":"msoffice2@126.com"},{"name":"wendellhu95","email":"wzhudev@gmail.com"}],"homepage":"https://github.com/dream-num/univer-cli#readme","bugs":{"url":"https://github.com/dream-num/univer-cli/issues"},"dist":{"shasum":"a4e057fafdc267a0329eef463f552802593158e0","tarball":"https://registry.npmjs.org/@univerjs-pro/cli-assets/-/cli-assets-0.1.0.tgz","fileCount":3,"integrity":"sha512-LWgwulcNkL4lnaosAyPwTssgtih52FCgGfMt7k6QRWz1scRakjNp++3souMaIxbzxXjIPXSJmwwXiNCsWnBMCA==","signatures":[{"sig":"MEUCIE/4Tm6fGax3LfGaxw6Riz6qwid3aNoNOrBl0tiCXCxqAiEA1pLxr2pMzUCqdE/4eKY8JjMff0d9p4o7ANlNAcvjnoE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":33811356},"type":"module","exports":{"./manifest.json":"./resource-manifest.json"},"gitHead":"8637999c8c44f966398f23f416fd9389d3fffbea","_npmUser":{"name":"jikkai","email":"sonne@asaki.me"},"repository":{"url":"git+https://github.com/dream-num/univer-cli.git","type":"git","directory":"packages/cli-assets"},"_npmVersion":"10.9.8","description":"Versioned default visual asset catalog for Univer CLI.","directories":{},"_nodeVersion":"22.23.1","publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cli-assets_0.1.0_1784741438826_0.23885171428808327","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-07-22T17:30:38.621Z","modified":"2026-07-29T13:24:55.166Z","0.1.0":"2026-07-22T17:30:39.108Z"},"bugs":{"url":"https://github.com/dream-num/univer-cli/issues"},"homepage":"https://github.com/dream-num/univer-cli#readme","keywords":["assets","cli","images","univer"],"repository":{"url":"git+https://github.com/dream-num/univer-cli.git","type":"git","directory":"packages/cli-assets"},"description":"Versioned default visual asset catalog for Univer CLI.","maintainers":[{"email":"sonne@asaki.me","name":"jikkai"},{"email":"hexf00@gmail.com","name":"hexf00"},{"email":"msoffice2@126.com","name":"mengshukeji"}],"readme":"# @univerjs-pro/cli-assets\n\n`@univerjs-pro/cli-assets` is the versioned default visual asset catalog consumed by Univer CLI resource commands. The package contains data only; SVG, PNG, JPEG, and other resource payloads continue to be referenced by catalog metadata and are not bundled here.\n\n## Public path\n\nResolve the manifest through the public package subpath and read it only when the resource library is opened:\n\n```js\nimport { createRequire } from \"node:module\";\n\nconst require = createRequire(import.meta.url);\nconst manifestPath = require.resolve(\"@univerjs-pro/cli-assets/manifest.json\");\n```\n\nThe package does not expose a JavaScript API or a root export.\n\n## Versioning\n\nThe first public release is `0.1.0`. Existing registry IDs, resource IDs, canonical handles, and manifest fields required by the current CLI loader remain compatible throughout `0.1.x`. A breaking catalog protocol change starts a new minor series such as `0.2.0`.\n\n## Build and release\n\n```bash\npnpm --filter @univerjs-pro/cli-assets build -- --version=0.1.0\n(cd packages/cli-assets/dist && npm pack --dry-run --json)\n```\n\nA stable `cli-assets-vX.Y.Z` tag on a commit contained in `origin/dev` publishes `@univerjs-pro/cli-assets@X.Y.Z` to npmjs through the dedicated workflow.\n","readmeFilename":"README.md"}