File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " quickentity-script" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " An easier way of writing QN patches with code" ,
55 "main" : " dist/src/lib.js" ,
66 "types" : " ./dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 11
2- export * as entities from './utils/entities.js'
32export * from './entities/entity/_index.js'
43export * from './patches/entity/_index.js'
54export * from './patches/PatchActions.js'
6- export * as hash from './utils/hash.js'
75export * from './entities/QNEntity.js'
86export * from './patches/QNPatch.js'
97export * from './entities/entity.js'
8+ export * from './utils/entities.js'
109export * from './patches/patch.js'
1110export * from './utils/common.js'
1211export * from './CommonPaths.js'
1312export * from './CommonRoots.js'
1413export * from './utils/paths.js'
1514export type * from './types.js'
15+ export * from './utils/hash.js'
1616export * from './game.js'
You can’t perform that action at this time.
0 commit comments