@lindorm/typewriter 0.2.0 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindorm/typewriter",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "author": "Jonn Nilsson",
6
6
  "repository": {
@@ -11,6 +11,9 @@
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
+ "files": [
15
+ "dist"
16
+ ],
14
17
  "type": "module",
15
18
  "typings": "dist/index.d.ts",
16
19
  "scripts": {
@@ -30,9 +33,9 @@
30
33
  "typewriter": "dist/cli.js"
31
34
  },
32
35
  "dependencies": {
33
- "@lindorm/case": "^0.2.0",
34
- "@lindorm/is": "^0.2.0",
35
- "@lindorm/logger": "^0.6.0",
36
+ "@lindorm/case": "^0.2.1",
37
+ "@lindorm/is": "^0.2.1",
38
+ "@lindorm/logger": "^0.6.2",
36
39
  "commander": "^14.0.3",
37
40
  "js-yaml": "^4.1.1",
38
41
  "quicktype-core": "^23.2.6"
@@ -46,5 +49,5 @@
46
49
  "default": "./dist/index.js"
47
50
  }
48
51
  },
49
- "gitHead": "a2b0a53295aebda806b4057f34707e8583570265"
52
+ "gitHead": "da067071d415e07d7d25bbac1621b9e02fcc3166"
50
53
  }
package/CHANGELOG.md DELETED
@@ -1,46 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.2.0](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.7...@lindorm/typewriter@0.2.0) (2026-05-02)
7
-
8
- ### Features
9
-
10
- - migrate 13 utility packages + drop jest configs from types/enums ([3eab5ab](https://github.com/lindorm-io/monorepo/commit/3eab5ab9d89cd529553a2aded3c311d3f393ca0f))
11
-
12
- ## [0.1.7](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.6...@lindorm/typewriter@0.1.7) (2026-04-19)
13
-
14
- **Note:** Version bump only for package @lindorm/typewriter
15
-
16
- ## [0.1.6](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.5...@lindorm/typewriter@0.1.6) (2026-04-15)
17
-
18
- **Note:** Version bump only for package @lindorm/typewriter
19
-
20
- ## [0.1.5](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.4...@lindorm/typewriter@0.1.5) (2026-04-01)
21
-
22
- **Note:** Version bump only for package @lindorm/typewriter
23
-
24
- ## [0.1.4](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.3...@lindorm/typewriter@0.1.4) (2026-03-13)
25
-
26
- **Note:** Version bump only for package @lindorm/typewriter
27
-
28
- ## [0.1.3](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.2...@lindorm/typewriter@0.1.3) (2026-03-13)
29
-
30
- **Note:** Version bump only for package @lindorm/typewriter
31
-
32
- ## [0.1.2](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.1...@lindorm/typewriter@0.1.2) (2026-02-17)
33
-
34
- **Note:** Version bump only for package @lindorm/typewriter
35
-
36
- ## [0.1.1](https://github.com/lindorm-io/monorepo/compare/@lindorm/typewriter@0.1.0...@lindorm/typewriter@0.1.1) (2025-10-06)
37
-
38
- ### Bug Fixes
39
-
40
- - add missing shebang ([99f98e0](https://github.com/lindorm-io/monorepo/commit/99f98e0fda7c997f240358a5ef180f2d2c04c00d))
41
-
42
- # 0.1.0 (2025-09-18)
43
-
44
- ### Features
45
-
46
- - initialise typewriter package ([cb1c9f6](https://github.com/lindorm-io/monorepo/commit/cb1c9f630685ad9843c2b515f85055acb71981e2))
@@ -1 +0,0 @@
1
- {"root":["./src/cli.ts","./src/index.ts","./src/internal/absolute-path.ts","./src/internal/get-files.ts","./src/internal/get-logger.ts","./src/internal/get-types.ts","./src/internal/index.ts","./src/internal/load-samples.ts","./src/internal/write-lines-to-file.ts","./src/types/index.ts","./src/types/types.ts","./src/utils/index.ts","./src/utils/typewriter.ts"],"version":"6.0.3"}
package/vitest.config.mjs DELETED
@@ -1,3 +0,0 @@
1
- import { createVitestConfig } from "../../vitest.config.base.mjs";
2
-
3
- export default createVitestConfig();