Rename status-core to status-js (#265)

This commit is contained in:
Felicio Mununga 2022-05-23 14:57:01 +02:00 committed by GitHub
parent ec506f9d59
commit ec73a3e159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
45 changed files with 8 additions and 8 deletions

View File

@ -1 +0,0 @@
# `status-core`

View File

@ -0,0 +1 @@
# `status-js`

View File

@ -4,7 +4,7 @@
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"repository": { "repository": {
"url": "https://github.com/status-im/status-web.git", "url": "https://github.com/status-im/status-web.git",
"directory": "packages/status-core", "directory": "packages/status-js",
"type": "git" "type": "git"
}, },
"bugs": { "bugs": {

View File

@ -5,7 +5,7 @@ import {
ImageType, ImageType,
imageTypeFromJSON, imageTypeFromJSON,
imageTypeToJSON, imageTypeToJSON,
} from '../../communities/v1/enums' } from './enums'
export const protobufPackage = 'communities.v1' export const protobufPackage = 'communities.v1'

View File

@ -8,7 +8,7 @@ import {
imageTypeToJSON, imageTypeToJSON,
messageTypeFromJSON, messageTypeFromJSON,
messageTypeToJSON, messageTypeToJSON,
} from '../../communities/v1/enums' } from './enums'
export const protobufPackage = 'communities.v1' export const protobufPackage = 'communities.v1'

View File

@ -1,7 +1,7 @@
/* eslint-disable */ /* eslint-disable */
import Long from 'long' import Long from 'long'
import _m0 from 'protobufjs/minimal' import _m0 from 'protobufjs/minimal'
import { ChatIdentity } from '../../communities/v1/chat_identity' import { ChatIdentity } from './chat_identity'
export const protobufPackage = 'communities.v1' export const protobufPackage = 'communities.v1'

View File

@ -5,7 +5,7 @@ import {
MessageType, MessageType,
messageTypeFromJSON, messageTypeFromJSON,
messageTypeToJSON, messageTypeToJSON,
} from '../../communities/v1/enums' } from './enums'
export const protobufPackage = 'communities.v1' export const protobufPackage = 'communities.v1'

View File

@ -1,8 +1,8 @@
/* eslint-disable */ /* eslint-disable */
import Long from 'long' import Long from 'long'
import _m0 from 'protobufjs/minimal' import _m0 from 'protobufjs/minimal'
import { ChatMessage } from '../../communities/v1/chat_message' import { ChatMessage } from './chat_message'
import { EmojiReaction } from '../../communities/v1/emoji_reaction' import { EmojiReaction } from './emoji_reaction'
export const protobufPackage = 'communities.v1' export const protobufPackage = 'communities.v1'