foreman_snapshot_management 3.0.0 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cf81dcdc36e425e53f5588c22eff58f31af53e0f992e247290daeeef01411ad
4
- data.tar.gz: 8fff3100d36c0d7d949a81414508ffbcb2621b6d7089bbe0f1c7aa5ea20f8b5f
3
+ metadata.gz: f34d18553a712d99a77c75055d23d6e32df0237413d1928bfea6883183ff95ab
4
+ data.tar.gz: c6c0c6bda977c4d201457f3a81f475584078dc2a0ee14e49cbfcf30f5c5fb684
5
5
  SHA512:
6
- metadata.gz: 198b9a0693f28b8668a950fb454a29973c841b7bce99d9db7a08532ca6a91cbc3c4b313ddb8f65916ff4b8dcb1ab1bf50944fa36fe469799633f24bbe346d5a6
7
- data.tar.gz: ef525654f7ec90c291d178dce101ea85d27619affd25c13747a37f4f8dc7058c895d197a1ef4344f5224ff47aa4f5c97cee220eb349f2bad170b4ef30fe3fbd8
6
+ metadata.gz: 1d3f5ac2167245e7561cc74bf872be7d34ea034952637b567c1e4bc45858adc353febd830071dd21047238586228b250ea952b9e8168de1822dd84eb5c375e9d
7
+ data.tar.gz: 9dc06e17df6da543529d44dc521968265422759ac1227f60327cf9efaec4fbecc7b0663c1475bdd4f920492b3ef82b00ae84e021e16efc2d7003ceffe5f24ee4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanSnapshotManagement
4
- VERSION = '3.0.0'
4
+ VERSION = '3.0.1'
5
5
  end
data/package.json CHANGED
@@ -25,22 +25,16 @@
25
25
  "peerDependencies": {
26
26
  "@theforeman/vendor": ">= 4.0.0"
27
27
  },
28
- "dependencies": {
29
- "react-intl": "^2.8.0"
30
- },
31
28
  "devDependencies": {
32
- "@babel/core": "^7.7.0",
33
- "@sheerun/mutationobserver-shim": "^0.3.3",
34
- "@theforeman/builder": "^4.0.0",
35
- "@theforeman/eslint-plugin-foreman": "6.0.0",
36
- "@theforeman/find-foreman": "^4.8.0",
37
- "@theforeman/stories": "^7.0.0",
38
- "@theforeman/test": "^8.0.0",
39
- "@theforeman/vendor-dev": "^4.0.0",
29
+ "@theforeman/builder": ">= 4.0.0",
30
+ "@theforeman/eslint-plugin-foreman": ">= 6.0.0",
31
+ "@theforeman/find-foreman": ">= 4.8.0",
32
+ "@theforeman/stories": ">= 7.0.0",
33
+ "@theforeman/test": ">= 8.0.0",
34
+ "@theforeman/vendor-dev": ">= 4.0.0",
40
35
  "babel-eslint": "^10.0.3",
41
36
  "eslint": "^6.7.2",
42
37
  "prettier": "^1.19.1",
43
- "react-redux-test-utils": "^0.2.0",
44
38
  "stylelint": "^9.3.0",
45
39
  "stylelint-config-standard": "^18.0.0"
46
40
  }
@@ -1,6 +1,5 @@
1
1
  import 'core-js/shim';
2
2
  import 'regenerator-runtime/runtime';
3
- import MutationObserver from '@sheerun/mutationobserver-shim';
4
3
 
5
4
  import { configure } from 'enzyme';
6
5
  import Adapter from 'enzyme-adapter-react-16';
@@ -12,6 +11,3 @@ global.__ = text => text; // eslint-disable-line
12
11
 
13
12
  // Mocking locales to prevent unnecessary fallback messages
14
13
  window.locales = { en: { domain: 'app', locale_data: { app: { '': {} } } } };
15
-
16
- // see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0
17
- window.MutationObserver = MutationObserver;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_snapshot_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ATIX AG
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foreman-plugin to manage snapshots in a virtual-hardware environments.
14
14
  email:
@@ -120,7 +120,7 @@ homepage: https://www.orcharhino.com
120
120
  licenses:
121
121
  - GPL-3.0-only
122
122
  metadata: {}
123
- post_install_message:
123
+ post_install_message:
124
124
  rdoc_options: []
125
125
  require_paths:
126
126
  - lib
@@ -135,8 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  requirements: []
138
- rubygems_version: 3.3.15
139
- signing_key:
138
+ rubygems_version: 3.3.26
139
+ signing_key:
140
140
  specification_version: 4
141
141
  summary: Snapshot Management for machines on virtualization-platforms
142
142
  test_files: