@ives_xxz/framework 1.0.0 → 1.0.1
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/FW.d.ts.meta +5 -5
- package/Framework.ts.meta +9 -9
- package/README.md.meta +5 -5
- package/animation/FWAnimation.ts.meta +9 -9
- package/animation/FWSkeleton.ts.meta +9 -9
- package/animation/FWTween.ts.meta +9 -9
- package/animation.meta +12 -12
- package/component/FWVirtualViewComponent.ts.meta +9 -9
- package/component.meta +12 -12
- package/config/FWAssetConfig.ts.meta +9 -9
- package/config.meta +12 -12
- package/controller/FWLayerController.ts.meta +9 -9
- package/controller.meta +12 -12
- package/data/FWData.ts.meta +9 -9
- package/data.meta +12 -12
- package/define/FWEventDefine.ts.meta +9 -9
- package/define/FWSystemDefine.ts.meta +9 -9
- package/define.meta +12 -12
- package/entry/FWEntry.ts.meta +9 -9
- package/entry.meta +12 -12
- package/expand/FWCocosExpand.ts.meta +9 -9
- package/expand/FWDecorator.ts.meta +9 -9
- package/expand/FWRollingViewNesting.ts.meta +9 -9
- package/expand/FWTweenExpand.ts.meta +9 -9
- package/expand.meta +12 -12
- package/item/FWVirtualListItem.ts.meta +9 -9
- package/item.meta +12 -12
- package/language/FWLanguage.ts.meta +9 -9
- package/language/FWLanguageLabelLocalize.ts.meta +9 -9
- package/language/FWLanguageSkeletonLocalize.ts.meta +9 -9
- package/language/FWLanguageSpriteLocalize.ts.meta +9 -9
- package/language.meta +12 -12
- package/layer/FWLayer.ts.meta +9 -9
- package/layer.meta +12 -12
- package/log/FWLog.ts.meta +9 -9
- package/log.meta +12 -12
- package/logic/FWLogic.ts.meta +9 -9
- package/logic.meta +12 -12
- package/machine/FWAnimationMachine.ts.meta +9 -9
- package/machine/FWStateMachine.ts.meta +9 -9
- package/machine.meta +12 -12
- package/manager/FWAnimationManager.ts.meta +9 -9
- package/manager/FWAssetManager.ts.meta +9 -9
- package/manager/FWAudioManager.ts.meta +9 -9
- package/manager/FWBundleManager.ts.meta +9 -9
- package/manager/FWComponentManager.ts.meta +9 -9
- package/manager/FWEngineManager.ts.meta +9 -9
- package/manager/FWEventManager.ts.meta +9 -9
- package/manager/FWHotUpdateManager.ts.meta +9 -9
- package/manager/FWLanguageManager.ts.meta +9 -9
- package/manager/FWLayerManager.ts.meta +9 -9
- package/manager/FWManager.ts.meta +9 -9
- package/manager/FWObjectManager.ts.meta +9 -9
- package/manager/FWResManager.ts.meta +9 -9
- package/manager/FWSocketManager.ts.meta +9 -9
- package/manager/FWStateManager.ts.meta +9 -9
- package/manager/FWTaskManager.ts.meta +9 -9
- package/manager/FWTimeManager.ts.meta +9 -9
- package/manager/FWUiManager.ts.meta +9 -9
- package/manager.meta +12 -12
- package/package.json +1 -1
- package/scene/FWScene.ts.meta +9 -9
- package/scene.meta +12 -12
- package/service/FWService.ts.meta +9 -9
- package/service/http/FWHttp.ts.meta +9 -9
- package/service/http.meta +12 -12
- package/service/socket/FWSocket.ts.meta +9 -9
- package/service/socket/FWSocketHandle.ts.meta +9 -9
- package/service/socket/FWSocketSender.ts.meta +9 -9
- package/service/socket.meta +12 -12
- package/service.meta +12 -12
- package/state/FWState.ts.meta +9 -9
- package/state.meta +12 -12
- package/utils/FWLodash.ts.meta +9 -9
- package/utils/FWMask.ts.meta +9 -9
- package/utils/FWObject.ts.meta +9 -9
- package/utils/FWObjectPool.ts.meta +9 -9
- package/utils/FWQueue.ts.meta +9 -9
- package/utils/FWTask.ts.meta +9 -9
- package/utils.meta +12 -12
package/FW.d.ts.meta
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "2.0.2",
|
|
3
|
-
"uuid": "a6ecbab2-9bdf-4b34-a89f-d84013abbcf7",
|
|
4
|
-
"importer": "text",
|
|
5
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "2.0.2",
|
|
3
|
+
"uuid": "a6ecbab2-9bdf-4b34-a89f-d84013abbcf7",
|
|
4
|
+
"importer": "text",
|
|
5
|
+
"subMetas": {}
|
|
6
6
|
}
|
package/Framework.ts.meta
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "6bdfdbc1-c1fe-463c-a55f-b5880e026610",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "6bdfdbc1-c1fe-463c-a55f-b5880e026610",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/README.md.meta
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "2.0.2",
|
|
3
|
-
"uuid": "3dec38c7-97e0-450a-b652-0a1dd4e5d203",
|
|
4
|
-
"importer": "markdown",
|
|
5
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "2.0.2",
|
|
3
|
+
"uuid": "3dec38c7-97e0-450a-b652-0a1dd4e5d203",
|
|
4
|
+
"importer": "markdown",
|
|
5
|
+
"subMetas": {}
|
|
6
6
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "ac85ef49-b48d-44e0-9978-8ac5ca85ed08",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "ac85ef49-b48d-44e0-9978-8ac5ca85ed08",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "6d4b086f-8a83-4ded-94bb-852ac1d2e3a4",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "6d4b086f-8a83-4ded-94bb-852ac1d2e3a4",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "92fc3284-e5d3-470c-b480-4f98a2a32f97",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "92fc3284-e5d3-470c-b480-4f98a2a32f97",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/animation.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "355cab7e-6e54-46de-8ee1-6301aa73043f",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "355cab7e-6e54-46de-8ee1-6301aa73043f",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "e40453b2-93c3-483b-9dda-a6a2128dc417",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "e40453b2-93c3-483b-9dda-a6a2128dc417",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/component.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "d87b0967-c4fa-4062-9d85-dc2366d4a94c",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "d87b0967-c4fa-4062-9d85-dc2366d4a94c",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "17849c36-5d1d-4e28-b745-68b99b1e6f0d",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "17849c36-5d1d-4e28-b745-68b99b1e6f0d",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/config.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "64b11a10-4b35-4ae6-85e1-8327ed7cd174",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "64b11a10-4b35-4ae6-85e1-8327ed7cd174",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "cad3962a-5464-479f-9baf-faaa71ec9a79",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "cad3962a-5464-479f-9baf-faaa71ec9a79",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/controller.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "1f8e8ae0-d591-41d7-a576-572f54e34bf7",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "1f8e8ae0-d591-41d7-a576-572f54e34bf7",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
package/data/FWData.ts.meta
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "d963b3bc-9d9c-4cb0-b3ae-b6bf0c744c68",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "d963b3bc-9d9c-4cb0-b3ae-b6bf0c744c68",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/data.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "409f4b6d-a51c-449e-b968-d2dd2087f292",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "409f4b6d-a51c-449e-b968-d2dd2087f292",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "9bbf2221-ff13-4ecb-a262-1ffe4f5fcd27",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "9bbf2221-ff13-4ecb-a262-1ffe4f5fcd27",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "08a489c7-1eb2-493f-9fc2-604b47fe6bcf",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "08a489c7-1eb2-493f-9fc2-604b47fe6bcf",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/define.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "d736c3ef-88cf-416f-8a43-b16a7a369ad8",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "d736c3ef-88cf-416f-8a43-b16a7a369ad8",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
package/entry/FWEntry.ts.meta
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "8848bb37-a1fc-43cf-967d-63e757e5d663",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "8848bb37-a1fc-43cf-967d-63e757e5d663",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/entry.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "0886dc2c-004b-4b93-9c5e-eae8ac86edee",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "0886dc2c-004b-4b93-9c5e-eae8ac86edee",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "a17028d0-eb34-48e2-846a-ce7bbd25a8f4",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "a17028d0-eb34-48e2-846a-ce7bbd25a8f4",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "96d84c32-0f47-4743-bf8f-9a72adda6f7f",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "96d84c32-0f47-4743-bf8f-9a72adda6f7f",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "3107e3b8-c4c4-41f0-8223-3e85b0b40821",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "3107e3b8-c4c4-41f0-8223-3e85b0b40821",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "93bd79eb-6b88-4783-a4c8-37d56fe720b4",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "93bd79eb-6b88-4783-a4c8-37d56fe720b4",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/expand.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "3261d225-82a8-4353-bd88-35178ac39c7a",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "3261d225-82a8-4353-bd88-35178ac39c7a",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "32751987-766e-44d4-af5a-4625d46aabf6",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "32751987-766e-44d4-af5a-4625d46aabf6",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
package/item.meta
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.3",
|
|
3
|
-
"uuid": "8c7436d1-86e8-49f9-86ee-e4a41a6010de",
|
|
4
|
-
"importer": "folder",
|
|
5
|
-
"isBundle": false,
|
|
6
|
-
"bundleName": "",
|
|
7
|
-
"priority": 1,
|
|
8
|
-
"compressionType": {},
|
|
9
|
-
"optimizeHotUpdate": {},
|
|
10
|
-
"inlineSpriteFrames": {},
|
|
11
|
-
"isRemoteBundle": {},
|
|
12
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "8c7436d1-86e8-49f9-86ee-e4a41a6010de",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "cfffdc57-7607-48db-be11-91ba8da0e96c",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "cfffdc57-7607-48db-be11-91ba8da0e96c",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ver": "1.1.0",
|
|
3
|
-
"uuid": "3fb1f7df-6641-459a-b357-fff3ad37a9d0",
|
|
4
|
-
"importer": "typescript",
|
|
5
|
-
"isPlugin": false,
|
|
6
|
-
"loadPluginInWeb": true,
|
|
7
|
-
"loadPluginInNative": true,
|
|
8
|
-
"loadPluginInEditor": false,
|
|
9
|
-
"subMetas": {}
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.0",
|
|
3
|
+
"uuid": "3fb1f7df-6641-459a-b357-fff3ad37a9d0",
|
|
4
|
+
"importer": "typescript",
|
|
5
|
+
"isPlugin": false,
|
|
6
|
+
"loadPluginInWeb": true,
|
|
7
|
+
"loadPluginInNative": true,
|
|
8
|
+
"loadPluginInEditor": false,
|
|
9
|
+
"subMetas": {}
|
|
10
10
|
}
|