@se-studio/project-build 1.0.53 → 1.0.55

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @se-studio/project-build
2
2
 
3
+ ## 1.0.55
4
+
5
+ ### Patch Changes
6
+
7
+ - Bulk version bump: patch for all packages
8
+
9
+ ## 1.0.54
10
+
11
+ ### Patch Changes
12
+
13
+ - Bulk version bump: patch for all packages
14
+
3
15
  ## 1.0.53
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -15,4 +15,5 @@
15
15
  */
16
16
  export * from './management/index.js';
17
17
  export * from './tailwind/index.js';
18
+ export { cleanColourName } from './tailwind-utils.js';
18
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,uBAAuB,CAAC;AAEtC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,uBAAuB,CAAC;AAEtC,cAAc,qBAAqB,CAAC;AAEpC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -16,4 +16,5 @@
16
16
  export * from './management/index.js';
17
17
  // Main package index
18
18
  export * from './tailwind/index.js';
19
+ export { cleanColourName } from './tailwind-utils.js';
19
20
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,uBAAuB,CAAC;AACtC,qBAAqB;AACrB,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,uBAAuB,CAAC;AACtC,qBAAqB;AACrB,cAAc,qBAAqB,CAAC;AAEpC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/project-build",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "Build tools and management scripts for SE Studio projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,17 +53,18 @@
53
53
  "url": "https://github.com/Something-Else-Studio/se-core-product/issues"
54
54
  },
55
55
  "dependencies": {
56
- "@biomejs/biome": "^2.3.11",
56
+ "@biomejs/biome": "^2.3.12",
57
57
  "@biomejs/js-api": "^4.0.0",
58
+ "@biomejs/wasm-nodejs": "^2.3.12",
58
59
  "change-case": "^5.4.4",
59
60
  "chroma-js": "^3.2.0",
60
- "contentful": "^11.10.2",
61
- "contentful-management": "^11.67.2",
61
+ "contentful-management": "^11.68.0",
62
62
  "dotenv": "^17.2.3"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/chroma-js": "^3.1.2",
66
66
  "@types/node": "^22.19.7",
67
+ "contentful": "^11.10.2",
67
68
  "typescript": "^5.9.3"
68
69
  },
69
70
  "scripts": {