@carbon/feature-flags 0.12.0 → 0.13.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/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2015, 2020
2
+ * Copyright IBM Corp. 2015, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -229,7 +229,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
229
229
  }
230
230
 
231
231
  /**
232
- * Copyright IBM Corp. 2015, 2020
232
+ * Copyright IBM Corp. 2015, 2023
233
233
  *
234
234
  * This source code is licensed under the Apache-2.0 license found in the
235
235
  * LICENSE file in the root directory of this source tree.
package/index.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2015, 2020
2
+ // Copyright IBM Corp. 2015, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2015, 2020
2
+ * Copyright IBM Corp. 2015, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -233,7 +233,7 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
233
233
  }
234
234
 
235
235
  /**
236
- * Copyright IBM Corp. 2015, 2020
236
+ * Copyright IBM Corp. 2015, 2023
237
237
  *
238
238
  * This source code is licensed under the Apache-2.0 license found in the
239
239
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/feature-flags",
3
3
  "description": "Build with feature flags in Carbon",
4
- "version": "0.12.0",
4
+ "version": "0.13.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -38,7 +38,7 @@
38
38
  "@babel/preset-env": "^7.18.2",
39
39
  "@babel/template": "^7.16.7",
40
40
  "@babel/types": "^7.18.4",
41
- "@carbon/scss-generator": "^10.15.0",
41
+ "@carbon/scss-generator": "^10.16.0",
42
42
  "@rollup/plugin-babel": "^6.0.0",
43
43
  "@rollup/plugin-node-resolve": "^15.0.0",
44
44
  "change-case": "^4.1.2",
@@ -54,5 +54,5 @@
54
54
  "@babel/env"
55
55
  ]
56
56
  },
57
- "gitHead": "36b2a3b42be5bebb706861030d1ec4a21ae47c5f"
57
+ "gitHead": "07168bf0272678a04c92cd1e700ac60e66355a95"
58
58
  }
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/feature-flags. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2015, 2020
3
+ // Copyright IBM Corp. 2015, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.