@wix/forms 1.0.202 → 1.0.203

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/forms",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,20 +22,10 @@
22
22
  "require": "./build/cjs/meta.js",
23
23
  "types": "./build/es/meta.d.ts"
24
24
  },
25
- "./context": {
26
- "import": "./build/es/context.js",
27
- "require": "./build/cjs/context.js",
28
- "types": "./build/es/context.d.ts"
29
- },
30
25
  "./service-plugins": {
31
26
  "import": "./build/es/service-plugins.js",
32
27
  "require": "./build/cjs/service-plugins.js",
33
28
  "types": "./build/es/service-plugins.d.ts"
34
- },
35
- "./service-plugins/context": {
36
- "import": "./build/es/service-plugins-context.js",
37
- "require": "./build/cjs/service-plugins-context.js",
38
- "types": "./build/es/service-plugins-context.d.ts"
39
29
  }
40
30
  },
41
31
  "files": [
@@ -44,10 +34,10 @@
44
34
  "service-plugins"
45
35
  ],
46
36
  "dependencies": {
47
- "@wix/forms_form-spam-submission-reports": "1.0.33",
48
- "@wix/forms_form-submissions": "1.0.39",
49
- "@wix/forms_forms": "1.0.64",
50
- "@wix/forms_submissions": "1.0.94"
37
+ "@wix/forms_form-spam-submission-reports": "1.0.34",
38
+ "@wix/forms_form-submissions": "1.0.40",
39
+ "@wix/forms_forms": "1.0.65",
40
+ "@wix/forms_submissions": "1.0.95"
51
41
  },
52
42
  "devDependencies": {
53
43
  "typescript": "^5.3.2"
@@ -67,5 +57,5 @@
67
57
  "fqdn": ""
68
58
  }
69
59
  },
70
- "falconPackageHash": "aaa2dbfe9e018c0bb118c817f17db4cb3bcd3b59839a6a2f765b9ac2"
60
+ "falconPackageHash": "20995e6acfd64ef893c1ad4adec8a9f434b54cf4718bca1d7dfed23d"
71
61
  }
@@ -1,3 +0,0 @@
1
- export * as forms from '@wix/forms_forms/context';
2
- export * as formSpamSubmissionReports from '@wix/forms_form-spam-submission-reports/context';
3
- export * as submissions from '@wix/forms_submissions/context';
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.submissions = exports.formSpamSubmissionReports = exports.forms = void 0;
27
- exports.forms = __importStar(require("@wix/forms_forms/context"));
28
- exports.formSpamSubmissionReports = __importStar(require("@wix/forms_form-spam-submission-reports/context"));
29
- exports.submissions = __importStar(require("@wix/forms_submissions/context"));
30
- //# sourceMappingURL=context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAkD;AAClD,6GAA6F;AAC7F,8EAA8D"}
@@ -1 +0,0 @@
1
- export * as formSubmissions from '@wix/forms_form-submissions/context';
@@ -1,28 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.formSubmissions = void 0;
27
- exports.formSubmissions = __importStar(require("@wix/forms_form-submissions/context"));
28
- //# sourceMappingURL=service-plugins-context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAuE"}
@@ -1,3 +0,0 @@
1
- export * as forms from '@wix/forms_forms/context';
2
- export * as formSpamSubmissionReports from '@wix/forms_form-spam-submission-reports/context';
3
- export * as submissions from '@wix/forms_submissions/context';
@@ -1,4 +0,0 @@
1
- export * as forms from '@wix/forms_forms/context';
2
- export * as formSpamSubmissionReports from '@wix/forms_form-spam-submission-reports/context';
3
- export * as submissions from '@wix/forms_submissions/context';
4
- //# sourceMappingURL=context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,yBAAyB,MAAM,iDAAiD,CAAC;AAC7F,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
@@ -1 +0,0 @@
1
- export * as formSubmissions from '@wix/forms_form-submissions/context';
@@ -1,2 +0,0 @@
1
- export * as formSubmissions from '@wix/forms_form-submissions/context';
2
- //# sourceMappingURL=service-plugins-context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC"}