@learncard/idx-plugin 1.1.20 → 1.1.21
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/dist/{idx-plugin.cjs.development.js → idx-plugin.cjs.development.cjs} +1 -1
- package/dist/{idx-plugin.cjs.production.min.js → idx-plugin.cjs.production.min.cjs} +1 -1
- package/dist/index.cjs +7 -0
- package/dist/index.d.cts +5 -0
- package/package.json +19 -6
- package/dist/index.js +0 -7
- /package/dist/{idx-plugin.cjs.development.js.map → idx-plugin.cjs.development.cjs.map} +0 -0
- /package/dist/{idx-plugin.cjs.production.min.js.map → idx-plugin.cjs.production.min.cjs.map} +0 -0
|
@@ -21023,4 +21023,4 @@ fast-json-patch/module/duplex.mjs:
|
|
|
21023
21023
|
* MIT license
|
|
21024
21024
|
*)
|
|
21025
21025
|
*/
|
|
21026
|
-
//# sourceMappingURL=idx-plugin.cjs.development.
|
|
21026
|
+
//# sourceMappingURL=idx-plugin.cjs.development.cjs.map
|
package/dist/index.cjs
ADDED
package/dist/index.d.cts
ADDED
package/package.json
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/idx-plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.21",
|
|
4
4
|
"description": "",
|
|
5
|
-
"
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
6
7
|
"module": "./dist/idx-plugin.esm.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"default": "./dist/idx-plugin.esm.js"
|
|
13
|
+
},
|
|
14
|
+
"require": {
|
|
15
|
+
"types": "./dist/index.d.cts",
|
|
16
|
+
"default": "./dist/index.cjs"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
7
20
|
"files": [
|
|
8
21
|
"dist"
|
|
9
22
|
],
|
|
@@ -34,13 +47,13 @@
|
|
|
34
47
|
"@ceramicnetwork/http-client": "2.7.0",
|
|
35
48
|
"@ceramicnetwork/streamid": "2.7.0",
|
|
36
49
|
"@glazed/did-datastore": "0.3.2",
|
|
37
|
-
"@learncard/ceramic-plugin": "^1.1.
|
|
38
|
-
"@learncard/
|
|
39
|
-
"@learncard/
|
|
50
|
+
"@learncard/ceramic-plugin": "^1.1.21",
|
|
51
|
+
"@learncard/types": "5.17.1",
|
|
52
|
+
"@learncard/core": "9.4.21"
|
|
40
53
|
},
|
|
41
54
|
"sideEffects": false,
|
|
42
55
|
"scripts": {
|
|
43
|
-
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.
|
|
56
|
+
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.cjs && tsc --p tsconfig.json && shx cp ./dist/index.d.ts ./dist/index.d.cts",
|
|
44
57
|
"test": "jest --passWithNoTests",
|
|
45
58
|
"test:watch": "jest --watch",
|
|
46
59
|
"test:coverage": "jest --silent --ci --coverage --coverageReporters=\"text\" --coverageReporters=\"text-summary\""
|
package/dist/index.js
DELETED
|
File without changes
|
/package/dist/{idx-plugin.cjs.production.min.js.map → idx-plugin.cjs.production.min.cjs.map}
RENAMED
|
File without changes
|