@temir.ra/create-ts-lib 0.7.4 → 0.7.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Version 0
2
2
 
3
+ ## 0.7.5
4
+
5
+ 1. Updated files from `@temir.ra/template@0.1.6` template.
6
+
3
7
  ## 0.7.4
4
8
 
5
9
  1. Updated `keywords` in `template/package.json`.
package/README.md CHANGED
@@ -427,8 +427,6 @@ bun run clean
427
427
  bun run build
428
428
  bun run tests
429
429
 
430
- bun run --watch scripts/dev.ts
431
-
432
430
  # see publish section for publish instructions
433
431
  ```
434
432
 
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.7.4+443a662
1
+ 0.7.5+df15511
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-ts-lib",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "A template for a distributable TypeScript library package.",
5
5
  "author": "temir.ra",
6
6
  "license": "MIT",