@temir.ra/create-ts-lib 0.9.0 → 0.9.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.9.1
4
+
5
+ 1. Updated from `template@0.2.1` template.
6
+
3
7
  ## 0.9.0
4
8
 
5
9
  1. Switched to `esbuild` for bundling.
package/README.md CHANGED
@@ -38,8 +38,7 @@ cd <NEW_PACKAGE>
38
38
  bun info "@temir.ra/create-ts-lib" version
39
39
 
40
40
  # create/update a package from the template in the current directory
41
- # clear the package manager cache to pick up the latest version when not pinning a specific version
42
- bun create --no-install --no-git "@temir.ra/ts-lib" .
41
+ bun create --no-install --no-git "@temir.ra/ts-lib@latest" .
43
42
 
44
43
  # set metadata in package.json
45
44
 
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.9.0+1a97fac
1
+ 0.9.1+037ba94
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-ts-lib",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "A template for a distributable TypeScript library package.",
5
5
  "author": "temir.ra",
6
6
  "license": "MIT",