@power-plant/terrazzo 0.0.2 → 0.0.3

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/README.md CHANGED
@@ -33,7 +33,7 @@ The Power Plant monorepo is a collection of packages that are designed to work t
33
33
 
34
34
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
35
35
 
36
- [![Version](https://img.shields.io/badge/version-0.0.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
36
+ [![Version](https://img.shields.io/badge/version-0.0.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
37
37
 
38
38
  <!-- prettier-ignore-start -->
39
39
  <!-- markdownlint-disable -->
package/dist/index.d.cts CHANGED
@@ -1,3 +1,4 @@
1
+ import { Tokens } from "@power-plant/dtcg-schema";
1
2
  import { Options as Options$1 } from "@power-plant/terrazzo-input";
2
3
  import { Config } from "@terrazzo/parser";
3
4
  //#region src/index.d.ts
@@ -15,7 +16,7 @@ type Options = Config & Options$1;
15
16
  * @param options - Terrazzo config (plugins, outDir, lint, …).
16
17
  * @returns Generated documents keyed by output filename.
17
18
  */
18
- declare const _default: import("@power-plant/core").GeneratorConfigObject<import("@power-plant/dtcg-schema").Tokens, Options, void>;
19
+ declare const _default: import("@power-plant/core").GeneratorConfigObject<Tokens, Options, void>;
19
20
  //#endregion
20
21
  export { Options, _default as default };
21
22
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;KA+BY,UAAU,SAAS"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;KA+BY,UAAU,SAAS"}
package/dist/index.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import { Tokens } from "@power-plant/dtcg-schema";
1
2
  import { Options as Options$1 } from "@power-plant/terrazzo-input";
2
3
  import { Config } from "@terrazzo/parser";
3
4
  //#region src/index.d.ts
@@ -15,7 +16,7 @@ type Options = Config & Options$1;
15
16
  * @param options - Terrazzo config (plugins, outDir, lint, …).
16
17
  * @returns Generated documents keyed by output filename.
17
18
  */
18
- declare const _default: import("@power-plant/core").GeneratorConfigObject<import("@power-plant/dtcg-schema").Tokens, Options, void>;
19
+ declare const _default: import("@power-plant/core").GeneratorConfigObject<Tokens, Options, void>;
19
20
  //#endregion
20
21
  export { Options, _default as default };
21
22
  //# sourceMappingURL=index.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/terrazzo",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "description": "A Power Plant generator for using Terrazzo to generate platform code from Design Tokens Community Group (DTCG) tokens.",
6
6
  "keywords": [
@@ -69,10 +69,10 @@
69
69
  "typings": "dist/index.d.mts",
70
70
  "files": ["dist"],
71
71
  "dependencies": {
72
- "@power-plant/core": "^0.0.16",
72
+ "@power-plant/core": "^0.0.17",
73
73
  "@power-plant/dtcg-schema": "^0.0.1",
74
- "@power-plant/schema": "^0.0.16",
75
- "@power-plant/terrazzo-input": "^0.0.2",
74
+ "@power-plant/schema": "^0.0.17",
75
+ "@power-plant/terrazzo-input": "^0.0.3",
76
76
  "@stryke/type-checks": "^0.6.28",
77
77
  "@stryke/types": "^0.12.23",
78
78
  "@terrazzo/parser": "^2.4.0"
@@ -83,5 +83,5 @@
83
83
  "powerlines": "^0.47.144"
84
84
  },
85
85
  "publishConfig": { "access": "public" },
86
- "gitHead": "8cb4ebd50961de43b9482885f5ba5779b8ded913"
86
+ "gitHead": "7346b39899095e30744680cd9994a6c229d4f16a"
87
87
  }