@carbon/cli 11.13.0 → 11.14.0-rc.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/cli",
3
3
  "description": "Task automation for working with the Carbon Design System",
4
- "version": "11.13.0",
4
+ "version": "11.14.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-cli": "./bin/carbon-cli.js"
@@ -20,7 +20,8 @@
20
20
  "react"
21
21
  ],
22
22
  "publishConfig": {
23
- "access": "public"
23
+ "access": "public",
24
+ "provenance": true
24
25
  },
25
26
  "dependencies": {
26
27
  "@babel/core": "^7.18.2",
@@ -37,7 +38,7 @@
37
38
  "clipboardy": "^2.1.0",
38
39
  "enquirer": "^2.3.6",
39
40
  "fast-glob": "^3.2.7",
40
- "fs-extra": "^10.0.0",
41
+ "fs-extra": "^11.0.0",
41
42
  "inquirer": "^6.4.1",
42
43
  "klaw-sync": "^6.0.0",
43
44
  "lodash.template": "^4.5.0",
@@ -52,5 +53,5 @@
52
53
  "sassdoc": "^2.7.3",
53
54
  "yargs": "^17.0.1"
54
55
  },
55
- "gitHead": "42cf1b925449af74bf39204135987584e1f54d73"
56
+ "gitHead": "39f36c63d5cb77a525e0a82f0e565b8d6ef658e9"
56
57
  }
@@ -85,6 +85,7 @@ function run({ packagePaths }) {
85
85
  if (!packageJson.private) {
86
86
  packageJson.publishConfig = {
87
87
  access: 'public',
88
+ provenance: 'true',
88
89
  };
89
90
  }
90
91
 
@@ -10,8 +10,7 @@ guidelines](https://www.carbondesignsystem.com/components/<%= name %>/usage)
10
10
  &nbsp;|&nbsp; [Accessibility](https://www.carbondesignsystem.com/components/<%=
11
11
  url %>/accessibility)
12
12
 
13
- {/* <!-- START doctoc generated TOC please keep comment here to allow auto update -->
14
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> */}
13
+ {/* <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> */}
15
14
 
16
15
  ## Table of Contents
17
16