@new_it_orenburg/core 1.0.2 → 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.
@@ -7,14 +7,20 @@ on:
7
7
 
8
8
  jobs:
9
9
  publish:
10
+ name: Publish Job
10
11
  runs-on: ubuntu-latest
11
12
  steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-node@v4
13
+ - name: Checkout Repository
14
+ uses: actions/checkout@v4
15
+
16
+ - name: Setup Node.JS
17
+ uses: actions/setup-node@v4
14
18
  with:
15
19
  node-version: 20
16
20
  registry-url: 'https://registry.npmjs.org'
17
- - run: npm publish
21
+
22
+ - name: Publish Package to NMP
23
+ run: npm publish
18
24
  env:
19
25
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20
26
 
package/.nmpignore ADDED
@@ -0,0 +1,10 @@
1
+ .github/
2
+ *.log
3
+ pnpm-lock.yaml
4
+ yarn.lock
5
+ package-lock.json
6
+ node_modules/
7
+ .vscode/
8
+ .idea/
9
+ .DS_Store
10
+ Thumbs.db
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new_it_orenburg/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Core utilities and shared setup",
5
5
  "keywords": [],
6
6
  "author": {