@translationstudio/translationstudio-strapi-extension 1.0.5 → 1.0.7

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.
@@ -880,7 +880,7 @@ function prepareImportData(translatables, existingEntry, targetSchema) {
880
880
  const jwt = require("jsonwebtoken");
881
881
  const crypto = require("crypto");
882
882
  const TRANSLATIONTUDIO_URL = "https://cms-strapi-service-7866fdd79eab.herokuapp.com";
883
- const APP_NAME = "translationstudio-strapi-extension";
883
+ const APP_NAME = "translationstudio";
884
884
  const service = ({ strapi: strapi2 }) => {
885
885
  const pluginStore = strapi2.store({
886
886
  type: "plugin",
@@ -879,7 +879,7 @@ function prepareImportData(translatables, existingEntry, targetSchema) {
879
879
  const jwt = require("jsonwebtoken");
880
880
  const crypto = require("crypto");
881
881
  const TRANSLATIONTUDIO_URL = "https://cms-strapi-service-7866fdd79eab.herokuapp.com";
882
- const APP_NAME = "translationstudio-strapi-extension";
882
+ const APP_NAME = "translationstudio";
883
883
  const service = ({ strapi: strapi2 }) => {
884
884
  const pluginStore = strapi2.store({
885
885
  type: "plugin",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "GPL-2.0-only",
5
5
  "author": "Duncan Leininger <duncan.leininger@idmedia.com>",
6
6
  "homepage": "https://translationstudio.tech",
7
- "version": "1.0.5",
7
+ "version": "1.0.7",
8
8
  "keywords": [
9
9
  "translationstudio",
10
10
  "strapi",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "strapi": {
69
69
  "kind": "plugin",
70
- "name": "translationstudio",
70
+ "name": "translationstudio-strapi-extension",
71
71
  "displayName": "translationstudio",
72
72
  "description": "translationstudio extension for strapi"
73
73
  }