x25 17.7.5 → 17.7.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Immutable from "immutable";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { onSubmitImmutableFormFunc } from "react-immutable-form/types";
|
|
3
|
+
import type { onSubmitImmutableFormFunc } from "react-immutable-form/types";
|
|
4
4
|
type BankTransferFormProps = {
|
|
5
5
|
readonly buttonLabel: string;
|
|
6
6
|
readonly initialValues?: Immutable.Map<string, any>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "17.7.
|
|
2
|
+
"version": "17.7.6",
|
|
3
3
|
"name": "x25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "x25",
|
|
6
|
+
"main": "./index.js",
|
|
6
7
|
"types": "./index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": "./index.js",
|
|
10
|
+
"./*": "./*.js",
|
|
11
|
+
"./*/": "./*/index.js"
|
|
12
|
+
},
|
|
7
13
|
"scripts": {
|
|
8
14
|
"load": "npm run intern-pre && npm run ts && npm run intern-copy && npm publish ./dist",
|
|
9
15
|
"load-beta": "npm run intern-pre && npm run ts && npm run intern-copy && npm publish ./dist --tag beta",
|
|
@@ -128,8 +134,8 @@
|
|
|
128
134
|
"react": "^18.3.1",
|
|
129
135
|
"react-dom": "^18.3.1",
|
|
130
136
|
"react-final-form": "^7.0.0",
|
|
131
|
-
"react-immutable-form": "^1.1.
|
|
132
|
-
"react-immutable-form-with-bootstrap": "^1.0.
|
|
137
|
+
"react-immutable-form": "^1.1.10",
|
|
138
|
+
"react-immutable-form-with-bootstrap": "^1.0.11",
|
|
133
139
|
"react-notification-system-redux2": "^3.0.4",
|
|
134
140
|
"react-redux": "^9.2.0",
|
|
135
141
|
"redux": "^5.0.1",
|