@bamboocss/core 1.12.1 → 1.12.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/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.12.1";
2114
+ var version = "1.12.2";
2115
2115
  //#endregion
2116
2116
  //#region src/style-encoder.ts
2117
2117
  const urlRegex = /^https?:\/\//;
package/dist/index.mjs CHANGED
@@ -2082,7 +2082,7 @@ var Recipes = class Recipes {
2082
2082
  };
2083
2083
  //#endregion
2084
2084
  //#region package.json
2085
- var version = "1.12.1";
2085
+ var version = "1.12.2";
2086
2086
  //#endregion
2087
2087
  //#region src/style-encoder.ts
2088
2088
  const urlRegex = /^https?:\/\//;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/core",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
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.12.1",
49
- "@bamboocss/logger": "1.12.1",
50
- "@bamboocss/token-dictionary": "1.12.1",
51
- "@bamboocss/types": "1.12.1",
52
- "@bamboocss/shared": "1.12.1"
48
+ "@bamboocss/is-valid-prop": "^1.12.2",
49
+ "@bamboocss/logger": "1.12.2",
50
+ "@bamboocss/shared": "1.12.2",
51
+ "@bamboocss/token-dictionary": "1.12.2",
52
+ "@bamboocss/types": "1.12.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/lodash.merge": "4.6.9"