@decafhub/decaf-client-extras 0.1.0 → 0.1.1

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.
@@ -6,7 +6,11 @@ on:
6
6
  name: release-please
7
7
  jobs:
8
8
  release-please:
9
- runs-on: ubuntu-latest
9
+ runs-on: ${{ matrix.os }}
10
+ strategy:
11
+ matrix:
12
+ node: [16]
13
+ os: [ubuntu-latest]
10
14
  steps:
11
15
  - uses: google-github-actions/release-please-action@v3
12
16
  id: release
@@ -18,7 +22,7 @@ jobs:
18
22
 
19
23
  - uses: actions/setup-node@v3
20
24
  with:
21
- node-version: 16.x
25
+ node-version: ${{ matrix.node }}
22
26
  registry-url: 'https://registry.npmjs.org'
23
27
  cache: 'yarn'
24
28
  if: ${{ steps.release.outputs.release_created }}
@@ -5,13 +5,17 @@ on:
5
5
 
6
6
  jobs:
7
7
  test:
8
- runs-on: ubuntu-latest
8
+ runs-on: ${{ matrix.os }}
9
+ strategy:
10
+ matrix:
11
+ node: [14, 16, 18]
12
+ os: [ubuntu-latest]
9
13
  steps:
10
14
  - uses: actions/checkout@v3
11
15
 
12
16
  - uses: actions/setup-node@v3
13
17
  with:
14
- node-version: 16.x
18
+ node-version: ${{ matrix.node }}
15
19
  registry-url: 'https://registry.npmjs.org'
16
20
  cache: 'yarn'
17
21
 
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.1.0"
2
+ ".": "0.1.1"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.1](https://github.com/teloscube/decaf-client-javascript-extras/compare/v0.1.0...v0.1.1) (2023-04-02)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 0.1.1 ([e5aedf7](https://github.com/teloscube/decaf-client-javascript-extras/commit/e5aedf7ac6f802da1afdafbe2e040fb455d28c82))
9
+
3
10
  ## [0.1.0](https://github.com/teloscube/decaf-client-javascript-extras/compare/v0.0.5...v0.1.0) (2023-01-31)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decafhub/decaf-client-extras",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "DECAF Client Extras",
5
5
  "author": "Teloscube Pte Ltd",
6
6
  "license": "MIT",
@@ -32,30 +32,30 @@
32
32
  "@telostat/prelude": "^0.2.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@commitlint/cli": "^17.3.0",
36
- "@commitlint/config-conventional": "^17.3.0",
37
- "@decafhub/decaf-client": "^0.3.1",
38
- "@types/jest": "^29.2.4",
39
- "@types/node": "^18.11.18",
40
- "@typescript-eslint/eslint-plugin": "^5.47.1",
41
- "@typescript-eslint/parser": "^5.47.1",
35
+ "@commitlint/cli": "^17.5.1",
36
+ "@commitlint/config-conventional": "^17.4.4",
37
+ "@decafhub/decaf-client": "^0.3.2",
38
+ "@types/jest": "^29.5.0",
39
+ "@types/node": "^18.15.11",
40
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
41
+ "@typescript-eslint/parser": "^5.57.0",
42
42
  "dotenv": "^16.0.3",
43
- "eslint": "^8.30.0",
44
- "eslint-config-prettier": "^8.5.0",
43
+ "eslint": "^8.37.0",
44
+ "eslint-config-prettier": "^8.8.0",
45
45
  "eslint-config-standard": "^17.0.0",
46
- "eslint-plugin-import": "^2.26.0",
47
- "eslint-plugin-n": "^15.6.0",
46
+ "eslint-plugin-import": "^2.27.5",
47
+ "eslint-plugin-n": "^15.7.0",
48
48
  "eslint-plugin-prettier": "^4.2.1",
49
49
  "eslint-plugin-promise": "^6.1.1",
50
50
  "eslint-plugin-standard": "^5.0.0",
51
- "gh-pages": "^4.0.0",
52
- "husky": "^8.0.2",
53
- "jest": "^29.3.1",
54
- "lint-staged": "^13.1.0",
55
- "prettier": "^2.8.1",
56
- "ts-jest": "^29.0.3",
57
- "typedoc": "^0.23.23",
58
- "typescript": "^4.9.4"
51
+ "gh-pages": "^5.0.0",
52
+ "husky": "^8.0.3",
53
+ "jest": "^29.5.0",
54
+ "lint-staged": "^13.2.0",
55
+ "prettier": "^2.8.7",
56
+ "ts-jest": "^29.0.5",
57
+ "typedoc": "^0.23.28",
58
+ "typescript": "^5.0.3"
59
59
  },
60
60
  "lint-staged": {
61
61
  "src/**/*.{ts,tsx}": [