Skip to content

Commit f216d0b

Browse files
committed
chore(release): 0.4.3 [skip ci]
1 parent 0349b20 commit f216d0b

3 files changed

Lines changed: 8 additions & 52 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.4.3](https://github.com/webpod/ip/compare/v0.4.2...v0.4.3) (2025-09-20)
2+
3+
### Fixes & improvements
4+
* docs: mention alternatives (#23) ([d080f35](https://github.com/webpod/ip/commit/d080f354bac20324fce56cf9522b2c5796acd8ed))
5+
16
## [0.4.2](https://github.com/webpod/ip/compare/v0.4.1...v0.4.2) (2025-09-17)
27

38
### Fixes & improvements

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.

package.json

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpod/ip",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Lite IP tools",
55
"type": "module",
66
"main": "target/cjs/index.cjs",
@@ -22,59 +22,13 @@
2222
"require": "./target/cjs/index.cjs"
2323
}
2424
},
25-
"module": "target/esm/index.mjs",
2625
"types": "target/dts/index.d.ts",
2726
"files": [
2827
"target/cjs",
2928
"target/esm",
3029
"target/dts",
3130
"lib"
3231
],
33-
"scripts": {
34-
"build": "concurrently 'npm:build:*'",
35-
"build:js": "node ./src/scripts/build.mjs --entry='src/main/ts/core.ts:src/main/ts/index.ts'",
36-
"build:dts": "tsc --emitDeclarationOnly --outDir target/dts",
37-
"build:tests": "node ./src/scripts/build-tests.mjs",
38-
"build:docs": "typedoc --options src/main/typedoc",
39-
"build:stamp": "npx buildstamp",
40-
"build:jsr": "node ./src/scripts/build-jsr.mjs",
41-
"build:pkgjson": "node ./src/scripts/build-pkgjson.ts",
42-
"test": "concurrently 'npm:test:*'",
43-
"test:target": "git diff --exit-code --quiet || (echo 'Uncommitted changes' && exit 1)",
44-
"test:size": "size-limit",
45-
"_test:lint": "eslint -c src/test/lint/.eslintrc.json src",
46-
"test:unit": "vitest run --coverage --config ./vitest.config.js",
47-
"test:jsr": "jsr publish --dry-run",
48-
"test:audit": "npm audit",
49-
"_test:workflow": "zizmor .github/workflows -v -p --min-severity=medium",
50-
"smoke:esm": "node ./src/test/smoke/node.test.mjs",
51-
"smoke:cjs": "node src/test/smoke/node.test.cjs",
52-
"smoke:browser": "npx vitest run --config src/test/smoke/vitest.browser.config.js",
53-
"smoke:deno": "deno test ./src/test/smoke/deno.test.js --allow-read --allow-sys --allow-env --allow-run",
54-
"_publish:draft": "npm run build && npm publish --no-git-tag-version",
55-
"_postrelease": "node src/scripts/build-jsr.mjs && jsr publish --allow-dirty"
56-
},
57-
"devDependencies": {
58-
"@size-limit/file": "^11.2.0",
59-
"@types/node": "^24.5.2",
60-
"@vitest/browser": "^3.2.4",
61-
"@vitest/coverage-v8": "^3.2.4",
62-
"concurrently": "^9.2.1",
63-
"esbuild": "^0.25.10",
64-
"esbuild-node-externals": "^1.18.0",
65-
"esbuild-plugin-entry-chunks": "^0.1.17",
66-
"esbuild-plugin-extract-helpers": "^0.0.6",
67-
"esbuild-plugin-transform-hook": "^0.2.0",
68-
"esbuild-plugin-utils": "^0.1.0",
69-
"fast-glob": "^3.3.3",
70-
"jsr": "^0.13.5",
71-
"minimist": "^1.2.8",
72-
"playwright": "^1.55.0",
73-
"size-limit": "^11.2.0",
74-
"typedoc": "^0.28.13",
75-
"typescript": "^5.9.2",
76-
"vitest": "^3.2.4"
77-
},
7832
"keywords": [
7933
"ip",
8034
"ip-address",
@@ -84,9 +38,6 @@
8438
"ipv6"
8539
],
8640
"homepage": "https://github.com/webpod/ip#readme",
87-
"bugs": {
88-
"url": "https://github.com/webpod/ip/issues"
89-
},
9041
"repository": {
9142
"type": "git",
9243
"url": "git+https://github.com/webpod/ip.git"

0 commit comments

Comments
 (0)