@preply/ds-core 2.2.2 → 2.3.0

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 @Thu Jun 19 2025 12:05:33 GMT+0000 (Coordinated Universal Time)
2
+ * AUTO GENERATED by support/tools/src/tool/code-generator/output/types/core-types-ts.ts @Thu Jun 19 2025 15:07:27 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.2",
3
+ "version": "2.3.0",
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.2"
23
+ "@preply/ds-core-types": "2.3.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core-types": "2.2.2"
26
+ "@preply/ds-core-types": "2.3.0"
27
27
  },
28
- "gitHead": "72be6a202dc59661c182300f4fcadd428991f538"
28
+ "gitHead": "211e51a1372c2f5a3141548bace21be487b1a46c"
29
29
  }