@carbon/feature-flags 0.11.0 → 0.13.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/es/index.js +2 -2
- package/index.scss +1 -1
- package/lib/index.js +2 -2
- package/package.json +4 -4
- package/scss/generated/feature-flags.scss +1 -1
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp. 2015,
|
|
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,
|
|
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
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp. 2015,
|
|
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,
|
|
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.
|
|
4
|
+
"version": "0.13.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,13 +38,13 @@
|
|
|
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.
|
|
41
|
+
"@carbon/scss-generator": "^10.16.0-rc.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",
|
|
45
45
|
"fs-extra": "^10.0.0",
|
|
46
46
|
"js-yaml": "^3.14.0",
|
|
47
|
-
"rimraf": "^
|
|
47
|
+
"rimraf": "^4.0.0",
|
|
48
48
|
"rollup": "^2.79.1",
|
|
49
49
|
"rollup-plugin-strip-banner": "^2.0.0"
|
|
50
50
|
},
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"@babel/env"
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0554718f48299a56a0525c4fb3e2b0271f13440b"
|
|
58
58
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by @carbon/feature-flags. DO NOT EDIT.
|
|
2
2
|
//
|
|
3
|
-
// Copyright IBM Corp. 2015,
|
|
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.
|