@quenty/animationgroup 10.9.3 → 10.9.4

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.9.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animationgroup@10.9.3...@quenty/animationgroup@10.9.4) (2026-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [10.9.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animationgroup@10.9.2...@quenty/animationgroup@10.9.3) (2026-01-10)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/animationgroup
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "animationgroup",
3
- "globIgnorePaths": [ "**/.package-lock.json" ],
3
+ "globIgnorePaths": [
4
+ "**/.package-lock.json",
5
+ "**/.pnpm",
6
+ "**/.pnpm-workspace-state-v1.json",
7
+ "**/.modules.yaml",
8
+ "**/.ignored",
9
+ "**/.ignored_*"
10
+ ],
4
11
  "tree": {
5
12
  "$path": "src"
6
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/animationgroup",
3
- "version": "10.9.3",
3
+ "version": "10.9.4",
4
4
  "description": "A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,13 +29,13 @@
29
29
  "Quenty"
30
30
  ],
31
31
  "dependencies": {
32
- "@quenty/animationtrackutils": "^2.3.2",
33
- "@quenty/baseobject": "^10.9.2",
34
- "@quenty/loader": "^10.9.2",
35
- "@quenty/maid": "^3.5.2"
32
+ "@quenty/animationtrackutils": "2.3.3",
33
+ "@quenty/baseobject": "10.9.3",
34
+ "@quenty/loader": "10.9.3",
35
+ "@quenty/maid": "3.5.3"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "76f1dfb1936388838b2fd734e263a6af2ae9277b"
40
+ "gitHead": "55f4a7407de7247aceea574de4d2f57dab70cb91"
41
41
  }