File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @contentauth/c2pa-wasm ' : patch
3
+ ' @contentauth/c2pa-web ' : patch
4
+ ---
5
+
6
+ Fixed broken package.json exports field
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentauth/c2pa-wasm" ,
3
3
"version" : " 0.1.1" ,
4
+ "license" : " MIT" ,
4
5
"type" : " module" ,
5
6
"module" : " ./pkg/c2pa.js" ,
6
7
"types" : " ./pkg/c2pa.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentauth/c2pa-web" ,
3
3
"version" : " 0.1.2" ,
4
+ "license" : " MIT" ,
4
5
"type" : " module" ,
5
6
"module" : " ./dist/index.js" ,
6
7
"types" : " ./dist/index.d.ts" ,
8
+ "files" : [
9
+ " dist/**/*"
10
+ ],
7
11
"exports" : {
8
12
"./package.json" : " ./package.json" ,
9
13
"./resources/c2pa.wasm" : " ./dist/resources/c2pa_bg.wasm" ,
10
14
"." : {
11
- "development" : " ./src/index.ts" ,
12
15
"types" : " ./dist/index.d.ts" ,
13
16
"import" : " ./dist/index.js" ,
14
17
"default" : " ./dist/index.js"
You can’t perform that action at this time.
0 commit comments