@stamhoofd/structures 2.120.2 → 2.120.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/dist/Version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const Version = 396;
1
+ export declare const Version = 397;
2
2
  declare global {
3
3
  const NextVersion: {
4
4
  optional: true;
package/dist/Version.js CHANGED
@@ -4,7 +4,9 @@
4
4
  // Use @field({decoder: any, ...NextVersion)} in your code.
5
5
  //
6
6
  // -------------------------------------------------------------
7
- export const Version = 396;
7
+ export const Version = 397;
8
+ import { AutoEncoder } from '@simonbackx/simple-encoding';
9
+ AutoEncoder.skipDefaultValuesVersion = 10000; // todo
8
10
  /**
9
11
  * Use this in development when making changes to fields.
10
12
  * On release, the version will get bumped and the usages of NextVersion will be replaced by that version.
@@ -1 +1 @@
1
- {"version":3,"file":"Version.js","sourceRoot":"","sources":["../src/Version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,EAAE;AACF,sCAAsC;AACtC,2DAA2D;AAC3D,EAAE;AACF,gEAAgE;AAEhE,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAC;AAK3B;;;;GAIG;AACF,UAAkB,CAAC,WAAW,GAAG;IAC9B,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE,OAAO;IAChB,YAAY;QACR,OAAO,IAAI,CAAC,OAAO,IAAI,SAAS,CAAC;IACrC,CAAC;CACJ,CAAC"}
1
+ {"version":3,"file":"Version.js","sourceRoot":"","sources":["../src/Version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,EAAE;AACF,sCAAsC;AACtC,2DAA2D;AAC3D,EAAE;AACF,gEAAgE;AAEhE,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAC;AAM3B,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,WAAW,CAAC,wBAAwB,GAAG,KAAK,CAAC,CAAC,OAAO;AAErD;;;;GAIG;AACF,UAAkB,CAAC,WAAW,GAAG;IAC9B,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE,OAAO;IAChB,YAAY;QACR,OAAO,IAAI,CAAC,OAAO,IAAI,SAAS,CAAC;IACrC,CAAC;CACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/structures",
3
- "version": "2.120.2",
3
+ "version": "2.120.3",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "404db833ca7d9ff5c863ca06100be17f63b237c5"
43
+ "gitHead": "640ab6cea8c65bc276d4ca7ec8a1d172a23e9a06"
44
44
  }