@openfort/openfort-node 0.1.8 → 0.2.2

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 -9
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -1,15 +1,7 @@
1
- ## @openfort/openfort-node@1.0.0
1
+ ## @openfort/openfort-node@0.2.2
2
2
 
3
3
  ### Installation
4
4
 
5
- Add the Openfort registry to the configuration file for NPM `.npmrc`:
6
-
7
- ```text
8
- @openfort:registry=https://npm.pkg.github.com
9
- ```
10
-
11
- Depends on the package manager that used in the project, one of the following commands should be run:
12
-
13
5
  ```shell
14
6
  npm install @openfort/openfort-node
15
7
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-node",
3
- "version": "0.1.8",
3
+ "version": "0.2.2",
4
4
  "description": "OpenAPI client for @openfort/openfort-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -16,7 +16,13 @@
16
16
  "license": "MIT",
17
17
  "main": "./dist/index.js",
18
18
  "exports": {
19
- ".": "./dist/index.js"
19
+ ".": "./dist/index.js",
20
+ "./*": "./dist/*"
21
+ },
22
+ "typesVersions": {
23
+ "*": {
24
+ "*": ["dist/*"]
25
+ }
20
26
  },
21
27
  "typings": "./dist/index.d.ts",
22
28
  "scripts": {