@coffeeonetest/core 1.0.5 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffeeonetest/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Core utils and shared setup",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
package/readme.md CHANGED
@@ -1 +1,10 @@
1
- coffeeonetest
1
+ ## Core
2
+ ___
3
+ ### Instalation
4
+
5
+ ```
6
+ npm install @farbenmeer/react-tapi
7
+ yarn add @farbenmeer/react-tapi
8
+ pnpm add @farbenmeer/react-tapi
9
+ ```
10
+ ___
@@ -1,30 +0,0 @@
1
- name: Publish
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
- tags:
8
- - 'v*'
9
-
10
- permissions:
11
- id-token: write
12
- contents: read
13
-
14
- jobs:
15
- publish:
16
- name: Publish Job
17
- runs-on: ubuntu-latest
18
-
19
- steps:
20
- - name: Checkout repository
21
- uses: actions/checkout@v3
22
-
23
- - name: Setup Node.js
24
- uses: actions/setup-node@v4
25
- with:
26
- "node-version": 24
27
- registry-url: "https://registry.npmjs.org"
28
-
29
- - name: Publish pack
30
- run: npm publish