@temir.ra/create-workspace 0.4.2 → 0.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Version 0
2
2
 
3
+ ## 0.4.4
4
+
5
+ 1. Updated files from `@temir.ra/template@0.1.6` template.
6
+
7
+ ## 0.4.3
8
+
9
+ 1. Updated from `@temir.ra/template@0.1.5` template.
10
+
3
11
  ## 0.4.2
4
12
 
5
13
  1. Updated from `@temir.ra/template@0.1.4` template.
package/README.md CHANGED
@@ -426,8 +426,6 @@ bun run clean
426
426
  bun run build
427
427
  bun run tests
428
428
 
429
- bun run dev
430
-
431
429
  # see publish section for publish instructions
432
430
  ```
433
431
 
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.4.2+2e66799
1
+ 0.4.4+434b1f1
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@temir.ra/create-workspace",
3
- "version": "0.4.2",
4
- "description": "Template for a generic TypeScript workspace.",
3
+ "version": "0.4.4",
4
+ "description": "A template for a generic TypeScript workspace.",
5
5
  "author": "temir.ra",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "typescript",
9
+ "bun",
9
10
  "template",
10
- "workspace",
11
- "bun"
11
+ "workspace"
12
12
  ],
13
13
  "repository": {
14
14
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "scripts/cdn-rewrite-map.json",
27
27
  "CHANGELOG.md",
28
28
  "buildinfo.txt",
29
- "dist",
30
- "template"
29
+ "dist/",
30
+ "template/"
31
31
  ],
32
32
  "scripts": {
33
33
  "reinstall": "rm -rf node_modules && rm -f bun.lock && bun pm cache rm && bun install && bunx tsc --version",