@operato/scene-news-ticker 10.0.0-beta.4 → 10.0.0-beta.65

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 +19 -31
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,45 +1,33 @@
1
- <h1 align="center">Welcome to @things-scene/news-ticker 👋</h1>
2
- <p>
3
- <img src="https://img.shields.io/badge/version-1.0.0-beta-blue.svg?cacheSeconds=2592000" />
4
- <a href="https://github.com/things-scene/things-scene-news-ticker#readme">
5
- <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
6
- </a>
7
- <a href="https://github.com/things-scene/things-scene-news-ticker/graphs/commit-activity">
8
- <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
9
- </a>
10
- <a href="https://github.com/things-scene/things-scene-news-ticker/blob/master/LICENSE">
11
- <img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" target="_blank" />
12
- </a>
13
- </p>
1
+ # @operato/scene-news-ticker
14
2
 
15
3
  > News ticker Component for Things Scene.
16
4
 
17
- ### 🏠 [Homepage](https://github.com/things-scene/things-scene-news-ticker#readme)
5
+ <!-- AUTOGEN_BEGIN: do not edit between markers (run scripts/regenerate-readmes.mjs to update) -->
18
6
 
19
- ## Install
20
-
21
- ```sh
22
- npm install
23
- ```
7
+ ## Components
24
8
 
25
- ## Author
9
+ - `NewsTicker`
26
10
 
27
- 👤 **lotstar87**
11
+ ## Install
28
12
 
29
- * Github: [@lotstar87](https://github.com/lotstar87)
13
+ ```bash
14
+ yarn add @operato/scene-news-ticker
15
+ ```
30
16
 
31
- ## 🤝 Contributing
17
+ ## Usage
32
18
 
33
- Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/things-scene/things-scene-news-ticker/issues).
19
+ ```ts
20
+ import { NewsTicker } from '@operato/scene-news-ticker'
21
+ ```
34
22
 
35
- ## Show your support
23
+ ## Build
36
24
 
37
- Give a ⭐️ if this project helped you!
25
+ ```bash
26
+ yarn build
27
+ ```
38
28
 
39
- ## 📝 License
29
+ Output: ESM module at `dist/index.js` (single bundle, no UMD/IE legacy).
40
30
 
41
- Copyright © 2019 [lotstar87](https://github.com/lotstar87).<br />
42
- This project is [ISC](https://github.com/things-scene/things-scene-news-ticker/blob/master/LICENSE) licensed.
31
+ _Version: 10.0.0-beta.4_
43
32
 
44
- ***
45
- _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
33
+ <!-- AUTOGEN_END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-news-ticker",
3
- "version": "10.0.0-beta.4",
3
+ "version": "10.0.0-beta.65",
4
4
  "type": "module",
5
5
  "description": "News ticker Component for Things Scene.",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hatiolab/prettier-config": "^1.0.0",
36
- "@things-factory/builder": "^10.0.0-beta.1",
37
- "@things-factory/operato-board": "^10.0.0-beta.1",
36
+ "@things-factory/builder": "^10.0.0-zeta.1",
37
+ "@things-factory/operato-board": "^10.0.0-zeta.1",
38
38
  "@typescript-eslint/eslint-plugin": "^8.0.0",
39
39
  "@typescript-eslint/parser": "^8.0.0",
40
40
  "@web/dev-server": "^0.1.28",
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "934cd74528c987fcce55b753b9f225dca33f405b"
62
+ "gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
63
63
  }