chromiumly 1.0.1 → 1.0.2

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.
@@ -9,9 +9,10 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v2
11
11
  with:
12
- node-version: '14.x'
13
- registry-url: 'https://registry.npmjs.org'
12
+ node-version: "14.x"
13
+ registry-url: "https://registry.npmjs.org"
14
14
  - run: yarn
15
+ - run: yarn build
15
16
  - run: yarn publish --access public
16
17
  env:
17
18
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "chromiumly",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A lightweight Typescrpit library which interacts with Gotenberg's Chromium module to convert HTML documents to PDF.",
5
5
  "main": "dist/main.js",
6
+ "types": "dist/main.d.ts",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "https://github.com/cherfia/chromiumly.git"