@bamboocss/core 1.11.2 → 1.11.3

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/dist/index.cjs CHANGED
@@ -2111,7 +2111,7 @@ var Recipes = class Recipes {
2111
2111
  };
2112
2112
  //#endregion
2113
2113
  //#region package.json
2114
- var version = "1.11.2";
2114
+ var version = "1.11.3";
2115
2115
  //#endregion
2116
2116
  //#region src/style-encoder.ts
2117
2117
  const urlRegex = /^https?:\/\//;
package/dist/index.mjs CHANGED
@@ -2071,7 +2071,7 @@ var Recipes = class Recipes {
2071
2071
  };
2072
2072
  //#endregion
2073
2073
  //#region package.json
2074
- var version = "1.11.2";
2074
+ var version = "1.11.3";
2075
2075
  //#endregion
2076
2076
  //#region src/style-encoder.ts
2077
2077
  const urlRegex = /^https?:\/\//;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/core",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "core functions for extract-it",
5
5
  "homepage": "https://bamboo-css.com",
6
6
  "license": "MIT",
@@ -45,11 +45,11 @@
45
45
  "postcss-normalize-whitespace": "7.0.1",
46
46
  "postcss-selector-parser": "7.1.1",
47
47
  "ts-pattern": "5.9.0",
48
- "@bamboocss/is-valid-prop": "^1.11.2",
49
- "@bamboocss/logger": "1.11.2",
50
- "@bamboocss/shared": "1.11.2",
51
- "@bamboocss/token-dictionary": "1.11.2",
52
- "@bamboocss/types": "1.11.2"
48
+ "@bamboocss/is-valid-prop": "^1.11.3",
49
+ "@bamboocss/logger": "1.11.3",
50
+ "@bamboocss/shared": "1.11.3",
51
+ "@bamboocss/token-dictionary": "1.11.3",
52
+ "@bamboocss/types": "1.11.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/lodash.merge": "4.6.9"