Skip to content

Commit 95a44d2

Browse files
chore: release napi-postinstall (#57)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ce741b commit 95a44d2

7 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/cuddly-doors-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#56](https://github.com/un-ts/napi-postinstall/pull/56) [`9ce741b`](https://github.com/un-ts/napi-postinstall/commit/9ce741b33e71f450a6537198ba9c0316ce4380de) Thanks [@JounQin](https://github.com/JounQin)! - feat: add support for loong64 arch and openharmony platform
8+
39
## 0.3.3
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "napi-postinstall",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "commonjs",
55
"description": "The `postinstall` script helper for handling native bindings in legacy `npm` versions",
66
"repository": "git+https://github.com/un-ts/napi-postinstall.git",
@@ -77,7 +77,7 @@
7777
"eslint-plugin-react-hooks": "^5.2.0",
7878
"github-markdown-css": "^5.8.1",
7979
"nano-staged": "^0.8.0",
80-
"napi-postinstall": "^0.3.3",
80+
"napi-postinstall": "^0.3.4",
8181
"prettier": "^3.6.2",
8282
"react": "^19.1.0",
8383
"react-dom": "^19.1.0",

test/basic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('napi-postinstall', () => {
1818
await expect(
1919
checkAndPreparePackage('napi-postinstall'),
2020
).rejects.toThrowErrorMatchingInlineSnapshot(
21-
`[Error: [napi-postinstall@0.3.3] No \`napi.targets\` nor \`napi.triples.additional\` field found in \`napi-postinstall\`'s \`package.json\`. Please ensure the package is built with NAPI support.]`,
21+
`[Error: [napi-postinstall@0.3.4] No \`napi.targets\` nor \`napi.triples.additional\` field found in \`napi-postinstall\`'s \`package.json\`. Please ensure the package is built with NAPI support.]`,
2222
)
2323
})
2424
})

test/fixtures/npm-10/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/npm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11826,7 +11826,7 @@ __metadata:
1182611826
eslint-plugin-react-hooks: "npm:^5.2.0"
1182711827
github-markdown-css: "npm:^5.8.1"
1182811828
nano-staged: "npm:^0.8.0"
11829-
napi-postinstall: "npm:^0.3.3"
11829+
napi-postinstall: "npm:^0.3.4"
1183011830
prettier: "npm:^3.6.2"
1183111831
react: "npm:^19.1.0"
1183211832
react-dom: "npm:^19.1.0"

0 commit comments

Comments
 (0)