From cd5263f3a3942a4ba56f067427e8fd2f9e062021 Mon Sep 17 00:00:00 2001 From: fishyfrogface Date: Tue, 22 Feb 2022 16:27:39 +0100 Subject: [PATCH 1/2] Add Asolvi to list of copyright holders --- LICENSE | 2 ++ README.md | 3 ++- package.json | 9 +++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 0fb9fe4..5b71088 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ MIT License +Copyright (c) 2017 - 2018 Jonas Helfer Copyright (c) 2021 Social Auto Transport +Copyright (c) 2022 Asolvi 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/README.md b/README.md index 32e6599..c432814 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # apollo-link-queue-persist -**This is a fork from the repository below. The package was not published because of new rules for package names in npm. This fork also incorporates the QueueLink instance mentioned below, so that is no longer a requirement. Support for any ApolloClient subtype is also added.** +**This is a copy from the repository [`@SocialAutoTransport/apollo-link-queue-persist`][2]. The package was not published because of new rules for package names in npm and because of a lack of response, Asolvi is now the active maintainer and publisher of this package. The copy also incorporates the QueueLink instance mentioned below, so that is no longer a requirement. Support for any ApolloClient subtype is also added.** Simple persistence for any queued Apollo queries when using [`helfer/apollo-link-queue`][0]. At initial build time, @helfer has not yet pulled in the changes required in `apollo-link-queue` so in order for this to work, you'll need to make use of our fork at [`@SocialAutoTransport/apollo-link-queue`][1] @@ -8,6 +8,7 @@ Supports web and React Native. [See all storage providers.](#storage-providers) [0]: https://github.com/helfer/apollo-link-queue [1]: https://github.com/SocialAutoTransport/apollo-link-queue +[2]: https://github.com/SocialAutoTransport/apollo-link-queue-persist ## Basic Usage diff --git a/package.json b/package.json index e6841d1..16819fe 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "0.0.22", "description": "Simple persistence for Apollo link queue instances", "author": "Rob Newton ", - "contributors": [ - "Rob Newton " - ], "license": "MIT", "main": "./lib/cjs/index.js", "module": "./lib/index.js", @@ -13,10 +10,10 @@ "typings": "./lib/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/SocialAutoTransport/apollo-link-queue-persist.git" + "url": "git+https://github.com/Asolvi/apollo-link-queue-persist.git" }, - "homepage": "https://github.com/SocialAutoTransport/apollo-link-queue-persist.git#readme", - "bugs": "https://github.com/SocialAutoTransport/apollo-link-queue-persist.git/issues", + "homepage": "https://github.com/Asolvi/apollo-link-queue-persist.git#readme", + "bugs": "https://github.com/Asolvi/apollo-link-queue-persist.git/issues", "scripts": { "build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js && npm run minify:browser", "build": "tsc -p . && tsc -p ./tsconfig.cjs.json", From 8eac8d550d40d0c956f66eaa69257e35a597f4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 15:31:59 +0000 Subject: [PATCH 2/2] Bump follow-redirects from 1.14.1 to 1.14.9 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c82d650..8c4dfa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "apollo-link-queue-persist", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2231,9 +2231,9 @@ } }, "follow-redirects": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", - "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==", + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==", "dev": true }, "for-in": {