@heiwa4126/hello5 0.0.7 → 0.0.8-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.global.js +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.js +1 -1
- package/package.json +4 -4
package/dist/index.global.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var Heiwa4126Hello5=(function(e){function t(){return`Hello!`}return e.hello=t,e.version=`0.0.
|
|
1
|
+
var Heiwa4126Hello5=(function(e){function t(){return`Hello!`}return e.hello=t,e.version=`0.0.8-beta.2`,e})({});
|
package/dist/package.cjs
CHANGED
package/dist/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heiwa4126/hello5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8-beta.2",
|
|
4
4
|
"description": "TypeScript hello world library with dual ES modules/CommonJS support. Features GitHub Actions trusted publishing to npmjs with Sigstore attestation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"homepage": "https://github.com/heiwa4126/heiwa4126-hello5#readme",
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@biomejs/biome": "^2.3.
|
|
50
|
+
"@biomejs/biome": "^2.3.11",
|
|
51
51
|
"@heiwa4126/clean-publish-scripts": "^0.0.3",
|
|
52
52
|
"@hono/node-server": "^1.19.7",
|
|
53
53
|
"@types/node": "^25.0.3",
|
|
54
54
|
"@vitest/coverage-v8": "4.0.16",
|
|
55
|
-
"hono": "^4.11.
|
|
55
|
+
"hono": "^4.11.3",
|
|
56
56
|
"npm-run-all2": "^8.0.4",
|
|
57
|
-
"tsdown": "
|
|
57
|
+
"tsdown": "0.19.0-beta.2",
|
|
58
58
|
"tsx": "^4.21.0",
|
|
59
59
|
"typescript": "^5.9.3",
|
|
60
60
|
"vitest": "^4.0.16"
|