@npmcli/template-oss 4.13.0 → 4.14.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.
@@ -21,7 +21,7 @@ steps:
21
21
  - name: Publish
22
22
  env:
23
23
  PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
24
- run: npm publish
24
+ run: npm publish --provenance
25
25
  {{else}}
26
26
  runs-on: ubuntu-latest
27
27
  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.0",
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",