@raclettejs/types 0.1.34 → 0.1.36-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -7,8 +7,15 @@ 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>
10
+ ## [0.1.35] - 2026-05-14 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.34...v0.1.35" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
+
12
+
13
+ ### Patch Changes
11
14
 
15
+ - Updated dependencies
16
+ - @raclettejs/core@0.1.35
17
+
18
+ ## [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>
12
19
 
13
20
  ### Patch Changes
14
21
 
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@raclettejs/types",
3
- "version": "0.1.34",
3
+ "version": "0.1.36-canary.0",
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",
11
- "build": "tsc || true",
10
+ "build": "tsc",
12
11
  "prepublishOnly": "yarn build"
13
12
  },
14
13
  "files": [
@@ -22,11 +21,11 @@
22
21
  "typescript": "5.9.3"
23
22
  },
24
23
  "peerDependencies": {
25
- "@raclettejs/core": "^0.1.34"
24
+ "@raclettejs/core": "workspace:"
26
25
  },
27
26
  "devDependencies": {
28
27
  "@emnapi/core": "1.9.2",
29
28
  "@emnapi/runtime": "1.9.2",
30
- "@raclettejs/core": "^0.1.34"
29
+ "@raclettejs/core": "workspace:"
31
30
  }
32
31
  }