@dcl/asset-packs 2.1.3-20250120214922.commit-0896586 → 2.1.3-20250131185810.commit-c5fa3f3

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/README.md CHANGED
@@ -51,12 +51,12 @@ Go the `js-sdk-toolchain` repo in your machine and do this:
51
51
  2. Run `npm link @dcl/asset-packs` to symlink to your local repository
52
52
  3. Run `npm start` to start a local dev server. It should start by default on port `8000` but since we are already using it for the SDK7 dev server, it will start on port `8001`.
53
53
 
54
- Go to the `builder` repo in your machine and do this:
54
+ Go to the `creator-hub` repo in your machine and do this:
55
55
 
56
- 1. Set the `REACT_APP_INSPECTOR_PORT` env var in `.env` to be `8001` (this is the `@dcl/inspector` dev server we started in the previous section).
57
- 2. Set the `REACT_APP_BIN_INDEX_JS_DEV_PORT` to the port where the SDK7 started running in the first section (by defualt `8000`).
58
- 3. Set the `REACT_APP_BIN_INDEX_JS_DEV_PATH` env var in `.env` to the path to the `bin/index.js` that you copied in the first section.
59
- 4. Set the `INSPECTOR_CONTENT_URL` variable in `src/config/env/[dev|stg|prod].json` to be `http://localhost:9000/asset-packs` (this is the content server we started in the first section).
56
+ 1. Set the `VITE_INSPECTOR_PORT` env var in `.env` to be `8001` (this is the `@dcl/inspector` dev server we started in the previous section).
57
+ 2. Set the `VITE_ASSET_PACKS_JS_PORT` to the port where the SDK7 started running in the first section (by defualt `8000`).
58
+ 3. Set the `VITE_ASSET_PACKS_JS_PATH` env var in `.env` to the path to the `bin/index.js` that you copied in the first section.
59
+ 4. Set the `VITE_ASSET_PACKS_CONTENT_URL` variable in `src/config/env/[dev|stg|prod].json` to be `http://localhost:9000/asset-packs` (this is the content server we started in the first section).
60
60
  5. Run `npm start` to start the builder local server which should start on port `3000`
61
61
 
62
62
  Now you are all set, you can start developing the SDK7 scene in this repo, use it from the local Builder and test it by previewing the scene, which should use your local Builder Server serving the development javascript files.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.1.3-20250120214922.commit-0896586",
3
+ "version": "2.1.3-20250131185810.commit-c5fa3f3",
4
4
  "description": "",
5
5
  "main": "dist/definitions.js",
6
6
  "typings": "dist/definitions.d.ts",
@@ -64,5 +64,5 @@
64
64
  "semi": false,
65
65
  "printWidth": 80
66
66
  },
67
- "commit": "0896586301f7005325f718bad9a62eea8a9f5205"
67
+ "commit": "c5fa3f332955571ebd266be25073bdaa80860620"
68
68
  }