@dcl/asset-packs 1.2.6 → 1.2.7-20231019152457.commit-76e89f8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## asset-packs
2
2
 
3
- This repo holds all the asset packs for the Web Editor. When the repo is deployed, all the files are hashed and uploaded to an S3 bucket under `contents/:hash` and the `catalog.json` is regenerated with all the asset packs and assets data. The bucket is accessible through the `builder-items.decentraland.*` via Cloudflare.
3
+ This repo holds all the asset packs for the Editor and Web Editor. When the repo is deployed, all the files are hashed and uploaded to an S3 bucket under `contents/:hash` and an npm package `@dcl/asset-packs` is published with a `catalog.json` that holds all the asset packs and assets data, and their contents point to the hashes in the CDN. Also a `bin/index.js` is compiled and published along in the npm package, which must be included in scenes that make use of Smart Items. The bucket is accessible through the `builder-items.decentraland.*` via Cloudflare.
4
4
 
5
5
  ### Production
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "1.2.6",
3
+ "version": "1.2.7-20231019152457.commit-76e89f8",
4
4
  "description": "",
5
5
  "main": "dist/definitions.js",
6
6
  "typings": "dist/definitions.d.ts",
@@ -59,5 +59,5 @@
59
59
  "semi": false,
60
60
  "printWidth": 80
61
61
  },
62
- "commit": "80dc5ea009a161e775f5b734b0657685d26b9c3e"
62
+ "commit": "76e89f880212ca0d483f26e8cfab4d507e915393"
63
63
  }