Skip to content

Commit

Permalink
Merge pull request #74 from xpadev-net/develop
Browse files Browse the repository at this point in the history
release: v0.2.64
  • Loading branch information
xpadev-net authored Nov 29, 2023
2 parents 49d0ae2 + 2d100e9 commit 4d39e49
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@xpadev-net/niconicomments",
"version": "0.2.63",
"version": "0.2.64",
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
"main": "dist/bundle.js",
"types": "dist/bundle.d.ts",
"scripts": {
"build": "npx rimraf dist&&npm run build:ts&&npm run build:dts",
"build:ts": "rollup -c rollup.config.mjs",
"build:dts": "npx copyfiles -u 2 src/@types/*.d.ts dist/dts/@types/&&node ./util/resolve-path-alias.js&&rollup -c rollup.config.dts.mjs",
"build:dts": "npx copyfiles -u 2 src/@types/*.d.ts dist/dts/@types/&&node ./util/resolve-path-alias.js&&rollup -c rollup.config.dts.mjs&& npx dts-bundle-generator --external-inlines=valibot -o dist/bundle.d.ts dist/bundle_.d.ts",
"watch": "rollup -c rollup.config.mjs -w",
"typedoc": "typedoc --entryPointStrategy Expand --out ./docs/type/ ./src/",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -56,6 +56,7 @@
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"copyfiles": "^2.4.1",
"dts-bundle-generator": "^9.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand Down
39 changes: 39 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollup.config.dts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const __dirname = path.dirname(__filename);

export default {
input: "./dist/dts/main.d.ts",
output: [{ file: "dist/bundle.d.ts", format: "es" }],
output: [{ file: "dist/bundle_.d.ts", format: "es" }],
plugins: [typescriptPaths(), dts()],
};

0 comments on commit 4d39e49

Please sign in to comment.