@tsparticles/ember 4.0.5 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [4.1.1](https://github.com/tsparticles/tsparticles/compare/v4.1.0...v4.1.1) (2026-05-31)
7
+
8
+ **Note:** Version bump only for package @tsparticles/ember
9
+
10
+ # [4.1.0](https://github.com/tsparticles/tsparticles/compare/v4.0.5...v4.1.0) (2026-05-29)
11
+
12
+ ### Bug Fixes
13
+
14
+ - fixed peer deps versions when using workspace syntax, fixes [#5799](https://github.com/tsparticles/tsparticles/issues/5799) ([4580105](https://github.com/tsparticles/tsparticles/commit/458010590850eefb93eebab14f8ada65a9ec5498))
15
+
6
16
  ## [4.0.5](https://github.com/tsparticles/tsparticles/compare/v4.0.4...v4.0.5) (2026-05-19)
7
17
 
8
18
  **Note:** Version bump only for package @tsparticles/ember
@@ -1,4 +1,5 @@
1
- import Modifier, { NamedArgs, PositionalArgs } from 'ember-modifier';
1
+ import Modifier from 'ember-modifier';
2
+ import type { NamedArgs, PositionalArgs } from 'ember-modifier';
2
3
  import type { Container, Options } from '@tsparticles/engine';
3
4
  import { tsParticles } from '@tsparticles/engine';
4
5
  import {
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@tsparticles/ember",
3
+ "version": "4.0.5",
4
+ "description": "Ember.js component for using tsParticles",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
8
+ "directory": "wrappers/ember"
9
+ },
10
+ "keywords": [
11
+ "ember-addon"
12
+ ],
13
+ "author": "Ignace Maes (https://ignacemaes.com/)",
14
+ "license": "MIT",
15
+ "peerDependencies": {
16
+ "@tsparticles/engine": "__VERSION__"
17
+ },
18
+ "publishConfig": {
19
+ "access": "public"
20
+ }
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/ember",
3
- "version": "4.0.5",
3
+ "version": "4.1.1",
4
4
  "description": "Ember.js component for using tsParticles",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -32,7 +32,7 @@
32
32
  "postpack": "ember ts:clean"
33
33
  },
34
34
  "dependencies": {
35
- "@tsparticles/engine": "^4.0.5",
35
+ "@tsparticles/engine": "^4.1.1",
36
36
  "ember-auto-import": "^2.13.1",
37
37
  "ember-cli-babel": "^8.3.1",
38
38
  "ember-cli-htmlbars": "^7.0.1",
@@ -48,7 +48,7 @@
48
48
  "@glimmer/component": "^2.1.1",
49
49
  "@glimmer/tracking": "^1.1.2",
50
50
  "@tsconfig/ember": "^3.0.12",
51
- "@tsparticles/preset-snow": "^4.0.5",
51
+ "@tsparticles/preset-snow": "^4.1.1",
52
52
  "@types/ember": "^4.0.11",
53
53
  "@types/ember-qunit": "^6.1.3",
54
54
  "@types/ember-resolver": "^9.0.2",
@@ -101,7 +101,7 @@
101
101
  "prettier": "^3.8.2",
102
102
  "qunit": "^2.25.0",
103
103
  "qunit-dom": "^3.5.0",
104
- "tsparticles": "^4.0.5",
104
+ "tsparticles": "^4.1.1",
105
105
  "typescript": "^6.0.2",
106
106
  "webpack": "^5.106.1"
107
107
  },
@@ -131,5 +131,8 @@
131
131
  "publishConfig": {
132
132
  "access": "public"
133
133
  },
134
- "gitHead": "4d8b281f8097386714300e39b0004b903f9df87b"
134
+ "peerDependencies": {
135
+ "@tsparticles/engine": "workspace:*"
136
+ },
137
+ "gitHead": "2a16be47d9ef6849ea0f611493abcb7c5ccd5038"
135
138
  }
package/tsconfig.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "extends": "@tsconfig/ember/tsconfig.json",
3
3
  "compilerOptions": {
4
+ "ignoreDeprecations": "6.0",
4
5
 
5
6
  // The combination of `baseUrl` with `paths` allows Ember's classic package
6
7
  // layout, which is not resolvable with the Node resolution algorithm, to