@memberjunction/skip-types 1.0.6 → 1.0.7-next.0
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/package.json +25 -25
- package/readme.md +18 -18
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@memberjunction/skip-types",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "MemberJunction: Skip AI Assistant - Types that are used between the MJAPI and the Skip API as well as the UI within MemberJunction Explorer",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"/dist"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"start": "ts-node-dev src/index.ts",
|
|
12
|
-
"build": "tsc",
|
|
13
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
14
|
-
},
|
|
15
|
-
"author": "MemberJunction.com",
|
|
16
|
-
"license": "ISC",
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"ts-node-dev": "^2.0.0",
|
|
19
|
-
"typescript": "^5.3.3"
|
|
20
|
-
},
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@memberjunction/core-entities": "^1.0.
|
|
23
|
-
"@memberjunction/data-context": "^1.0.
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@memberjunction/skip-types",
|
|
3
|
+
"version": "1.0.7-next.0",
|
|
4
|
+
"description": "MemberJunction: Skip AI Assistant - Types that are used between the MJAPI and the Skip API as well as the UI within MemberJunction Explorer",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"/dist"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"start": "ts-node-dev src/index.ts",
|
|
12
|
+
"build": "tsc",
|
|
13
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
14
|
+
},
|
|
15
|
+
"author": "MemberJunction.com",
|
|
16
|
+
"license": "ISC",
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"ts-node-dev": "^2.0.0",
|
|
19
|
+
"typescript": "^5.3.3"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@memberjunction/core-entities": "^1.0.7-next.0",
|
|
23
|
+
"@memberjunction/data-context": "^1.0.7-next.0"
|
|
24
|
+
}
|
|
25
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
```markdown
|
|
2
|
-
# @memberjunction/skip-types
|
|
3
|
-
|
|
4
|
-
This library provides a set of types that are used to create consistency and coding simplicity for data interchange between the UI, Skip API and MJAPI
|
|
5
|
-
|
|
6
|
-
## Installation
|
|
7
|
-
|
|
8
|
-
```bash
|
|
9
|
-
npm install @memberjunction/skip-types
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
## Contributing
|
|
13
|
-
|
|
14
|
-
Feel free to open issues or pull requests if you have suggestions or fixes.
|
|
15
|
-
|
|
16
|
-
## License
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
```markdown
|
|
2
|
+
# @memberjunction/skip-types
|
|
3
|
+
|
|
4
|
+
This library provides a set of types that are used to create consistency and coding simplicity for data interchange between the UI, Skip API and MJAPI
|
|
5
|
+
|
|
6
|
+
## Installation
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
npm install @memberjunction/skip-types
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
## Contributing
|
|
13
|
+
|
|
14
|
+
Feel free to open issues or pull requests if you have suggestions or fixes.
|
|
15
|
+
|
|
16
|
+
## License
|
|
17
|
+
|
|
18
|
+
ISC License
|