cloudcannon-jekyll-bookshop 2.0.0 → 2.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: 272a7ddb403a9ecc69d867930fa241767e84fd9ec41d4cbb0881510a03c5ad04
4
- data.tar.gz: 4d7562f2bc12b773b5647f6cee76437bbaa5a6e32e1a0e9f4b3c290e1a9629c9
3
+ metadata.gz: dbacf5e895d06b58dd1f656bda66aaac91ac65d5b1d555b0dce1da21faf3734e
4
+ data.tar.gz: 98bdc82a5db6682cc69cb23e6f09d5104633f97c74ec59414a39bdc08f816c5c
5
5
  SHA512:
6
- metadata.gz: 0e6d9b0ff778b9e5010c14f0b1713da5367d49511782a7e0251f830cbaad1efb53bb2daad5ffb1c182b96effe947c92fc5308c6a279c83db74a8197e06675c52
7
- data.tar.gz: b8b24448d5c6f20feef017c14e5b85621f5b7c60823af16a613f3924ac352b6c21e179c8f85d07041941db34b2052f1329bd6ea002406522f7ff0d9b43ca8c2d
6
+ metadata.gz: cb83619797b6903ca4d89550e680a123971f6a727c5502f66c49cc640ae2ba805179f0166d2429317a6b52893a59a88002973bfdd598c83d024c8340a72cdfd3
7
+ data.tar.gz: d5bbd29b9c9e1ab752475e3cea3a0c26043606450809eec19cc1c4f5efbe7fcd5d4700b7c9d9d3f765abf2758358610b00bbbcc201b7b11c276ace4a345b924e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudcannon-jekyll-bookshop (2.0.0)
4
+ cloudcannon-jekyll-bookshop (2.0.1)
5
5
  dry-inflector (>= 0.1, < 1.0)
6
6
  jekyll (>= 3.7, < 5.0)
7
7
  node-runner (>= 1.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyllBookshop
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookshop/cloudcannon-structures",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Convert a Bookshop object into a CloudCannon structure",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "access": "public"
17
17
  },
18
18
  "devDependencies": {
19
- "@bookshop/toml-narrator": "2.0.0",
19
+ "@bookshop/toml-narrator": "2.0.1",
20
20
  "@ltd/j-toml": "^1.17.0",
21
21
  "ava": "^3.15.0",
22
22
  "nyc": "^15.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookshop/toml-narrator",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Rewrite Bookshop TOML files to preserve comments",
5
5
  "main": "main.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcannon-jekyll-bookshop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Bigelow