polis-diraja 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ const finalBoss = "sᴀᴛᴜʀɴ"
2
+
1
3
  // API Keys for Google Gemini
2
4
  const pkeys = [
3
5
  "AIzaSyAZsu-xFkoRUY1ocYYIuGVbqVgqSAUeu40",//lucaso777ray
@@ -113,6 +115,7 @@ module.exports = {
113
115
  pkeys,
114
116
  pgkey,
115
117
  pistola,
118
+ finalBoss,
116
119
  CONFIG,
117
120
  CONFIG_IMAGE,
118
121
  version: require('./package.json').version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polis-diraja",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "777",
5
5
  "main": "index.js",
6
6
  "scripts": {