@strapi/typescript-utils 4.11.3 → 4.12.0-beta.0

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.
@@ -16,7 +16,7 @@ const { addImport } = require('../../../generators/common/imports');
16
16
  // TODO: emit definition (to a string) & also check snapshots based on that. It would allow checking both the structure & the output.
17
17
  describe('Attributes', () => {
18
18
  afterEach(() => {
19
- jest.resetAllMocks();
19
+ jest.clearAllMocks();
20
20
  });
21
21
 
22
22
  describe('Attribute to Property Signature', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/typescript-utils",
3
- "version": "4.11.3",
3
+ "version": "4.12.0-beta.0",
4
4
  "description": "Typescript support for Strapi",
5
5
  "keywords": [
6
6
  "strapi",
@@ -41,5 +41,5 @@
41
41
  "node": ">=14.19.1 <=18.x.x",
42
42
  "npm": ">=6.0.0"
43
43
  },
44
- "gitHead": "aac28413ada24fb8fff55c2908343cc3b8a2a3e0"
44
+ "gitHead": "b965b428a445bdbc81fb4b70120237f2d48e7647"
45
45
  }