Rename status-core to status-js (#265)
This commit is contained in:
parent
ec506f9d59
commit
ec73a3e159
|
@ -1 +0,0 @@
|
||||||
# `status-core`
|
|
|
@ -0,0 +1 @@
|
||||||
|
# `status-js`
|
|
@ -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": {
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue