@gapi/ac 1.8.180 → 1.8.182

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.
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2025-12-24T13:06:47.274Z
104
+ at 2025-12-24T14:19:59.372Z
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -316,7 +316,7 @@ export * from './types';
316
316
  <div class='footer quiet pad2 space-top1 center small'>
317
317
  Code coverage generated by
318
318
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
319
- at 2025-12-24T13:06:47.274Z
319
+ at 2025-12-24T14:19:59.372Z
320
320
  </div>
321
321
  <script src="prettify.js"></script>
322
322
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2025-12-24T13:06:47.265Z
104
+ at 2025-12-24T14:19:59.363Z
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -316,7 +316,7 @@ export * from './types';
316
316
  <div class='footer quiet pad2 space-top1 center small'>
317
317
  Code coverage generated by
318
318
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
319
- at 2025-12-24T13:06:47.265Z
319
+ at 2025-12-24T14:19:59.363Z
320
320
  </div>
321
321
  <script src="prettify.js"></script>
322
322
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/ac",
3
- "version": "1.8.180",
3
+ "version": "1.8.182",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"
@@ -12,7 +12,7 @@
12
12
  "lint": "npx eslint . --ext .ts",
13
13
  "test": "jest",
14
14
  "lint-fix": "npx eslint . --fix --ext .ts",
15
- "build": "rm -rf dist && tsc || true"
15
+ "build": "rm -rf dist && tsc"
16
16
  },
17
17
  "author": {
18
18
  "name": "Kristian Tachev(Stradivario)",