@kontent-ai/delivery-sdk 12.0.0-0 → 12.0.2

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Kontent.ai
3
+ Copyright (c) 2022 Kontent s.r.o.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
@@ -7854,7 +7854,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
7854
7854
  exports.sdkInfo = void 0;
7855
7855
  exports.sdkInfo = {
7856
7856
  host: 'npmjs.com',
7857
- version: '12.0.0-0',
7857
+ version: '12.0.2',
7858
7858
  name: '@kontent-ai/delivery-sdk'
7859
7859
  };
7860
7860
 
@@ -8609,7 +8609,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
8609
8609
  exports.textHelper = exports.TextHelper = void 0;
8610
8610
  class TextHelper {
8611
8611
  getPropertyNameRegex() {
8612
- return /[\&\(\)\?\-\=\'\"\§\!\%\:\_\s.]+(.)?/g;
8612
+ return /[\/\&\(\)\?\-\=\'\"\\\xa7\!\%\:\_\s.]+(.)?/g;
8613
8613
  }
8614
8614
  removeZeroWidthCharacters(str) {
8615
8615
  return str.replace(/[\u200B-\u200D\uFEFF]/g, '');