|
87 | 87 | "build": "yarn build:es2020", |
88 | 88 | "jest": "jest", |
89 | 89 | "test": "jest --maxWorkers 7", |
90 | | - "test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn demo:json-patch && yarn demo:json-pointer", |
| 90 | + "test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn demo:json-patch", |
91 | 91 | "test:ci": "yarn jest --maxWorkers 3 --no-cache", |
92 | 92 | "test:cli": "yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack", |
93 | 93 | "test:cli:pointer": "./bin/json-pointer-test.js ./bin/json-pointer.js", |
94 | 94 | "test:cli:patch": "./bin/json-patch-test.js ./bin/json-patch.js", |
95 | 95 | "test:cli:pack": "./bin/json-pack-test.js ./bin/json-pack.js", |
96 | 96 | "demo:json-patch": "npx ts-node src/json-patch/__demos__/json-patch.ts", |
97 | | - "demo:json-pointer": "npx ts-node src/json-pointer/__demos__/json-pointer.ts", |
98 | 97 | "bench:json-crdt:traces:crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:crdt-libs", |
99 | 98 | "bench:json-crdt:traces:non-crdt-libs": "cd src/json-crdt/__bench__ && yarn && yarn bench:traces:non-crdt-libs", |
100 | 99 | "bench:json-crdt:concurrent-traces": "cd src/json-crdt/__bench__ && yarn && yarn bench:concurrent-traces", |
|
117 | 116 | "peerDependencies": { |
118 | 117 | "@jsonjoy.com/base64": "^1.1.2", |
119 | 118 | "@jsonjoy.com/json-pack": "^1.0.4", |
| 119 | + "@jsonjoy.com/json-pointer": "^1.0.0", |
120 | 120 | "@jsonjoy.com/util": "^1.3.0", |
121 | 121 | "rxjs": "7", |
122 | 122 | "tslib": "2" |
|
136 | 136 | "devDependencies": { |
137 | 137 | "@jsonjoy.com/base64": "^1.1.2", |
138 | 138 | "@jsonjoy.com/json-pack": "^1.0.4", |
| 139 | + "@jsonjoy.com/json-pointer": "^1.0.0", |
139 | 140 | "@jsonjoy.com/util": "^1.3.0", |
140 | 141 | "@types/benchmark": "^2.1.5", |
141 | 142 | "@types/jest": "^29.5.12", |
|
197 | 198 | "json-ot", |
198 | 199 | "json-patch-ot", |
199 | 200 | "json-patch", |
200 | | - "json-pointer", |
201 | 201 | "json-schema", |
202 | 202 | "json-size", |
203 | 203 | "json-stable", |
|
0 commit comments