@wix/pricing-plans 1.0.93 → 1.0.95
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/build/cjs/context.js +1 -0
 - package/build/cjs/context.js.map +1 -0
 - package/build/cjs/index.js +1 -0
 - package/build/cjs/index.js.map +1 -0
 - package/build/cjs/meta.js +1 -0
 - package/build/cjs/meta.js.map +1 -0
 - package/package.json +4 -4
 - package/type-bundles/context.bundle.d.ts +470 -124
 - package/type-bundles/index.bundle.d.ts +470 -124
 
    
        package/build/cjs/context.js
    CHANGED
    
    | 
         @@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true }); 
     | 
|
| 
       26 
26 
     | 
    
         
             
            exports.plans = exports.orders = void 0;
         
     | 
| 
       27 
27 
     | 
    
         
             
            exports.orders = __importStar(require("@wix/pricing-plans_orders/context"));
         
     | 
| 
       28 
28 
     | 
    
         
             
            exports.plans = __importStar(require("@wix/pricing-plans_plans/context"));
         
     | 
| 
      
 29 
     | 
    
         
            +
            //# sourceMappingURL=context.js.map
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D;AAC5D,0EAA0D"}
         
     | 
    
        package/build/cjs/index.js
    CHANGED
    
    
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAoD;AAG3C,wBAAM;AAFf,gEAAkD;AAEjC,sBAAK"}
         
     | 
    
        package/build/cjs/meta.js
    CHANGED
    
    | 
         @@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true }); 
     | 
|
| 
       26 
26 
     | 
    
         
             
            exports.plans = exports.orders = void 0;
         
     | 
| 
       27 
27 
     | 
    
         
             
            exports.orders = __importStar(require("@wix/pricing-plans_orders/meta"));
         
     | 
| 
       28 
28 
     | 
    
         
             
            exports.plans = __importStar(require("@wix/pricing-plans_plans/meta"));
         
     | 
| 
      
 29 
     | 
    
         
            +
            //# sourceMappingURL=meta.js.map
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,uEAAuD"}
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@wix/pricing-plans",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.0.95",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       5 
5 
     | 
    
         
             
                "registry": "https://registry.npmjs.org/",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "access": "public"
         
     | 
| 
         @@ -18,8 +18,8 @@ 
     | 
|
| 
       18 
18 
     | 
    
         
             
                "type-bundles"
         
     | 
| 
       19 
19 
     | 
    
         
             
              ],
         
     | 
| 
       20 
20 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       21 
     | 
    
         
            -
                "@wix/pricing-plans_orders": "1.0. 
     | 
| 
       22 
     | 
    
         
            -
                "@wix/pricing-plans_plans": "1.0. 
     | 
| 
      
 21 
     | 
    
         
            +
                "@wix/pricing-plans_orders": "1.0.40",
         
     | 
| 
      
 22 
     | 
    
         
            +
                "@wix/pricing-plans_plans": "1.0.44"
         
     | 
| 
       23 
23 
     | 
    
         
             
              },
         
     | 
| 
       24 
24 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       25 
25 
     | 
    
         
             
                "glob": "^10.4.1",
         
     | 
| 
         @@ -44,5 +44,5 @@ 
     | 
|
| 
       44 
44 
     | 
    
         
             
                  "fqdn": ""
         
     | 
| 
       45 
45 
     | 
    
         
             
                }
         
     | 
| 
       46 
46 
     | 
    
         
             
              },
         
     | 
| 
       47 
     | 
    
         
            -
              "falconPackageHash": " 
     | 
| 
      
 47 
     | 
    
         
            +
              "falconPackageHash": "8bfbe5af3dedea2be4188b04dab979161924e74de49b8d557b10af02"
         
     | 
| 
       48 
48 
     | 
    
         
             
            }
         
     |