@daiyam/artifact-npm-ts 0.1.2 → 0.3.0

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/README.md CHANGED
@@ -13,7 +13,7 @@ Getting Started
13
13
  mkdir myproject
14
14
  cd myproject
15
15
  npm init -y
16
- artifact add @daiyam/base @daiyam/lang-ts @daiyam/npm-ts
16
+ artifact add @daiyam/lang-js @daiyam/lang-ts @daiyam/npm-ts
17
17
  ```
18
18
 
19
19
  License
@@ -7,13 +7,12 @@ jobs:
7
7
  publish:
8
8
  runs-on: ubuntu-latest
9
9
  steps:
10
- - uses: actions/checkout@v2
11
- - uses: actions/setup-node@v2
10
+ - uses: actions/checkout@v4
11
+ - uses: actions/setup-node@v4
12
12
  with:
13
- node-version: 14
13
+ node-version: 20
14
14
  registry-url: 'https://registry.npmjs.org'
15
- cache: 'yarn'
16
- - run: yarn --frozen-lockfile
15
+ - run: npm ci
17
16
  - run: npm publish --access=public
18
17
  env:
19
18
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "search.exclude": {
3
- "yarn.lock": true,
3
+ "package-lock.json": true,
4
4
  },
5
5
  }
@@ -8,6 +8,6 @@
8
8
  "watch": "tsc -watch -p src"
9
9
  },
10
10
  "devDependencies": {
11
- "release-it": "^14.11.3"
11
+ "release-it": "^18.1.2"
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-npm-ts",
3
- "version": "0.1.2",
3
+ "version": "0.3.0",
4
4
  "description": "The configuration to create node modules and publish them on npm.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "061c15fb03a6240beedaf573e4342e133a662280"
34
+ "gitHead": "c73c92c82234f1f1e6c94ef2abd076feab0b8169"
35
35
  }