@adaas/a-concept 0.2.11 → 0.2.12

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaas/a-concept",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "A-Concept is a framework of the new generation that is tailored to use AI, enabling developers to create AI-powered applications with ease. It provides a structured approach to building, managing, and deploying AI-driven solutions.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/node/index.cjs",
@@ -10,12 +10,14 @@
10
10
  ".": {
11
11
  "browser": "./dist/browser/index.mjs",
12
12
  "import": "./dist/node/index.mjs",
13
- "require": "./dist/node/index.cjs"
13
+ "require": "./dist/node/index.cjs",
14
+ "types": "./dist/node/index.d.ts"
14
15
  },
15
16
  "./env": {
16
17
  "browser": "./dist/browser/env.mjs",
17
18
  "import": "./dist/node/env.mjs",
18
- "require": "./dist/node/env.cjs"
19
+ "require": "./dist/node/env.cjs",
20
+ "types": "./dist/node/env.d.ts"
19
21
  }
20
22
  },
21
23
  "author": {