@stamhoofd/structures 2.100.0 → 2.100.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.
@@ -417,7 +417,7 @@ class WebshopMetaData extends simple_encoding_1.AutoEncoder {
417
417
  })
418
418
  @field({
419
419
  decoder: new EnumDecoder(WebshopType),
420
- version: 386,
420
+ <--todo version!!-->
421
421
  upgrade: function (this: WebshopMetaData) {
422
422
  if (this.type) {
423
423
  return this.type;
@@ -404,7 +404,7 @@ export class WebshopMetaData extends AutoEncoder {
404
404
  })
405
405
  @field({
406
406
  decoder: new EnumDecoder(WebshopType),
407
- version: 386,
407
+ <--todo version!!-->
408
408
  upgrade: function (this: WebshopMetaData) {
409
409
  if (this.type) {
410
410
  return this.type;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/structures",
3
- "version": "2.100.0",
3
+ "version": "2.100.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./esm/dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "648bba95bdd2a6c8665b59e56470289c71e1c0d0"
47
+ "gitHead": "989981a387ceddd505dc757d2e0a3dacd492b733"
48
48
  }