@dcl/playground-assets 7.0.4-3602972053.commit-32d0ee8 → 7.0.4-3620697800.commit-1ae2333
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/api-extractor.json +1 -1
- package/etc/playground-assets.api.json +8132 -4471
- package/etc/playground-assets.api.md +444 -3
- package/package.json +3 -3
- package/src/index.ts +11 -0
package/api-extractor.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
|
|
161
161
|
* DEFAULT VALUE: "<projectFolder>/temp/<unscopedPackageName>.api.json"
|
|
162
162
|
*/
|
|
163
|
-
"apiJsonFilePath": "<projectFolder>/
|
|
163
|
+
"apiJsonFilePath": "<projectFolder>/etc/<unscopedPackageName>.api.json"
|
|
164
164
|
},
|
|
165
165
|
/**
|
|
166
166
|
* Configures how the .d.ts rollup file will be generated.
|