You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in this project was generated through one of the following methods:
53
53
54
54
1. Using this [extendscript-xml-to-typescript converter](https://github.com/aenhancers/extendscript-xml-to-typescript) tool to convert scripting dictionaries to typedef format
55
-
-*note that this only works for a few select apps, and has been found to generate incorrect data in some cases*
55
+
-_note that this only works for a few select apps, and has been found to generate incorrect data in some cases_
56
56
2. By hand, through referencing Adobe's official release announcements & developer exploration through the API.
57
57
58
58
### Why are there different versions of docs per version of each host app?
@@ -88,6 +88,23 @@ Have something to add? Please [open a PR](https://github.com/aenhancers/Types-fo
88
88
89
89
---
90
90
91
+
## Publish New Versions
92
+
93
+
To publish a new version of this project on npm for use in projects, please follow the steps below:
94
+
95
+
**1. Auth and Access**
96
+
97
+
- Ensure you are logged in to your npmjs.com account with `npm login` and follow the prompts to complete your login
98
+
- Ensure your npmjs.com account has access to publish to the npm package, if not, reach out to an admin for access
0 commit comments