@atlaspack/transformer-tokens 1.0.1-canary.4034 → 1.0.2-canary.4036
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 +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# @atlaspack/transformer-tokens
|
|
2
|
+
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#850](https://github.com/atlassian-labs/atlaspack/pull/850) [`01868d0`](https://github.com/atlassian-labs/atlaspack/commit/01868d0116693b7e80b5f7d3ba9fd3d21934525c) Thanks [@marcins](https://github.com/marcins)! - Fix invalidation for token data in tokens plugin
|
|
8
|
+
|
|
9
|
+
- [#852](https://github.com/atlassian-labs/atlaspack/pull/852) [`5776be2`](https://github.com/atlassian-labs/atlaspack/commit/5776be21f70a3f2b9471ba33da3ba1a883f21f1a) Thanks [@marcins](https://github.com/marcins)! - Support passing a function for source property in schema validation to allow for deferred reads of files
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`02f6aa1`](https://github.com/atlassian-labs/atlaspack/commit/02f6aa1906953fc184d2b49c905c2ef815cb878d), [`58527ee`](https://github.com/atlassian-labs/atlaspack/commit/58527eec15c1aebaaadbeb63586f3082c16beae3), [`525898e`](https://github.com/atlassian-labs/atlaspack/commit/525898e33cc229a4bc938ae853732be36d20c01a), [`cfb39a0`](https://github.com/atlassian-labs/atlaspack/commit/cfb39a0d729eb620cf2ca1611750a2bf7a080d08), [`d0c7bea`](https://github.com/atlassian-labs/atlaspack/commit/d0c7bea04458255b4c5d4299600e734b5f919fe1), [`1086c6a`](https://github.com/atlassian-labs/atlaspack/commit/1086c6a2c59271b63b3fb78e6acdb9d3a0dbf354), [`9cd9521`](https://github.com/atlassian-labs/atlaspack/commit/9cd9521978f783046e2ae4ce78f2de7aeb07d073), [`5776be2`](https://github.com/atlassian-labs/atlaspack/commit/5776be21f70a3f2b9471ba33da3ba1a883f21f1a)]:
|
|
12
|
+
- @atlaspack/rust@3.9.0
|
|
13
|
+
- @atlaspack/feature-flags@2.26.0
|
|
14
|
+
- @atlaspack/utils@3.1.0
|
|
15
|
+
- @atlaspack/types-internal@2.20.6
|
|
16
|
+
- @atlaspack/plugin@2.14.36
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-tokens",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-canary.4036+206bb09f3",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
20
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
21
|
-
"@atlaspack/plugin": "2.14.5-canary.
|
|
22
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
23
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
24
|
-
"@atlaspack/utils": "2.14.5-canary.
|
|
19
|
+
"@atlaspack/diagnostic": "2.14.1-canary.325+206bb09f3",
|
|
20
|
+
"@atlaspack/feature-flags": "2.14.1-canary.325+206bb09f3",
|
|
21
|
+
"@atlaspack/plugin": "2.14.5-canary.257+206bb09f3",
|
|
22
|
+
"@atlaspack/rust": "3.2.1-canary.257+206bb09f3",
|
|
23
|
+
"@atlaspack/types-internal": "2.14.1-canary.325+206bb09f3",
|
|
24
|
+
"@atlaspack/utils": "2.14.5-canary.257+206bb09f3",
|
|
25
25
|
"@parcel/source-map": "^2.1.1"
|
|
26
26
|
},
|
|
27
27
|
"type": "commonjs",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "206bb09f38f7587ff399c6fab79d239ee3984c6a"
|
|
32
32
|
}
|