@preply/ds-core 2.2.0 → 2.2.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * AUTO GENERATED by support/tools/src/tool/code-generator/output/types/core-types-ts.ts @Tue Jun 03 2025 08:06:29 GMT+0000 (Coordinated Universal Time)
2
+ * AUTO GENERATED by support/tools/src/tool/code-generator/output/types/core-types-ts.ts @Fri Jun 06 2025 12:52:11 GMT+0000 (Coordinated Universal Time)
3
3
  */
4
4
  /**
5
5
  * action.link.variant.*.active.color
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-core",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,10 +20,10 @@
20
20
  "dev": "run build:rollup -w"
21
21
  },
22
22
  "devDependencies": {
23
- "@preply/ds-core-types": "2.2.0"
23
+ "@preply/ds-core-types": "2.2.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core-types": "2.2.0"
26
+ "@preply/ds-core-types": "2.2.1"
27
27
  },
28
- "gitHead": "c80704afdb172a6406ea0ca9a77f5c42c6d9dda3"
28
+ "gitHead": "b894c414aea15de7853793914ba7ed387709a320"
29
29
  }