@dcl/asset-packs 2.7.2-20251128172211.commit-d80a654 → 2.7.2-20251208165801.commit-7c106da

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Asset Packs
2
2
 
3
+ > [!WARNING]
4
+ > **This repository has been deprecated and moved to another repository.**
5
+ >
6
+ > The asset-packs code and functionality is now maintained in the [creator-hub monorepo](https://github.com/decentraland/creator-hub).
7
+ >
8
+ > - **New location**: `creator-hub/packages/asset-packs`
9
+ > - **Issues and contributions**: Please submit to the [creator-hub repository](https://github.com/decentraland/creator-hub/issues)
10
+ > - **This repository**: No longer actively maintained and will not receive updates
11
+
3
12
  ## Overview
4
13
 
5
14
  The asset-packs repository is a fundamental component of the Decentraland ecosystem that serves as the central storage and distribution system for default items and assets. It manages and distributes:
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.7.2-20251128172211.commit-d80a654",
4
- "description": "",
3
+ "version": "2.7.2-20251208165801.commit-7c106da",
4
+ "description": "DEPRECATED: This package has been moved to the Creator Hub monorepo at https://github.com/decentraland/creator-hub/tree/main/packages/asset-packs",
5
+ "deprecated": "This package has been moved to the Creator Hub monorepo at https://github.com/decentraland/creator-hub/tree/main/packages/asset-packs",
5
6
  "main": "dist/definitions.js",
6
7
  "typings": "dist/definitions.d.ts",
7
8
  "scripts": {
@@ -65,5 +66,5 @@
65
66
  "semi": false,
66
67
  "printWidth": 80
67
68
  },
68
- "commit": "d80a65420576eec8cc6c7a793c0674d6589b7e37"
69
+ "commit": "7c106da48d73eb54bddf39e2548b3ced3cd2c37e"
69
70
  }