@carbon-labs/utilities 0.2.0 → 0.2.1-canary.171

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.
@@ -12,11 +12,11 @@
12
12
  *
13
13
  * @exports ibmdotcom.settings
14
14
  * @type {object} Settings object
15
- * @property {string} [stablePrefix=c4ai] stable prefix
15
+ * @property {string} [stablePrefix=clabs] stable prefix
16
16
  * @property {string} [prefix=cds] core Carbon prefix
17
17
  */
18
18
  const settings = {
19
- stablePrefix: 'c4ai',
19
+ stablePrefix: 'clabs',
20
20
  prefix: 'cds'
21
21
  };
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/utilities",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-canary.171+d444030",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -33,5 +33,5 @@
33
33
  "@rollup/plugin-babel": "^6.0.4",
34
34
  "babel-cli": "^6.26.0"
35
35
  },
36
- "gitHead": "322dfc5bd2d892bd6d18b1f74ceb237fe0799cbd"
36
+ "gitHead": "d444030f2013bc80f3360670d29cedf95ca8735c"
37
37
  }