@galacean/engine-core 1.3.1 → 1.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/engine-core",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -15,10 +15,10 @@
15
15
  "types/**/*"
16
16
  ],
17
17
  "dependencies": {
18
- "@galacean/engine-math": "1.3.1"
18
+ "@galacean/engine-math": "1.3.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@galacean/engine-design": "1.3.1"
21
+ "@galacean/engine-design": "1.3.3"
22
22
  },
23
23
  "scripts": {
24
24
  "b:types": "tsc"
package/types/Entity.d.ts CHANGED
@@ -144,7 +144,6 @@ export declare class Entity extends EngineObject {
144
144
  private _setActiveComponents;
145
145
  private _setActiveInHierarchy;
146
146
  private _setInActiveInHierarchy;
147
- private _setTransformDirty;
148
147
  private _setSiblingIndex;
149
148
  private _invModelMatrix;
150
149
  private _inverseWorldMatFlag;