@pro6pp/infer-core 0.0.2-beta.3 → 0.0.2-beta.4

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 +5 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The headless logic engine behind the Pro6PP Infer SDKs.
4
4
  Use this package if you are building a custom integration for a framework, or if you need to run Infer in a non-standard environment.
5
5
 
6
- > **Note:** Use **`@pro6pp/infer-react`** for React applications. For all other frameworks or Vanilla JS, use **`@pro6pp/infer-js`**.
6
+ > **Note:** Use [`@pro6pp/infer-react`](https://www.npmjs.com/package/@pro6pp/infer-react) for React applications. For all other frameworks or Vanilla JS, use [`@pro6pp/infer-js`](https://www.npmjs.com/package/@pro6pp/infer-js).
7
7
 
8
8
  ## Installation
9
9
 
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "url": "https://github.com/pro6pp/infer-sdk/issues"
23
23
  },
24
24
  "sideEffects": false,
25
- "version": "0.0.2-beta.3",
26
- "main": "./dist/index.js",
27
- "module": "./dist/index.mjs",
25
+ "version": "0.0.2-beta.4",
26
+ "main": "./dist/index.cjs",
27
+ "module": "./dist/index.js",
28
28
  "types": "./dist/index.d.ts",
29
29
  "unpkg": "./dist/index.global.js",
30
30
  "jsdelivr": "./dist/index.global.js",
@@ -32,8 +32,8 @@
32
32
  ".": {
33
33
  "types": "./dist/index.d.ts",
34
34
  "script": "./dist/index.global.js",
35
- "import": "./dist/index.mjs",
36
- "require": "./dist/index.js"
35
+ "import": "./dist/index.js",
36
+ "require": "./dist/index.cjs"
37
37
  }
38
38
  },
39
39
  "files": [