cucumber-html-formatter 23.0.0 → 24.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.
@@ -1,17 +1,3 @@
1
- /*!
2
- * Determine if an object is a Buffer
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*!
9
- * repeat-string <https://github.com/jonschlinkert/repeat-string>
10
- *
11
- * Copyright (c) 2014-2015, Jon Schlinkert.
12
- * Licensed under the MIT License.
13
- */
14
-
15
1
  /*! *****************************************************************************
16
2
  Copyright (C) Microsoft. All rights reserved.
17
3
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -29,9 +15,19 @@ and limitations under the License.
29
15
 
30
16
  /**
31
17
  * @license React
32
- * react-dom.production.min.js
18
+ * react-dom-client.production.js
19
+ *
20
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
21
+ *
22
+ * This source code is licensed under the MIT license found in the
23
+ * LICENSE file in the root directory of this source tree.
24
+ */
25
+
26
+ /**
27
+ * @license React
28
+ * react-dom.production.js
33
29
  *
34
- * Copyright (c) Facebook, Inc. and its affiliates.
30
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
35
31
  *
36
32
  * This source code is licensed under the MIT license found in the
37
33
  * LICENSE file in the root directory of this source tree.
@@ -39,9 +35,9 @@ and limitations under the License.
39
35
 
40
36
  /**
41
37
  * @license React
42
- * react.production.min.js
38
+ * react-jsx-runtime.production.js
43
39
  *
44
- * Copyright (c) Facebook, Inc. and its affiliates.
40
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
45
41
  *
46
42
  * This source code is licensed under the MIT license found in the
47
43
  * LICENSE file in the root directory of this source tree.
@@ -49,18 +45,19 @@ and limitations under the License.
49
45
 
50
46
  /**
51
47
  * @license React
52
- * scheduler.production.min.js
48
+ * react.production.js
53
49
  *
54
- * Copyright (c) Facebook, Inc. and its affiliates.
50
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
55
51
  *
56
52
  * This source code is licensed under the MIT license found in the
57
53
  * LICENSE file in the root directory of this source tree.
58
54
  */
59
55
 
60
- /** @license React v17.0.2
61
- * react-is.production.min.js
56
+ /**
57
+ * @license React
58
+ * scheduler.production.js
62
59
  *
63
- * Copyright (c) Facebook, Inc. and its affiliates.
60
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
64
61
  *
65
62
  * This source code is licensed under the MIT license found in the
66
63
  * LICENSE file in the root directory of this source tree.
@@ -5,7 +5,7 @@ module Cucumber
5
5
  class AssetsLoader
6
6
  class << self
7
7
  def template
8
- read_asset('index.mustache.html')
8
+ read_asset('index.mustache')
9
9
  end
10
10
 
11
11
  def icon
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-html-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 23.0.0
4
+ version: 24.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Prêtre
@@ -109,7 +109,7 @@ files:
109
109
  - LICENSE
110
110
  - README.md
111
111
  - assets/icon.url
112
- - assets/index.mustache.html
112
+ - assets/index.mustache
113
113
  - assets/main.css
114
114
  - assets/main.js
115
115
  - assets/main.js.LICENSE.txt
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: 3.2.8
145
145
  requirements: []
146
- rubygems_version: 3.6.9
146
+ rubygems_version: 4.0.10
147
147
  specification_version: 4
148
- summary: cucumber-html-formatter-23.0.0
148
+ summary: cucumber-html-formatter-24.0.0
149
149
  test_files: []
File without changes