@projectcaluma/ember-workflow 13.1.0 → 13.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/package.json +11 -11
- package/translations/it.yaml +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-workflow",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.1",
|
|
4
4
|
"description": "Ember addon for Caluma workflow tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"homepage": "https://docs.caluma.io/ember-caluma",
|
|
10
10
|
"repository": "github:projectcaluma/ember-caluma",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/core": "^7.25.
|
|
12
|
+
"@babel/core": "^7.25.7",
|
|
13
13
|
"@glimmer/component": "^1.1.2",
|
|
14
14
|
"ember-apollo-client": "~4.0.2",
|
|
15
|
-
"ember-auto-import": "^2.
|
|
15
|
+
"ember-auto-import": "^2.8.1",
|
|
16
16
|
"ember-cli-babel": "^8.2.0",
|
|
17
17
|
"ember-cli-htmlbars": "^6.3.0",
|
|
18
18
|
"ember-composable-helpers": "^5.0.0",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"ember-uikit": "^9.1.2",
|
|
24
24
|
"graphql": "^15.9.0",
|
|
25
25
|
"reactiveweb": "^1.3.0",
|
|
26
|
-
"@projectcaluma/ember-core": "^13.1.
|
|
26
|
+
"@projectcaluma/ember-core": "^13.1.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@ember/optional-features": "2.1.0",
|
|
30
30
|
"@ember/test-helpers": "3.3.1",
|
|
31
31
|
"@embroider/test-setup": "4.0.0",
|
|
32
|
-
"@faker-js/faker": "
|
|
32
|
+
"@faker-js/faker": "9.0.3",
|
|
33
33
|
"@glimmer/tracking": "1.1.2",
|
|
34
34
|
"broccoli-asset-rev": "3.0.0",
|
|
35
35
|
"ember-cli": "5.11.0",
|
|
36
36
|
"ember-cli-clean-css": "3.0.0",
|
|
37
|
-
"ember-cli-code-coverage": "3.0
|
|
37
|
+
"ember-cli-code-coverage": "3.1.0",
|
|
38
38
|
"ember-cli-dependency-checker": "3.3.2",
|
|
39
39
|
"ember-cli-inject-live-reload": "2.1.0",
|
|
40
|
-
"ember-cli-mirage": "3.0.
|
|
40
|
+
"ember-cli-mirage": "3.0.4",
|
|
41
41
|
"ember-cli-sri": "2.1.1",
|
|
42
42
|
"ember-cli-terser": "4.0.2",
|
|
43
43
|
"ember-load-initializers": "2.1.2",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"ember-try": "3.0.0",
|
|
49
49
|
"loader.js": "4.7.0",
|
|
50
50
|
"qunit": "2.22.0",
|
|
51
|
-
"qunit-dom": "3.2.
|
|
52
|
-
"uikit": "3.21.
|
|
53
|
-
"webpack": "5.
|
|
54
|
-
"@projectcaluma/ember-testing": "13.1.
|
|
51
|
+
"qunit-dom": "3.2.1",
|
|
52
|
+
"uikit": "3.21.13",
|
|
53
|
+
"webpack": "5.95.0",
|
|
54
|
+
"@projectcaluma/ember-testing": "13.1.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"ember-source": ">= 4.0.0"
|
package/translations/it.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
caluma:
|
|
2
2
|
mutate-work-item:
|
|
3
3
|
complete: "Concludi"
|
|
4
|
-
skip: "
|
|
4
|
+
skip: "Ignora"
|
|
5
5
|
cancel: "Annulla"
|
|
6
6
|
success:
|
|
7
7
|
complete: "Compito concluso con successo!"
|
|
8
|
-
skip: "Compito
|
|
8
|
+
skip: "Compito ignorato con successo!"
|
|
9
9
|
cancel: "Compito annullato con successo!"
|
|
10
10
|
error:
|
|
11
11
|
complete: "Ops, nel tentativo di concludere il compito qualcosa è andato storto..."
|
|
12
|
-
skip: "Ops, nel tentativo di
|
|
12
|
+
skip: "Ops, nel tentativo di ignorare il compito qualcosa è andato storto..."
|
|
13
13
|
cancel: "Ops, nel tentativo di annullare il compito qualcosa è andato storto..."
|
|
14
14
|
|
|
15
15
|
task-button:
|