Prechádzať zdrojové kódy

[ts] Updated to version 4.1.4.

Mario Zechner 3 rokov pred
rodič
commit
6d420d8667

+ 9 - 9
spine-ts/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "@esotericsoftware/spine-ts",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@esotericsoftware/spine-ts",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE",
       "workspaces": [
         "spine-core",
@@ -7949,7 +7949,7 @@
     },
     "spine-canvas": {
       "name": "@esotericsoftware/spine-canvas",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE",
       "dependencies": {
         "@esotericsoftware/spine-core": "^4.1.3"
@@ -7957,12 +7957,12 @@
     },
     "spine-core": {
       "name": "@esotericsoftware/spine-core",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE"
     },
     "spine-player": {
       "name": "@esotericsoftware/spine-player",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE",
       "dependencies": {
         "@esotericsoftware/spine-webgl": "^4.1.3"
@@ -7970,7 +7970,7 @@
     },
     "spine-threejs": {
       "name": "@esotericsoftware/spine-threejs",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE",
       "dependencies": {
         "@esotericsoftware/spine-core": "^4.1.3",
@@ -7980,10 +7980,10 @@
     },
     "spine-webgl": {
       "name": "@esotericsoftware/spine-webgl",
-      "version": "4.1.3",
+      "version": "4.1.4",
       "license": "LicenseRef-LICENSE",
       "dependencies": {
-        "@esotericsoftware/spine-core": "^4.1.3"
+        "@esotericsoftware/spine-core": "^4.1.4"
       }
     }
   },
@@ -8014,7 +8014,7 @@
     "@esotericsoftware/spine-webgl": {
       "version": "file:spine-webgl",
       "requires": {
-        "@esotericsoftware/spine-core": "^4.1.3"
+        "@esotericsoftware/spine-core": "^4.1.4"
       }
     },
     "@types/offscreencanvas": {

+ 2 - 2
spine-ts/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-ts",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "files": [
     "README.md"
@@ -60,4 +60,4 @@
     "typescript": "^4.3.5",
     "@types/offscreencanvas": "^2019.6.4"
   }
-}
+}

+ 2 - 2
spine-ts/spine-canvas/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-canvas",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
@@ -32,4 +32,4 @@
   "dependencies": {
     "@esotericsoftware/spine-core": "^4.1.3"
   }
-}
+}

+ 1 - 1
spine-ts/spine-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-core",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",

+ 2 - 2
spine-ts/spine-player/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-player",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
@@ -32,4 +32,4 @@
   "dependencies": {
     "@esotericsoftware/spine-webgl": "^4.1.3"
   }
-}
+}

+ 2 - 2
spine-ts/spine-threejs/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-threejs",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
@@ -34,4 +34,4 @@
     "three": "^0.133.1",
     "@esotericsoftware/spine-core": "^4.1.3"
   }
-}
+}

+ 2 - 2
spine-ts/spine-webgl/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@esotericsoftware/spine-webgl",
-  "version": "4.1.3",
+  "version": "4.1.4",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
@@ -30,6 +30,6 @@
   },
   "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
   "dependencies": {
-    "@esotericsoftware/spine-core": "^4.1.3"
+    "@esotericsoftware/spine-core": "^4.1.4"
   }
 }