@temir.ra/create-ts-lib 0.11.0 → 0.11.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.11.1
4
+
5
+ 1. Updated from `template@0.4.1` template.
6
+
3
7
  ## 0.11.0
4
8
 
5
9
  1. Synced template files with `workspace@0.7.0-pre.1` template.
package/README.md CHANGED
@@ -38,7 +38,7 @@ npm create --no-install --no-git "@temir.ra/ts-lib@latest" .
38
38
 
39
39
  # set metadata in package.json
40
40
 
41
- npm install
41
+ npm update
42
42
  ```
43
43
 
44
44
  # Documentation
@@ -450,6 +450,13 @@ npmx tsx dist/cli.bundle.js -- example/
450
450
  @temir.ra:registry=https://registry.npmjs.org/
451
451
  ```
452
452
 
453
+ `~/.bunfig.toml` or `bunfig.toml`:
454
+
455
+ ```toml
456
+ [install.scopes]
457
+ "temir.ra" = { url = "https://registry.npmjs.org/" }
458
+ ```
459
+
453
460
  ```bash
454
461
  # registry.npmjs.org/
455
462
  npm login
package/buildinfo.txt CHANGED
@@ -1 +1 @@
1
- 0.11.0+6625dc3
1
+ 0.11.1+18c476f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temir.ra/create-ts-lib",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "A template for a distributable TypeScript library package.",
5
5
  "private": false,
6
6
  "keywords": [
@@ -24,11 +24,11 @@
24
24
  npm install
25
25
  npm update
26
26
 
27
- npm run dev
28
-
29
27
  npm run clean
30
28
  npm run build
31
29
  npm run tests
30
+
31
+ npm run dev
32
32
  ```
33
33
 
34
34
  ## Change Management