@vendure/common 2.1.4 → 2.1.5

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.
@@ -61,7 +61,7 @@ export type ID = string | number;
61
61
  * string | varchar | String
62
62
  * localeString | varchar | String
63
63
  * text | longtext(m), text(p,s) | String
64
- * localText | longtext(m), text(p,s) | String
64
+ * localeText | longtext(m), text(p,s) | String
65
65
  * int | int | Int
66
66
  * float | double precision | Float
67
67
  * boolean | tinyint (m), bool (p), boolean (s) | Boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/common",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,5 +22,5 @@
22
22
  "rimraf": "^3.0.2",
23
23
  "typescript": "4.9.5"
24
24
  },
25
- "gitHead": "5057f3e9d44fa3e5a65aeb0bd7ef41e5e1189970"
25
+ "gitHead": "e5ecd1fac86ed8e6f85c39a19b3aa7561dcff3b2"
26
26
  }