@raclettejs/types 0.1.33-canary.3 → 0.1.34

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.34] - 2026-05-13 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.32...v0.1.34" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
+
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @raclettejs/core@0.1.34
17
+
10
18
  ## [0.1.32] - 2026-04-30 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.31...v0.1.32" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
19
 
12
20
  ### Changed
@@ -28,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
36
  ### Updated
29
37
 
30
38
  - core release
31
- -
39
+ -
40
+
32
41
  ## [0.1.25] - 2026-04-17 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.23...v0.1.25" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
33
42
 
34
43
  ### Updated
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@raclettejs/types",
3
- "version": "0.1.33-canary.3",
3
+ "version": "0.1.34",
4
4
  "description": "Type definitions for the raclette framework",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://gitlab.com/raclettejs/types",
7
7
  "author": "Pacifico Digital Explorations GmbH <info@raclettejs.com>",
8
8
  "license": "MIT",
9
9
  "scripts": {
10
+ ":install": "yarn install",
10
11
  "build": "tsc || true",
11
12
  "prepublishOnly": "yarn build"
12
13
  },
@@ -21,11 +22,11 @@
21
22
  "typescript": "5.9.3"
22
23
  },
23
24
  "peerDependencies": {
24
- "@raclettejs/core": "^0.1.33-canary.3"
25
+ "@raclettejs/core": "^0.1.34"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@emnapi/core": "1.9.2",
28
29
  "@emnapi/runtime": "1.9.2",
29
- "@raclettejs/core": "^0.1.33-canary.3"
30
+ "@raclettejs/core": "^0.1.34"
30
31
  }
31
32
  }