@brandboostinggmbh/observable-workflows 0.2.0 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +4 -30
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,41 +1,15 @@
1
- # ts-starter [![npm](https://img.shields.io/npm/v/ts-starter.svg)](https://npmjs.com/package/ts-starter)
1
+ # observable-workflows [![npm](https://img.shields.io/npm/v/ts-starter.svg)](https://npmjs.com/package/ts-starter)
2
2
 
3
3
  [![Unit Test](https://github.com/sxzz/ts-starter/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/ts-starter/actions/workflows/unit-test.yml)
4
4
 
5
- My awesome typescript library
6
-
7
- <!-- Remove belows -->
8
-
9
- Forked from [egoist/ts-starter](https://github.com/egoist/ts-starter)
10
-
11
- ## Using this template
12
-
13
- - Search `ts-starter` and replace it with your custom package name.
14
- - Search `sxzz` and replace it with your name.
15
- - Remove sponsors below.
16
-
17
- Features:
18
-
19
- - Package manager [pnpm](https://pnpm.js.org/), safe and fast
20
- - Bundle with blazing fast [tsdown](https://github.com/sxzz/tsdown)
21
- - Test with [Vitest](https://vitest.dev)
22
-
23
- <!-- Remove aboves -->
5
+ TODO
24
6
 
25
7
  ## Install
26
8
 
27
9
  ```bash
28
- npm i ts-starter
10
+ npm i @brandboostinggmbh/observable-workflows
29
11
  ```
30
12
 
31
- ## Sponsors
32
-
33
- <p align="center">
34
- <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
35
- <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
36
- </a>
37
- </p>
38
-
39
13
  ## License
40
14
 
41
- [MIT](./LICENSE) License © 2025 [三咲智子 Kevin Deng](https://github.com/sxzz)
15
+ [MIT](./LICENSE) License © 2025 [Tim Stepanov](https://github.com/TimStepanovAtBrandBoosting)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandboostinggmbh/observable-workflows",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "My awesome typescript library",
5
5
  "type": "module",
6
6
  "license": "MIT",