@npmcli/template-oss 4.13.0 → 4.14.1

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.
@@ -5,6 +5,7 @@ defaults:
5
5
  shell: bash
6
6
  permissions:
7
7
  deployments: write
8
+ id-token: write
8
9
  steps:
9
10
  - name: Checkout
10
11
  uses: actions/checkout@v3
@@ -21,7 +22,7 @@ steps:
21
22
  - name: Publish
22
23
  env:
23
24
  PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
24
- run: npm publish
25
+ run: npm publish --provenance
25
26
  {{else}}
26
27
  runs-on: ubuntu-latest
27
28
  defaults:
package/lib/util/files.js CHANGED
@@ -2,7 +2,7 @@ const { join } = require('path')
2
2
  const { defaultsDeep } = require('lodash')
3
3
  const merge = require('./merge.js')
4
4
  const deepMapValues = require('just-deep-map-values')
5
- const glob = require('glob')
5
+ const { glob } = require('glob')
6
6
  const Parser = require('./parser.js')
7
7
  const template = require('./template.js')
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "4.13.0",
3
+ "version": "4.14.1",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {
@@ -42,7 +42,7 @@
42
42
  "@npmcli/package-json": "^3.0.0",
43
43
  "@octokit/rest": "^19.0.4",
44
44
  "diff": "^5.0.0",
45
- "glob": "^9.3.1",
45
+ "glob": "^10.1.0",
46
46
  "handlebars": "^4.7.7",
47
47
  "hosted-git-info": "^6.0.0",
48
48
  "ini": "^4.0.0",