@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 +1 -1
- package/dist/Version.js +3 -1
- package/dist/Version.js.map +1 -1
- package/package.json +2 -2
package/dist/Version.d.ts
CHANGED
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 =
|
|
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.
|
package/dist/Version.js.map
CHANGED
|
@@ -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;
|
|
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.
|
|
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": "
|
|
43
|
+
"gitHead": "640ab6cea8c65bc276d4ca7ec8a1d172a23e9a06"
|
|
44
44
|
}
|