瀏覽代碼

[ts] 4.1.18 release

Mario Zechner 3 年之前
父節點
當前提交
041888f6fa

文件差異過大導致無法顯示
+ 122 - 122
spine-ts/package-lock.json


+ 1 - 1
spine-ts/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@esotericsoftware/spine-ts",
   "name": "@esotericsoftware/spine-ts",
-  "version": "4.1.17",
+  "version": "4.1.18",
   "description": "The official Spine Runtimes for the web.",
   "description": "The official Spine Runtimes for the web.",
   "files": [
   "files": [
     "README.md"
     "README.md"

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

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

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

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

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

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

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "@esotericsoftware/spine-threejs",
   "name": "@esotericsoftware/spine-threejs",
-  "version": "4.1.17",
+  "version": "4.1.18",
   "description": "The official Spine Runtimes for the web.",
   "description": "The official Spine Runtimes for the web.",
   "main": "dist/index.js",
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
   "types": "dist/index.d.ts",
@@ -32,6 +32,6 @@
   "dependencies": {
   "dependencies": {
     "@types/three": "^0.140.0",
     "@types/three": "^0.140.0",
     "three": "^0.140.0",
     "three": "^0.140.0",
-    "@esotericsoftware/spine-core": "^4.1.17"
+    "@esotericsoftware/spine-core": "^4.1.18"
   }
   }
 }
 }

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

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

部分文件因文件數量過多而無法顯示