From 45a0745cc646e3e6152a6f0722aa6b9d0267617c Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Sun, 16 Jan 2022 18:48:09 +0100 Subject: [PATCH] update deps + 2022 --- LICENSE | 4 ++-- index.js | 4 ++-- lib/CustomCollection.js | 4 ++-- lib/SmartCollection.js | 4 ++-- package.json | 4 ++-- test/test.default.js | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 2228fc1..d238aeb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2020-2021 Notixbit Creative -Copyright (c) 2020-2021 Steven Agyekum +Copyright (c) Notixbit Creative +Copyright (c) Steven Agyekum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/index.js b/index.js index 0def01d..5b77cfd 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,8 @@ * Product: shopify-collection-dsl * Description: Create Custom- and Smart Collections for Shopify programmatically. * -* Copyright (c) 2020-2021 Notixbit Creative -* Copyright (c) 2020-2021 Steven Agyekum +* Copyright (c) Notixbit Creative +* Copyright (c) Steven Agyekum * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/lib/CustomCollection.js b/lib/CustomCollection.js index 43ce47c..b2b84d7 100644 --- a/lib/CustomCollection.js +++ b/lib/CustomCollection.js @@ -4,8 +4,8 @@ * Product: shopify-collection-dsl * Description: Create Custom- and Smart Collections for Shopify programmatically. * -* Copyright (c) 2020-2021 Notixbit Creative -* Copyright (c) 2020-2021 Steven Agyekum +* Copyright (c) Notixbit Creative +* Copyright (c) Steven Agyekum * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/lib/SmartCollection.js b/lib/SmartCollection.js index 2a8f376..d50208c 100644 --- a/lib/SmartCollection.js +++ b/lib/SmartCollection.js @@ -4,8 +4,8 @@ * Product: shopify-collection-dsl * Description: Create Custom- and Smart Collections for Shopify programmatically. * -* Copyright (c) 2020-2021 Notixbit Creative -* Copyright (c) 2020-2021 Steven Agyekum +* Copyright (c) Notixbit Creative +* Copyright (c) Steven Agyekum * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/package.json b/package.json index a57ab99..849b9a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notixbit/shopify-collection-dsl", - "version": "1.1.0", + "version": "1.1.1", "description": "Create Custom- and Smart Collections for Shopify programmatically.", "keywords": [ "shopify", @@ -41,7 +41,7 @@ "test": "mocha --reporter list" }, "dependencies": { - "shopify-api-node": "^3.6.12" + "shopify-api-node": "^3.8.1" }, "devDependencies": { "chai": "^4.1.2", diff --git a/test/test.default.js b/test/test.default.js index 22a12a2..85ab18c 100644 --- a/test/test.default.js +++ b/test/test.default.js @@ -4,8 +4,8 @@ * Product: shopify-collection-dsl * Description: Create Custom- and Smart Collections for Shopify programmatically. * -* Copyright (c) 2020-2021 Notixbit Creative -* Copyright (c) 2020-2021 Steven Agyekum +* Copyright (c) Notixbit Creative +* Copyright (c) Steven Agyekum * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction,