@rimori/client 2.5.0-next.2 → 2.5.2-next.1

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.
@@ -154,4 +154,5 @@ export class RimoriClient {
154
154
  });
155
155
  }
156
156
  }
157
- // test
157
+ // test 123456
158
+ // console.log('test 1234567890');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/client",
3
- "version": "2.5.0-next.2",
3
+ "version": "2.5.2-next.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": {