@giosg/pub-sdk
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -0,0 +0,0 @@ import { UserUid, OrganizationUid } from "@giosg/types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export { PubChannel, PubChannelMember, PubMessage, PubReportingMessage, PubReportingBody, PubUserMessage, PubCallRequestMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubCallRequestPayload, PubUserMessagePayload, PubMessagePayload, ChannelPayload, TextChunk, AudioChunk, VoiceChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, ExternalViewV1, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, CallRequestBody, } from "./groupchats"; | ||
export { BasePubSdk } from "./sdk"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BasePubSdk = void 0; | ||
var sdk_1 = require("./sdk"); | ||
Object.defineProperty(exports, "BasePubSdk", { enumerable: true, get: function () { return sdk_1.BasePubSdk; } }); |
@@ -0,0 +0,0 @@ import { IRealtimeSdk } from "@giosg/realtime-sdk"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -8,3 +8,4 @@ "main": "lib/index.js", | ||
"test": "jest --verbose", | ||
"build": "rm -rf ./lib/* && npx tsc" | ||
"build": "rm -rf ./lib/* && npx tsc", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -31,3 +32,3 @@ "jest": { | ||
"@giosg/realtime-sdk": "^2.0.7", | ||
"@giosg/types": "^4.1.0", | ||
"@giosg/types": "^6.1.2", | ||
"rxjs": "5.4.2" | ||
@@ -34,0 +35,0 @@ }, |
@@ -19,8 +19,10 @@ # Giosg Pub SDK and interfaces | ||
6. Login to npm with `npm login --scope=giosg`. You will be prompted for credentials. | ||
7. Publish the package with: `npm publish --access public`. `--access public` flag is mandatory because organization packages default to `restricted`. | ||
8. Create a new tag on the latest commit on master branch `git tag vX.Y.Z` `X.Y.Z` being the published version. | ||
9. Push the tag to remote `git push --tags`. | ||
7. Build version with `npm run prepare` command. | ||
8. Publish the package with: `npm publish --access public`. `--access public` flag is mandatory because organization packages default to `restricted`. | ||
9. Create a new tag on the latest commit on master branch `git tag vX.Y.Z` `X.Y.Z` being the published version. | ||
10. Push the tag to remote `git push --tags`. | ||
## TODO: | ||
- add lint | ||
- add grammarchek | ||
- add grammarchek |
372
28
26689
11
+ Added@giosg/types@6.10.0(transitive)
- Removed@giosg/types@4.6.0(transitive)
- Removedtypescript@3.9.10(transitive)
Updated@giosg/types@^6.1.2