@jahands/dagger-helpers 0.6.1 → 0.6.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.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { constants } from './constants.js';
|
|
2
2
|
export { ParamsToEnv, envStorage } from './env.js';
|
|
3
3
|
export type { EnvContext } from './env.js';
|
|
4
|
-
export {
|
|
4
|
+
export { shell } from './shell.js';
|
|
5
5
|
export { getModulePath } from './path.js';
|
|
6
6
|
export { convertToCamel } from './convert/snake-to-camel.js';
|
|
7
7
|
export { convertToSnake } from './convert/camel-to-snake.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAClD,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAE1C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAClD,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAE1C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jahands/dagger-helpers",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "dagger.io helpers for my own projects - not meant for public use",
|
|
6
6
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"ts-pattern": "5.6.2",
|
|
40
40
|
"typescript": "5.5.4",
|
|
41
41
|
"vitest": "2.1.1",
|
|
42
|
-
"@repo/tools": "0.9.
|
|
42
|
+
"@repo/tools": "0.9.1",
|
|
43
43
|
"@repo/typescript-config": "0.3.4"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
@@ -47,8 +47,9 @@
|
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "runx build bundle-lib ./src/index.ts --format esm --platform node",
|
|
50
|
+
"check:exports": "runx check --exports",
|
|
50
51
|
"check:lint": "run-eslint-workers",
|
|
51
|
-
"check:types": "
|
|
52
|
+
"check:types": "run-tsc",
|
|
52
53
|
"test": "run-vitest"
|
|
53
54
|
}
|
|
54
55
|
}
|