@texas2010/lib 0.0.2 → 0.0.4
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@texas2010/lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Reusable services and helpers for internal projects",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/texas2010/texas2010-lib",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"scripts": {
|
|
50
50
|
"test:unit": "TEST_KIND=unit vitest run --config vitest.config.ts",
|
|
51
51
|
"test:unit:watch": "TEST_KIND=unit vitest --config vitest.config.ts --watch --reporter tree",
|
|
52
|
-
"local-release": "changeset version && changeset publish",
|
|
53
52
|
"_note": "",
|
|
54
53
|
"typecheck": "tsc --noEmit",
|
|
55
54
|
"clean": "rm -rf build/*",
|
|
@@ -77,7 +76,8 @@
|
|
|
77
76
|
"ci:integration": "docker compose --profile test up --build --abort-on-container-exit --exit-code-from base_test --force-recreate --remove-orphans",
|
|
78
77
|
"ci:down": "docker compose down -v --remove-orphans",
|
|
79
78
|
"ci": "npm run ci:unit && npm run ci:build && npm run ci:integration && npm run ci:down",
|
|
80
|
-
"prepublishOnly": "npm run ci"
|
|
79
|
+
"prepublishOnly": "npm run ci",
|
|
80
|
+
"release": "node scripts/release.js"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=20.6.0"
|