drapcode-constant 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,5 +40,6 @@ export declare const pluginCode: {
40
40
  FIREBASE: string;
41
41
  FIRESTORE: string;
42
42
  APPWRITE: string;
43
+ BACKGROUND_TASK: string;
43
44
  };
44
45
  export declare const loginPluginCode: string[];
@@ -43,6 +43,7 @@ exports.pluginCode = {
43
43
  FIREBASE: "FIREBASE",
44
44
  FIRESTORE: "FIRESTORE",
45
45
  APPWRITE: "APPWRITE",
46
+ BACKGROUND_TASK: "BACKGROUND_TASK",
46
47
  };
47
48
  exports.loginPluginCode = [
48
49
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -11,8 +11,10 @@
11
11
  "clean": "del ./build/*",
12
12
  "build": "npm run clean && tsc"
13
13
  },
14
- "keywords": [],
15
- "author": "",
14
+ "keywords": [
15
+ "drapcode"
16
+ ],
17
+ "author": "Drapcode",
16
18
  "license": "ISC",
17
19
  "devDependencies": {
18
20
  "del-cli": "^5.0.0",
File without changes
@@ -1 +0,0 @@
1
- "use strict";