@getkist/action-typescript 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 +7 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @getkist/action-typescript
|
|
2
2
|
|
|
3
3
|
TypeScript compilation actions for [kist](https://github.com/getkist/kist) build tool.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@getkist/action-typescript)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
## Features
|
|
@@ -16,7 +16,7 @@ TypeScript compilation actions for [kist](https://github.com/getkist/kist) build
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install --save-dev @
|
|
19
|
+
npm install --save-dev @getkist/action-typescript
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Usage
|
|
@@ -154,7 +154,7 @@ pipeline:
|
|
|
154
154
|
## TypeScript Types
|
|
155
155
|
|
|
156
156
|
```typescript
|
|
157
|
-
import { TypeScriptCompilerAction } from "@
|
|
157
|
+
import { TypeScriptCompilerAction } from "@getkist/action-typescript";
|
|
158
158
|
|
|
159
159
|
const action = new TypeScriptCompilerAction();
|
|
160
160
|
```
|
|
@@ -195,7 +195,7 @@ MIT © kist
|
|
|
195
195
|
|
|
196
196
|
## Links
|
|
197
197
|
|
|
198
|
-
- [GitHub Repository](https://github.com/getkist/action-typescript)
|
|
199
|
-
- [npm Package](https://www.npmjs.com/package/@
|
|
198
|
+
- [GitHub Repository](https://github.com/getkist/kist-action-typescript)
|
|
199
|
+
- [npm Package](https://www.npmjs.com/package/@getkist/action-typescript)
|
|
200
200
|
- [kist Build Tool](https://github.com/getkist/kist)
|
|
201
|
-
- [Issue Tracker](https://github.com/getkist/action-typescript/issues)
|
|
201
|
+
- [Issue Tracker](https://github.com/getkist/kist-action-typescript/issues)
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @module @
|
|
2
|
+
* @module @getkist/action-typescript
|
|
3
3
|
* @description TypeScript compilation plugin for the Kist build tool
|
|
4
4
|
*
|
|
5
5
|
* This module provides TypeScript compilation capabilities as a Kist action plugin.
|
|
@@ -23,7 +23,7 @@ const plugin = {
|
|
|
23
23
|
version: "1.0.0",
|
|
24
24
|
description: "TypeScript compilation actions for kist",
|
|
25
25
|
author: "kist",
|
|
26
|
-
repository: "https://github.com/getkist/action-typescript",
|
|
26
|
+
repository: "https://github.com/getkist/kist-action-typescript",
|
|
27
27
|
keywords: ["kist", "kist-action", "typescript", "compiler", "tsc"],
|
|
28
28
|
registerActions: () => ({
|
|
29
29
|
TypeScriptCompilerAction,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,+EAA+E;AAC/E,SAAS;AACT,+EAA+E;AAE/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AAQvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AAEvF;;;;;;;GAOG;AACH,MAAM,MAAM,GAAiB;IACzB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,yCAAyC;IACtD,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,+EAA+E;AAC/E,SAAS;AACT,+EAA+E;AAE/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AAQvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AAEvF;;;;;;;GAOG;AACH,MAAM,MAAM,GAAiB;IACzB,OAAO,EAAE,OAAO;IAChB,WAAW,EAAE,yCAAyC;IACtD,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,mDAAmD;IAC/D,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,CAAC;IAClE,eAAe,EAAE,GAAG,EAAE,CAAC,CAAC;QACpB,wBAAwB;KAC3B,CAAC;CACL,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getkist/action-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "TypeScript compilation actions for kist build tool",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/getkist/action-typescript.git"
|
|
20
|
+
"url": "git+https://github.com/getkist/kist-action-typescript.git"
|
|
21
21
|
},
|
|
22
22
|
"bugs": {
|
|
23
|
-
"url": "https://github.com/getkist/action-typescript/issues"
|
|
23
|
+
"url": "https://github.com/getkist/kist-action-typescript/issues"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/getkist/action-typescript#readme",
|
|
25
|
+
"homepage": "https://github.com/getkist/kist-action-typescript#readme",
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=18.0.0",
|
|
28
28
|
"npm": ">=9.0.0"
|