@eclipse-scout/cli 22.0.0-beta.1 → 22.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/cli",
3
- "version": "22.0.0-beta.1",
3
+ "version": "22.0.0",
4
4
  "description": "CLI for Eclipse Scout",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
@@ -46,7 +46,7 @@
46
46
  "karma-jasmine": "4.0.1",
47
47
  "karma-jasmine-ajax": "0.1.13",
48
48
  "@metahub/karma-jasmine-jquery": "4.0.1",
49
- "@eclipse-scout/karma-jasmine-scout": "22.0.0-beta.1",
49
+ "@eclipse-scout/karma-jasmine-scout": "22.0.0",
50
50
  "karma-jasmine-html-reporter": "1.7.0",
51
51
  "karma-junit-reporter": "2.0.1",
52
52
  "karma-webpack": "5.0.0",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2010-2021 BSI Business Systems Integration AG.
2
+ * Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3
3
  * All rights reserved. This program and the accompanying materials
4
4
  * are made available under the terms of the Eclipse Public License v1.0
5
5
  * which accompanies this distribution, and is available at
@@ -153,7 +153,7 @@ module.exports = (env, args) => {
153
153
  targets: {
154
154
  firefox: '62',
155
155
  chrome: '69',
156
- safari: '12.1'
156
+ safari: '12'
157
157
  }
158
158
  }]
159
159
  ]