@temir.ra/create-workspace 0.5.0 → 0.5.1

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.5.1
4
+
5
+ 1. Updated from `template@0.2.1` template.
6
+
3
7
  ## 0.5.0
4
8
 
5
9
  1. Synced with `template@0.2.0-pre.5` template.
package/README.md CHANGED
@@ -50,8 +50,7 @@ cd <NEW_PACKAGE>
50
50
  bun info "@temir.ra/create-workspace" version
51
51
 
52
52
  # create/update a package from the template in the current directory
53
- # clear the package manager cache to pick up the latest version when not pinning a specific version
54
- bun create --no-install --no-git "@temir.ra/workspace" .
53
+ bun create --no-install --no-git "@temir.ra/workspace@latest" .
55
54
 
56
55
  # set metadata in package.json
57
56
 
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.5.0+3d1f68d
1
+ 0.5.1+3623470
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-workspace",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A template for a generic TypeScript workspace.",
5
5
  "author": "temir.ra",
6
6
  "license": "MIT",