Skip to content

Commit 79de53a

Browse files
authored
Merge pull request #214 from ardriveapp/dev
Release CORE v1.18.0
2 parents 77f758c + 26d2de0 commit 79de53a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ardrive-core-js",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "ArDrive Core contains the essential back end application features to support the ArDrive CLI and Desktop apps, such as file management, Permaweb upload/download, wallet management and other common functions.",
55
"main": "./lib/exports.js",
66
"types": "./lib/exports.d.ts",

src/types/custom_metadata_type.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { isCustomMetaDataGqlTags } from './custom_metadata_types';
55
describe('isCustomMetaDataGqlTags type guard function', () => {
66
it('returns false if provided tag name collides with any protected ArFS GQL tag name', () => {
77
const testedTagNames = [
8-
'App-Name',
9-
'App-Version',
108
'ArFS',
119
'Tip-Type',
1210
'Content-Type',

src/utils/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export const FATAL_CHUNK_UPLOAD_ERRORS = [
7171
];
7272

7373
export const gqlTagNameRecord = {
74-
appName: 'App-Name',
75-
appVersion: 'App-Version',
7674
arFS: 'ArFS',
7775
tipType: 'Tip-Type',
7876
contentType: 'Content-Type',

0 commit comments

Comments
 (0)