@bifold/oca 2.2.1 → 2.4.0

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.
Files changed (2) hide show
  1. package/build/index.js +7 -17
  2. package/package.json +14 -14
package/build/index.js CHANGED
@@ -18,23 +18,13 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
19
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
20
20
  };
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
38
28
  Object.defineProperty(exports, "__esModule", { value: true });
39
29
  exports.legacy = void 0;
40
30
  __exportStar(require("./formatters"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifold/oca",
3
- "version": "2.2.1",
3
+ "version": "2.4.0",
4
4
  "description": "TypeScript implementation of Overlay Capture Architecture (OCA) for styling Aries Verifiable Credentials",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -32,22 +32,22 @@
32
32
  },
33
33
  "homepage": "https://github.com/openwallet-foundation/bifold-wallet/",
34
34
  "devDependencies": {
35
- "@testing-library/jest-native": "5.4.3",
36
- "@types/jest": "29.5.5",
37
- "@types/lodash.startcase": "^4.4.7",
38
- "@typescript-eslint/parser": "^6.6.0",
39
- "eslint": "^8.48.0",
40
- "eslint-import-resolver-typescript": "^2.5.0",
41
- "jest": "29.6.4",
42
- "rimraf": "^5.0.0",
43
- "ts-jest": "^29.1.2",
44
- "typescript": "^5.0.4"
35
+ "@testing-library/jest-native": "~5.4.3",
36
+ "@types/jest": "~29.5.14",
37
+ "@types/lodash.startcase": "~4.4.9",
38
+ "@typescript-eslint/parser": "~7.18.0",
39
+ "eslint": "~8.57.1",
40
+ "eslint-import-resolver-typescript": "~3.6.3",
41
+ "jest": "~29.6.4",
42
+ "rimraf": "~5.0.10",
43
+ "ts-jest": "~29.1.5",
44
+ "typescript": "~5.5.4"
45
45
  },
46
46
  "dependencies": {
47
47
  "@credo-ts/anoncreds": "0.5.13",
48
48
  "@credo-ts/core": "0.5.13",
49
- "axios": "^1.4.0",
50
- "lodash.startcase": "^4.4.0",
51
- "react-native-fs": "^2.16.6"
49
+ "axios": "~1.4.0",
50
+ "lodash.startcase": "~4.4.0",
51
+ "react-native-fs": "~2.20.0"
52
52
  }
53
53
  }