@meduscinema/core 1.0.1 → 1.0.3

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": "@meduscinema/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "keywords": [],
5
5
  "author": "MedusCode",
6
6
  "license": "ISC",
@@ -1,29 +0,0 @@
1
- name: Publish
2
-
3
- on:
4
- push:
5
- tags:
6
- - 'v*.*.*'
7
- branches:
8
- - main
9
-
10
- permissions:
11
- contents: read
12
- id-token: write
13
-
14
- jobs:
15
- publish:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@v4
19
-
20
- - uses: actions/setup-node@v4
21
- with:
22
- node-version: '20'
23
- registry-url: 'https://registry.npmjs.org'
24
-
25
- - run: npm install -g npm@latest
26
- - run: npm ci
27
- - run: npm run build --if-present
28
- - run: npm publish
29
-