@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.
- package/dist/server/index.js +1 -1
- package/dist/server/index.mjs +1 -1
- package/package.json +2 -2
package/dist/server/index.js
CHANGED
|
@@ -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
|
|
883
|
+
const APP_NAME = "translationstudio";
|
|
884
884
|
const service = ({ strapi: strapi2 }) => {
|
|
885
885
|
const pluginStore = strapi2.store({
|
|
886
886
|
type: "plugin",
|
package/dist/server/index.mjs
CHANGED
|
@@ -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
|
|
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.
|
|
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
|
}
|